资源列表
FaG
- 有多个PUT操作要不断循环地向Buffer1送字符数据,有Move1操作不断地将Buffer1的数据取到Buffer2,Move2操作不断地将Buffer2的数据取到Buffer3,有多个GET操作要不断地从Buffer3中取数据。PUT、 MOVE、 GET每次操作一个数据,为了在操作的过程中要保证数据不丢失, 每个Buffer每次只能接受一个PUT或一个Move或一个Get,多个操作不能同时操作同一BUFFER。设计一个多道程序完成上述操作-There are multiple PUT op
MultiThreadComm
- 线程间通信,使用自定义消息;利用Windows操作系统的消息驱动机制,当一个线程发出一条消息时,操作系统首先接收到该消息,然后把该消息转发给目标线程,接收消息的线程必须已经建立了消息循环。 -Communication between threads, using custom message use Windows operating system, message-driven mechanism, when a thread with a message, the operatin
USB_Monitor
- USB Monitor prevents exploirer.exe from executing autorun.inf
win32
- 这是一个镜像文件,是关于WINDOWS多线程编程的一些知识
multiThreading_demo_backup
- Win32多线程编程有关源代码 出自候捷大师之手 堪称经典-Win32 multi-threaded programming related to the source code from the hand of a master-designate was a classic Czech Republic
test
- 一个多线程同步的例子,源代码分享,VC6实现-Example of a multi-thread synchronization, source code sharing, VC6 achieve
p2pclient-for-windows
- p2p for windows,C/S archtecture.-p2p download code for windows
IPC
- 进程间通信的方式及demo 这应该是很全的进程间通信的方式 自己写的分工程,直接能运行,面试的时候都会考,是学习的好资料 打开工程直接能编译, vs2005/vs2008都可以-Interprocess communication methods and demo This should all interprocess communication way to write their own sub-projects can run directly, when the inter
ThreadFile
- 多线程的文件搜索,提供了两种不同的方法进行文件搜索。在列表中完全显示出来,指出哪个是文件名,哪个是文件夹名-Multi-threaded file search, provide two different methods of document search. In the list completely reveal that which is the file name, which is the folder name
HideProcess_dll
- 隐藏进程是一种保护进程的方法。当一个黑客危害我们的系统,它会登陆,然后会巡视有没有一些已知的进程在监视它。然后它就*监控它的进程。如果隐藏了这个功能进程,黑客就不会知道进程的所有情况,并还可以记录黑客在我们系统上做的任何事情。-Hidden process is a way to protect the process. When a hacker harm to our system, it will visit, then visit there any known process in
HideProcess_dll.rar
- 进程隐藏代码.十分好用.大家可以试试.呵呵,The process of hiding the code. Very easy to use. You can try. Hehe
MultiClock
- 多线程练习,功能能够实现时钟显示,闹钟,计时器,日期显示-Multi-threaded clock display, alarm clock, timer, date display