资源列表
[Windows编程] TheArtOfCPlusPlusCode
说明:这是C++设计艺术的源代码,里面有非常好的例子,希望对大家有帮助!-This is a C++ design the art of the source code, which has a very good example for all of us want to help!<echo> 在 2025-09-27 上传 | 大小:41kb | 下载:0
[Windows编程] USBDriverDevelopment
说明:USBDriverDevelopment,使用DriverStudioKit快速开发USB设备驱动的实验报告.-USBDriverDevelopment, the use of DriverStudioKit rapid development of USB device driver reports the experiment.<一个好人> 在 2025-09-27 上传 | 大小:918kb | 下载:0
[Windows编程] CPlusPlusPrimerCode
说明:C++Primer的源代码,里面有非常好的例子,非常适合初学者!-C++ Primer of the source code, which has a very good example, very suitable for beginners!<echo> 在 2025-09-27 上传 | 大小:148kb | 下载:0
[Windows编程] TorrentParser
说明:实现的封装类CTorrentParser,完成的主要任务有: 1.判断torrent文件是否有效 2.得到如下的重要信息: tracker服务器列表 文件列表 分块尺寸 分块个数 分块sha1的数组 3.其他的一些次要信息如发布者,发布日期,注释等 4.计算infohash -Metainfo files are bencoded dictionaries with the following keys: announce The<吴开红> 在 2025-09-27 上传 | 大小:3kb | 下载:0
[Windows编程] USBDaQuan
说明:USB专业技术书籍,全面介绍了USB1.1协议的架构原理以及标准.还详细介绍开发USB设备驱动的知识与实例.-USB professional and technical books, a comprehensive introduction to the structure of the principle of USB1.1 protocol and standards. Also gave details of USB device driver development knowledge<一个好人> 在 2025-09-27 上传 | 大小:6.54mb | 下载:0
[DirextX编程] FurShellsAndFins
说明:This a very useful sample using DirectX.-This is a very useful sample using DirectX.<dongdong> 在 2025-09-27 上传 | 大小:9.04mb | 下载:0
[数据库编程] OBDCEmailBook
说明:OBDC 做的一个 email通信录, 大家可以对他扩展一下-OBDC do a email address book, you can click on to expand his<Hank> 在 2025-09-27 上传 | 大小:43kb | 下载:0
[Windows编程] Onedimensionalarrclastemplate
说明:建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试<晓华> 在 2025-09-27 上传 | 大小:1kb | 下载:0