您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. Visual C++ 编程资源大全(英文源码 ATL)

  2. 1,ATLAux.zipA set of VC++ helpers and patterns to help automate some routine coding tasks.(35KB)2,CltnWizard.zipATL object wizard that creates a collection of other COM objects(37KB)3,gridctrlatl.zip& lt;br>A grid control for displaying tabular d
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:7mb
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文源码 DLL)

  2. 1,01.zipDialogs in DLL在DLL中实现对话框(5KB)2,02.zipExport dialogs in MFC Extension DLLs在MFC扩充DLL中输出对话框(12KB)3,03.zipRemapping resource scr ipt ID's重影象资源的标识符(4KB)4,04.zipDetermine DLL version number检测DLL的版本号(7KB)5,05.zipGetting the complete information abo
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3mb
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文源码 图形)

  2. 1,01.zipDisplaying a 256 color bitmap在程序中显示256色的位图(6KB)2,02.zipCreating a bitmap object from a BMP file从位图文件中创建位图对象(6KB)3,03.zipAn auto-sizing bitmap picture control一个自适应大小的位图控件(16KB)4,04.zipWriting a bitmap to a BMP file将一个位图写到BMP文件中(11KB)5,05.zipB
  3. 所属分类:C++

    • 发布日期:2007-10-23
    • 文件大小:3mb
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文源码 网络)

  2. 1,pop3.zipCPop3Connection - an MFC Class to encapsulate the POP3 protocol(15KB)2,ipenum.zipIPEnum - an MFC class and console app to allow IP address enumeration(11KB)3,smtp.zipCSMTPConnectio n - an MFC Class to encapsulate the SMTP protocol(21KB)4,p
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10mb
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文源码 其它)

  2. 1,01.zipOutput显示所有的调试信息(5KB)2,02.zipSome general debugging tips一般的调试技巧(11KB)3,03.zipDebugging ISAPI extension调试ISAPI扩展(4KB)4,04.zip<br&g t;LibDump类似DumpBin的工具(10KB)5,05.zipFinding memory leaks发现内存的泄漏(6KB)6,06.zipConvert message ID to a string将消息标
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:10mb
    • 提供者:zhangxucool
  1. Visual C++ 编程资源大全(英文控件)

  2. 1,01.zipToolbar - Custom status messages and tooltips用户状态信息与工具提示(3KB)2,02.zipRemove system menu from floating toolbar从浮动工具条中去除系统菜单(2KB)3,03.zipRemove close button from fl oating toolbar 从浮动工具条中去掉关闭按钮(2KB)4,customizable1.zipCustomizable toolbar可自定义的工
  3. 所属分类:C++

    • 发布日期:2007-10-24
    • 文件大小:6mb
    • 提供者:zhangxucool
  1. VB编程资源大全(英文源码 文件)

  2. 1 , Manager.zipThis has assorted functions (file copy, time, settings, etc).2 , manc-html.zipAn example I did to retreive an Email Address or URL from an HTML file.3 , basFile.zipThis bas fi le is filled with assorted file related functions. If you
  3. 所属分类:Web开发

    • 发布日期:2007-10-24
    • 文件大小:1mb
    • 提供者:zhangxucool
  1. VB编程资源大全(英文源码 数据库)

  2. 1 , datafile.zip"This sample demonstrates how to do file input and output using Visual Basic. The sample creates a new database file and allows you to view, add, or delete records in this database."2 , dbprint.zip<br&g t;This demonstrates how to
  3. 所属分类:Access

    • 发布日期:2007-10-24
    • 文件大小:11mb
    • 提供者:zhangxucool
  1. VB编程资源大全(英文源码 控件)

  2. 1 , vb5dialog.zipThis demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.2 , cpnl.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start
  3. 所属分类:VB

    • 发布日期:2007-10-24
    • 文件大小:6mb
    • 提供者:zhangxucool
  1. 文本编辑器(c#)源码

  2. 自己的程序源码namespace zdm { partial class formFindReplace { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { i
  3. 所属分类:C#

    • 发布日期:2009-11-23
    • 文件大小:98kb
    • 提供者:cxl06
  1. java多线程机制 -- 源码详解

  2. java多线程机制: 例子 1 public class Example1 { static Lefthand left;static Righthand right; public static void main(String args[]) { left=new Lefthand(); //创建两个线程。 right=new Righthand(); left.start(); right.start(); } } class Lefthand extends Thread { publ
  3. 所属分类:Java

    • 发布日期:2009-12-24
    • 文件大小:114kb
    • 提供者:hexiang221
  1. eclipse swt/jface核心应用 源码

  2. 目录回到顶部↑第1篇 SWT起步篇. 第1章 Java语言的GUI历史 2 1.1 最初的AWT 2 1.2 Swing工具包 3 1.3 Eclipse的诞生 3 1.4 Eclipse贡献SWT工具包 5 1.4.1 SWT的结构 6 1.4.2 SWT所支持的操作系统 6 1.5 Sun AWT/Swing与Eclipse SWT 7 1.5.1 Swing与SWT的比较 7 1.5.2 SWT的优势和不足 8 1.6 SWT与JFace、Eclipse 9 1.6.1 JFace是SW
  3. 所属分类:Java

    • 发布日期:2010-10-23
    • 文件大小:16mb
    • 提供者:dddddz
  1. C# 关机程序完整源码

  2. C# 关机程序 收藏 1. using System; 2. using System.Runtime.InteropServices; 3. 4. class shoutdown{ 5. [StructLayout(LayoutKind.Sequential, Pack=1)] 6. internal struct TokPriv1Luid 7. { 8. public int Count; 9. public long Luid; 10. public int Attr; 11. } 12
  3. 所属分类:C#

    • 发布日期:2011-02-10
    • 文件大小:39kb
    • 提供者:flydoos
  1. spring_MVC源码

  2. 弃用了struts,用spring mvc框架做了几个项目,感觉都不错,而且使用了注解方式,可以省掉一大堆配置文件。本文主要介绍使用注解方式配置的spring mvc,之前写的spring3.0 mvc和rest小例子没有介绍到数据层的内容,现在这一篇补上。下面开始贴代码。 文中用的框架版本:spring 3,hibernate 3,没有的,自己上网下。 先说web.xml配置: [java] view plaincopy 01. 02. 03. s3h3 04. 05. contextCo
  3. 所属分类:Java

    • 发布日期:2012-07-31
    • 文件大小:13mb
    • 提供者:langshen1314
  1. c#实现验证码 源码

  2. public partial class image : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { this.GenImg(this.GenCode(4)); ////将验证码存储到session中,以便需要时进行验证 Session["image"] = this.GenCode(4); } //任意产生4个验证码 private string GenCode(int num) {
  3. 所属分类:C

    • 发布日期:2009-04-02
    • 文件大小:891byte
    • 提供者:yukihotaru
  1. Spring Cloud Eureka源码分析.pdf

  2. 为什么要看源码: 1、提升技术功底:学习源码里的优秀设计思想,比如一些疑难问题的解决思路,还有一些优秀的设计模式,整体提 升自己的技术功底 2、深度掌握技术框架:源码看多了,对于一个新技术或框架的掌握速度会有大幅提升,看下框架demo大致就能知 道底层的实现,技术框架更新再快也不怕 3、快速定位线上问题:遇到线上问题,特别是框架源码里的问题(比如bug),能够快速定位,这就是相比其他没看过 源码的人的优势 4、对面试大有裨益:面试一线互联网公司对于框架技术一般都会问到源码级别的实现 5、技术追求
  3. 所属分类:Java

    • 发布日期:2019-10-08
    • 文件大小:1mb
    • 提供者:weiyoushi4001
  1. class-60-源码

  2. 60级
  3. 所属分类:其它

    • 发布日期:2021-03-25
    • 文件大小:20kb
    • 提供者:weixin_42133899
  1. connect-class:连接班级作业-源码

  2. 连接类 连接班级作业 week1作业应用程序链接: : : week2分配应用程序链接: ://104.248.224.60:4081 week3作业应用程序链接: ://104.248.224.60:4082 week4分配应用程序链接: ://104.248.224.60:4083
  3. 所属分类:其它

  1. class.unifi.php-源码

  2. class.unifi.php 用法示例: $unifi=new unifiapi("username","password","https://:84443"); $unifi->login(); $unifi->authorize_guest("mac adress",60)
  3. 所属分类:其它

  1. SQLDataSource:用于Apollo GraphQL项目SQL DataSource-源码

  2. SQLDataSource 该软件包将与的易用性结合在一起。 v1.0.0中的重大更改 在v1.0.0中,此库具有一个新的流畅接口,该接口可以与Knex很好地配合使用,并且更加符合Apollo DataSources的精神。 const query = this . knex . select ( "*" ) . from ( "fruit" ) . where ( { id : 1 } ) . cache ( ) ; query . then ( data => /* ... */
  3. 所属分类:其它

    • 发布日期:2021-01-30
    • 文件大小:72kb
    • 提供者:weixin_42163404
« 12 3 »