资源列表
174196Win32mutiprocess
- Win32多线程程序设计(随书源码),Win32编程的一本比较好的参考书的源码
rundll32
- 这是一个U盘病毒专杀软件,特别是针对一些修改注册表的病毒--rundll[1].exe
Osborne_Visual_C++_dotNET_Developers_Guide(2002).z
- Visual C++ .NET Developers Guide ebook by McGraw-Hi
demo
- 1、注入DLL,有用到绝对路径,请自行修改 2、本Demo以“计算器”程序为宿主注入程序,可以自行修改 3、DLL入口函数为加载注册表,可以修改 4、本Demo没有考虑杀毒软件,另有Demo可以避过瑞星(待发) 4、仅供技术研究,不得用于非法用途
example-3
- This application has one task that reads characters from stdin and sends them to a second task. This converts the characters to upper case and sends them back to the first task for printing. Each task will execute on a different processor.
JpcapDumper-src
- java实现的sniffer工具,要求安装winpcap和jpcap组件以及jdk1.6
example-4
- This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
SemSig
- Shows how to set up an interrupt handler function and signal events from the handler. We use C6x timer 1 as the example interrupt source.
CutOff
- 定时关机/重新启动/注销,有时分秒的选择,中间可暂停,可重新开始,也可继续时间。
deletefile
- 实现文件的删除:文件粉碎、文件删除、到回收站,本人做课程设计时做的程序
filesystem
- 我写的一个界面类似linux的文件系统,在win-tc下编译通过,可创建文件edit,删除文件del,创建目录md,删除目录rd,显示当前目录文件和文件夹dir,实现目录跳转cd,cd..是跳转到根目录。
16bit_microprocessor
- This is a 16bit 8086/8088 intel style microprocessor, which has main basic function and an internal memory, 16 * 256 bit size. Thank you.