-
r_w
利用线程同步实现读者和写者的问题,使用信号量来控制(reader and writer)
- 2013-12-30 20:44:32下载
- 积分:1
-
MulThread
一个简单的多线程计数实例,带有挂起和唤醒的功能(A simple count of instances of multi-threaded, with suspend and wake-up function)
- 2010-11-09 12:57:23下载
- 积分:1
-
the_smapl_the
这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机,(This is a small module, shut down the computer can close the win32 and winnt the kernel of the computer,)
- 2017-04-23 15:16:34下载
- 积分:1
-
3910496
利用远程线程实现进程隐藏,给QQ发送的消息加上小尾巴(Remote thread hidden process, QQ sent to the news with a small tail)
- 2007-06-28 15:12:49下载
- 积分:1
-
dining-philosophers-varellow
windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
- 2014-05-10 12:27:50下载
- 积分:1
-
bmp位图文件的读取与保存
bmp位图文件的读取与保存,可以借此熟悉bmp的文件结构(Read and save bmp bitmap files, you can be familiar with the file structure of bmp)
- 2018-11-25 11:34:29下载
- 积分:1
-
bearningbasic
c语言之函数篇,从基础学起,让你彻底精通c语言的应用,(C language function, from the basic learning, so that you are thoroughly proficient in the application of the c language,)
- 2018-08-06 11:07:38下载
- 积分:1
-
virtual-memory-allocation--tracking
说明: 编写一个程序,包括两个线程,一个线程用于模拟内存分配活动,另一个用于跟踪第一个线程的内存行为,要求两个线程之间通过信号量实现同步,模拟内存活动的线程可以从一个文件中读出要进行的内存操作。将VirtualAlloc函数的参数flAllocationType分别设置为MEM_RESET,MEM_TOP_DOWN,将flProtect参数分别设置为PAGE_GUARD,PAGE_NOACCESS,PAGE_NOCACHE,执行并查看内存分配的结果。(Write a program that consists of two threads, one thread is used to simulate the memory allocation activities, one for tracking the memory behavior of the first thread, requiring between two threads synchronize through semaphores to simulate the activities of the thread of memory from a read the file memory operations to be carried out. FlAllocationType the VirtualAlloc function parameters were set to MEM_RESET, MEM_TOP_DOWN, will flProtect parameters are set to PAGE_GUARD, PAGE_NOACCESS, PAGE_NOCACHE, execute and view the results of memory allocation.)
- 2011-04-14 10:08:23下载
- 积分:1
-
thucode
说明: 很好的类word界面模块,用户可以根据源码说明轻松使用所要的模块(A good word interface module, the user can easily use the module according to the source code instructions)
- 2018-12-23 23:03:37下载
- 积分:1
-
ThreadPoolProject
说明: 通过ThreadPoolExecutor的方式,这样的处理方式让写的同学更加明确线程池的运行规则,规避资源耗尽的风险(Thread pools are not recommended to be created by Executors, but by ThreadPool Executor, which allows students to write more clearly about the rules of thread pools and avoid the risk of resource exhaustion.)
- 2020-06-17 21:00:07下载
- 积分:1