-
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
-
ADcard
研华AD板卡通过visual c++实现控制,多线程(Advantech AD Card through visual c achieve control, multithreading)
- 2020-09-10 11:48:01下载
- 积分:1
-
dining-philosophers-varellow
windows下使用多线程对哲学家就餐问题进行仿真(Dining philosophers problem algorithm simulation)
- 2014-05-10 12:27:50下载
- 积分:1
-
pub
进程调度算法 本程序提供了以下几种进程调度方法 1、时间片轮询法 2、可强占优先法 3、非抢占算法 (The process of scheduling algorithms This procedure provides the following types of process scheduling method 1, time piece polling method 2, can be forcibly priority law 3, non-preemptive algorithm)
- 2009-05-09 10:43:11下载
- 积分:1
-
67217683
控制qemu虚拟机,很不错的易语言源码,适合易语言爱好者学习,()
- 2018-05-02 14:26:02下载
- 积分:1
-
8137
post注册机源码,程序结合易语言扩展界面支持库、多线程支持库和互联网支持库,可以针对网站论坛循环注册。(Fillmore post source , the program combined with easy language support library expansion interface , multithreading support libraries and Internet support libraries , can be recycled registered for the website forum.)
- 2016-07-03 13:19:05下载
- 积分:1
-
749685
相信做PWM的同学看见这个比较高兴,希望可以对您有帮助,谢谢支持,,(Believe do PWM is glad to see that classmate, hope can help you, thank you for your support,,)
- 2017-05-18 11:28:47下载
- 积分: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
-
event_thread
用CEVENT类中的event事件响应来做线程之间的通讯工作(failed to translate)
- 2011-08-29 14:58:08下载
- 积分:1
-
multiThreadsScan
多线程实现的端口扫描程序,在Linux上实现,GCC编译。(Multi-threaded port scanning procedures, the Linux implementation, GCC compiler.)
- 2013-12-11 23:37:32下载
- 积分:1