资源列表
ex30a
- vc 编写的winsock多线程阻塞通信程序,经典实用-failed to translate
Iflytek.AlertClock
- 多线程练习,简单易用,熟练掌握多线程,让你轻松写意,丢掉一切烦恼。-Multi-threading practice, easy to use, master multi-threaded, easy to freehand and lost all the troubles.
Producer-Consumer-Model
- 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
NtQuerySystemInformation
- NtQuerySystemInformation主要的的结构体,-The structure of the main body of NtQuerySystemInformation,
CEvent
- VC++使用CEvent类编程创建线程:声明线程函数、定义全局变量m_Sec、定义线程句柄、创建线程1和2、关闭线程句柄对象、程序睡眠10秒、输出变量、设置事件对象为有信号状态、跳出循环等。-VC++ programming to create threads using CEvent class: Statement thread function, which defines global variables m_Sec, the definition of the thread handl
DuoxianJisuan
- 求f(x)=x^3-2x-5在[2,3]上的根-Find f (x) = x ^ 3-2x-5 in [2,3] on the root
JINCHENGTONGXIN
- 一个两进程间通信的小例子,希望能对想实现进程间通信的朋友一点提示-Communication between the two processes of a small example, hoping to achieve inter-process communication to friends that prompted
01.
- 用C语言编写的多线程之间交替运行的例子。-Written by C alternate between multiple threads running example.
ProduceraConsumer
- 用多线程的方法实现了生产者与消费者问题的模拟,关键技术是线程间通信和同步,通信采用消息模式-Achieved with multi-threaded simulation of producers and consumer issues
multithread
- 利用boost编写的多线程例子,其中有互斥锁等的应用。boost库是一个实用的库,很强大-Written by multiple threads boost
ProcessComm
- 两个测试四种不同进程间通信的方法程序,通过剪切板进行进程间的通信、通过邮槽进行进程间的通信、通过通道进行进程间的通信、通过COPTDATA消息进行进程间的通信-Two test four different inter-process communication methods and procedures, through the clipboard for interprocess communication, through the mail slot for inter-process
20109214441002
- 最近才发现的“RtlCreateUserThread”(下步调用ZwCreateThread)这可是个好东西,可以创建远程线程,也可以用来写多线程程序,但是在VB里好像还是不是很稳定只能用API。 -Recently discovered " RtlCreateUserThread" (under the pace with ZwCreateThread) this is a good thing, you can create a remote thread, can als
