资源列表
VC屏幕抓图实例
- 拷屏软件的实例,在本例基础上稍加修改即可造就自己的拷屏软件。-emboss screen software examples, in this case on the basis of little changes can make their own residences screen software.
div2
- 大数除法的实现算法,不仅能实现两个大数的除法,而且能实现浮点数之间以及浮点数与整数之间的除法-majority of the division algorithm, is not only able to make large numbers of division two, but to achieve a float and between integer and floating point divider between the
ChangeJournal_src
- windows下NTFS文件系统的ChangeJournal编程的示例代码,可以用来实现自己的硬盘监视程序,但文件系统必须是NTFS-windows NTFS File System under the ChangeJournal programming examples generation Codes can be used to realize their own hard disk monitoring program, but must file system is NTFS
nongfuguohe
- 用C编写的农夫过河问题,可以自己运行一下-prepared by the farmer across the river that can operate on its own what
OS_ReaderWriter_1
- 操作系统课程设计(1)_读者写者问题; 附设计说明及主要函数流程图。-courses on operating system design (1) _ readers who write; Report design descr iptions and the main function flowchart.
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
200761322119330
- 包括了:菜单类,按钮类,工具条类,打印类,文件类,文本框类,时间类,EXCEL类,汉字转换类等。。 所有类,均有注释和详细的使用说明。欢迎大家提出宝贵的意见。
WinCC-V6.0-Demo-Application
- WinCC-V6.0-Demo-Application 西门子公司的Windows Control Center(WinCC),比vb更强的组态软件,用与工程的可视化控制,现场总线
jna
- JNA(Java Native Access )提供一组Java工具类用于在运行期动态访问系统本地库(native library:如Window的dll)而不需要编写任何Native/JNI代码。开发人员只要在一个java接口中描述目标native library的函数与结构,JNA将自动实现Java接口到native function的映射。
Detect_Virtual_Machine
- 判断你的程序是否运行在虚拟机中,目前对Microsoft s Virtual PC和VMWare进行判断,可以有效的保护你的程序不在虚拟机中运行。
EncryptedRegistry
- 对注册表进行加解密操作。利用Microsoft CryptoAPI对注册表实现加密读和写操作。
Get_Harddisk_ID_CB6
- c++ Builder环境下获取本地机器硬盘ID号,支持ATA和SATA类型。