-
dev
windows 编程循序渐进源码,分为3部分,每四章做了包,因为怕太大了(windows programming step-by-step source, divided into 3 parts, each of four chapters to do the package, because too much fear)
- 2009-03-04 09:56:25下载
- 积分:1
-
VC-Detailed-Explanation
这本书从实际应用入手,由浅入深、循序渐进地讲述Windows程序内部运行机制、MFC框架、文本、菜单、对话框、文件操作、网络编程、进程间通信、ActiveX控件、动态链接库、HOOK编程等多个主题(This book starts from the practical application , deep within the program step by step explanation of the Windows operating mechanism, MFC framework, text, menus, dialog boxes, file operations, inter-network programming, interprocess communication, ActiveX controls, dynamic link libraries, HOOK programming and many other topics.)
- 2014-04-25 09:26:40下载
- 积分:1
-
gh0stdan-exe-ban
gh0st想必大家都知道不用多说了。
这个不知道是那个牛人改的单exe无DLL不版(gh0st surely we all know rest is history. The cattle do not know that people have switched to single-exe version without DLL does not)
- 2011-08-20 21:49:29下载
- 积分:1
-
14.6.16
源码,包括树形控件与xml之间的调用,UDP协议的数据库连接,还有mfc的listview和treeview的使用,给界面显示图标等等,使用vs2005测试通过。(Source, including calls between tree control with xml, UDP protocol database connection, as well as the use of listview and treeview mfc, giving the interface displays icons and so on, using vs2005 test.)
- 2014-06-17 19:23:04下载
- 积分:1
-
buffer2wav
根据数据文本转换成二进制文件再写成wave文件的格式转换保存成.wav文件、(According to the text data into binary files and then write wave files into a format conversion to preserve. Wav files,)
- 2007-12-18 10:37:41下载
- 积分:1
-
PPT_Object-oriented-programming
面向对象Object-oriented programming学习资料(PPT)格式(Object-oriented programming object-oriented learning materials (PPT) format)
- 2011-12-03 12:48:36下载
- 积分:1
-
362693-1506422885
management and account sys
- 2017-10-22 13:31:04下载
- 积分:1
-
three
说明: 游戏用途,建立一个游戏的必要前制作范本,供大家参阅。(Game purposes, the establishment of a game before making the necessary templates for your reference.)
- 2008-11-13 19:38:34下载
- 积分:1
-
fluidsD3D9
An example of fluid simulation using CUDA and CUFFT, with Direct3D 9 rendering.
- 2009-09-11 18:26:49下载
- 积分:1
-
LNode
1、 随机产生或键盘输入一组元素,建立一个带头结点的单向链表(无序)。
2、 遍历单向链表。
3、 把单向链表中元素逆置(不允许申请新的结点空间)。
4、 在单向链表中删除所有的偶数元素结点。
5、 编写在非递减有序链表中插入一个元素使链表元素仍有序的函数,并利用该函数建立一个非递减有序单向链表。
6、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递增链表。
7、 利用算法5建立两个非递减有序单向链表,然后合并成一个非递减链表。
8、 利用算法1建立的链表,实现将其分解成两个链表,其中一个全部为奇数,令一个全部为偶数(尽量利用已知的存储空间).
9、 利用单向链表实现一元多项式的存储并实现两个多项式相加并输出结果。
10、 在主函数中设计一个简单的菜单,分别调试上述算法。
(visual c)
- 2009-03-26 10:10:27下载
- 积分:1