-
Windows+WDM+driver
这是Windows Driver Model(WDM)一书中各个章节的所有示例源代码。 (This is the Windows Driver Model (WDM), a book of all the examples of the various sections of the source code.)
- 2008-07-15 12:57:16下载
- 积分:1
-
kmp
数据结构中的用kmp算法查找关键字,供初学者参考(Data structure using kmp algorithm to find the keyword reference for beginners)
- 2011-11-16 22:16:33下载
- 积分:1
-
PC_Com
用VC进行单片机的串口通讯,并进行数据采集,进行处理以后在PC端显示(VC MCU for serial communication, and data collection, processing beyond the PC to display)
- 2020-12-13 18:59:14下载
- 积分:1
-
en25t80-data-Onida-1389-54-model-no-DFX-8399-samt
onida dvd mt 1389,de, 54pin ram onida dvd
- 2012-01-24 21:15:25下载
- 积分:1
-
ado_sqlserver
VC上用ADO接口方式访问SQL Server 2005 测试程序(VC on the interface with ADO access to SQL Server 2005 test program)
- 2013-09-17 18:52:09下载
- 积分:1
-
FaceFeature
是一个人脸识别特征提取的Vc代码,很好用,希望对你有帮助!(Is a face recognition feature extraction Vc code, very good, and want to help you!)
- 2008-05-15 18:56:52下载
- 积分:1
-
C
说明: 数组应用实例:定义一个函数,显示结构各成员的值(Array Application Example: Define a function to display the value of each member of the structure)
- 2014-11-24 11:35:54下载
- 积分:1
-
Demo
C++ 生成Code编码 流程检查等多功能实现 实际问题都 可以解决(if you want this please find)
- 2014-08-22 22:11:18下载
- 积分:1
-
ACE-Lock(ACE_Task_Base)
ACE线程管理机制-并发控制和基于ACE实现的一个内存池(Thread management mechanism ACE- ACE-based concurrency control and achieve a memory pool)
- 2013-11-03 22:41:58下载
- 积分:1
-
最小生成树的Kruskal算法
C语言算法编程。最小生成树的Kruskal算法 。求加权连通图的最小生成树的算法。kruskal算法总共选择n- 1条边,(共n个点)所使用的贪心准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。kruskal算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。
- 2022-01-30 15:28:05下载
- 积分:1