Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • Queue-c++.rar 数据结构常用数据结构-队列,包含队列的常用操作和class类,基本的结构类型
  • CImageEx.rar Windows平台下图形库文件 实例为: class CImageEx{ }
  • 一级倒立摆.rar 使用Matlab仿真模糊控制一级倒立摆程序示例
  • zip_coding.zip 用BKZIP方式解压缩文件,压缩因子可达2.5甚至更高,Class CZipArchive 支持自解压缩,加密解密功能,用VC++编写,使用时可以用源文件,也可以用静态连接库
  • CxShadeButton.zip An owner-drawn button class that gives a professional look to your buttons. 自绘漂亮按钮类
  • EllipticalButtons.zip A class that turns rectangular buttons into elliptic buttons 圆形按钮
  • flpydisk.rar The flpydisk sample is a floppy driver that resides in the directory \\Ntddk\Src\Storage\Fdc\Flpydsk. It is similar to a class driver in that it sits a level above the floppy disk controller in the driver stack, and brokers communication between the ...
  • 小颖Java源代码反编译专家 1.4终极版.rar 最新的Java反编译工具,支持目录级的反编译,也支持双击.class文件就可查看源文件,只限用于学习交流使用。
  • Win32_JVM_App.rar ... for jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . ...
  • sf_200562516252.zip 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new ...