资源列表
Read1
- 读书小报告 source code for freinds, 免费版本-small study report freinds source code for free version
GIAN
- 运行Kernel.exe(调用hehe.dll),此时您什么都没有看到。实际上程序已经在后台运行了!之后试着输入密码(网络、Windows登录等等),然后在Windows目录下查找password.wri 试着用WordPad.exe打开,你会发现密码记录。该程序演示了如何截获系统级的消息,并将消息过滤。仅保留密码部分。同时将截获的任何消息继续传递, 以便Windows系统正常运行。本程序仅仅是用来测试Windows操作系统的缺陷。提高您学VC的积极性,请勿用于非法目的。编程环境VC++
MQTest
- MQ的监测程序 用来根据配置文件 自动建立MQ的小工具 还是检测MQ的历史消息记录-MQ monitoring procedures under the configuration file used to automatically establish MQ small tool detection MQ historical information Records
ExitThread
- 用控制台写的多线程程序,关于数据共享和退出的c++程序.-console was made using the multi-thread programming, data sharing and on the withdrawal of c procedures.
C++program1
- 实用易懂C++技术入门提供给C++的入门学者-practical technology portal accessible to scholars C induction
C++program2
- C/C++教程,源程序实例,小而精好实用-C / C tutorial, example source, a small but good practical
C++program4
- C/C++教程,源程序实例,小而精好实用-C / C tutorial, example source, a small but good practical
C++program5
- C/C++教程,源程序实例,小而精好实用-C / C tutorial, example source, a small but good practical
C++program3
- C++6.0教程五,六章源程序实例.已经通过调试-C 6.0 Directory five, six chapters source examples. Through debugging
xuesheng2008
- 用c编写的一个实用程序,也许会用的到啊!-c prepared with a practical procedure, and perhaps would use to ah!
CSortListCtr
- 从CListCtr派生出来的类CSortListCtr,可排序-CListCtr derived from the class CSortListCtr, ranking
sparsematric.cpp
- 十字链表是这样构成的:用链表模拟矩阵的行(或者列,这可以根据个人喜好来定),然后,再构造代表列的链表,将每一行中的元素节点插入到对应的列中去。书中为了少存几个表头节点,将行和列的表头节点合并到了一起——实际只是省了几个指针域,如果行和列数不等,多余的数据域就把这点省出的空间又给用了。这点小动作让我着实废了半天劲,个人感觉,优点不大,缺点不少,不如老老实实写得象个十字链表,让人也好看一些,这是教科书,目的是教学。实在看得晕的人,参阅C版的这部分内容,很清晰。我也不会画图,打个比方吧:这个十字链表的
