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

搜索资源列表

  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. 非常实用的C++源码

  2. #include #include using namespace std; class Student { char* name; char* id; int score; public: Student(char* n="noname",char* i="2007",int s=59) { name=n; id=i; score=s; cout<<"调用构造函数Student"<<endl; } char* getname(){return name;cout<
  3. 所属分类:C++

    • 发布日期:2009-11-23
    • 文件大小:3kb
    • 提供者:hongkaibo
  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. ZIP 压缩 解压缩 源码

  2. 使用ZLIB库 包装的压缩解压缩文件的源码 VS2005 工程创建 /* */ class ZIPWRAP_EXP CZipper { public: CZipper(); virtual ~CZipper(); // simple interface static bool ZipFile(const char* szFilePath); // saves as same name with .zip static bool ZipFolder(const char* szFilePath,
  3. 所属分类:C++

    • 发布日期:2012-08-22
    • 文件大小:196kb
    • 提供者:piaoxu7777777
  1. RVM相关向量机实现代码matlab源码

  2. %Demonstrates the mcrvm algorithm on a toy example (Three class classification problem). Part of the code was %derived from Tipping's matlab code. % @file mcrvm_example.m % Author Arasanathan Thayananthan ( at315@cam.ac.uk) % (c) Copyright Universit
  3. 所属分类:其它

    • 发布日期:2014-04-03
    • 文件大小:11kb
    • 提供者:daleloogn
  1. Spring Cloud Eureka源码分析.pdf

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

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

  2. <path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-
  3. 所属分类:其它

  1. class-59--源码

  2. class-59-
  3. 所属分类:其它

  1. Class-59-源码

  2. Class-59
  3. 所属分类:其它

    • 发布日期:2021-03-13
    • 文件大小:171kb
    • 提供者:weixin_42122838
  1. class-59-源码

  2. class-59
  3. 所属分类:其它

  1. 晚餐59-源码

  2. 晚餐59 该项目是使用版本8.3.20生成的。 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您还可以使用ng generate directive|pipe|service|class|guard|interface|enum|module 。 建造 运行ng build来构建
  3. 所属分类:其它

    • 发布日期:2021-02-25
    • 文件大小:156kb
    • 提供者:weixin_42134094
« 12 3 »