-
线程创建
事件触发
线程同步
结束线程
线程创建
事件触发
线程同步
结束线程-Thread creation thread synchronization events to trigger the end of thread
- 2022-02-14 06:27:32下载
- 积分:1
-
Describe the process of state transition process and provide the process of chan...
描述进程状态迁移过程,提供进程状态变化的条用接口-Describe the process of state transition process and provide the process of change in the status of interface
- 2022-07-01 12:53:42下载
- 积分:1
-
本节允许您浏览未经压缩文件中包含的文件…
This section allows you to browse the files contained within a ZIP file without having to download it first. The file list below shows all of the files those that are in a text format that we recognize the extension for (e.g. source code files) are linked to a page where you can view the contents of the file. -This section allows you to browse the files contained within a ZIP file without having to do wnload it first. The file list below shows all of the files those that are in a text format that we r ecognize the extension for (e.g. source code fi les) are linked to a page where you can view the co ntents of the file.
- 2022-01-25 14:39:34下载
- 积分:1
-
Toolkit for detecting Virtual machines
Toolkit for detecting Virtual machines
- 2022-03-05 10:22:22下载
- 积分:1
-
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!...
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
- 2022-03-09 18:21:34下载
- 积分:1
-
一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容...
一个较为复杂的数据同步程序,涉及到sql和oracal数据库的访问,多线程,MFC网络编程,消息队列等内容-A more complex data synchronization process, and oracal related to sql database access, multi-threaded, MFC network programming, message queues, etc.
- 2023-03-25 14:45:03下载
- 积分:1
-
程序运行结束删除本!
程序运行结束删除本!-running deleted from the end!
- 2022-04-01 11:35:37下载
- 积分:1
-
与pssetcreateprocessnotifyroutine,pssetcreatethreadnotifyroutine线程问题。
用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码为:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.很显然,在驱动退出后,一些进线程操作仍然在访问原来的地址,造成出错.在XP后,微软给出了一个函数PsRemoveCreateThreadNotifyRoutine用来清除线程监视函数(清除进程监视的就是PsSetCreateProcessNotifyRoutine).我一直奇怪ICESWORD在2000中是怎么做到进线程监视的.后来才发现,在运行icesword后释放出一个detport.sys文件,然后一直在系统中存在着没有卸载掉.只是把它隐藏了而已^_^.这不是个好消息,难道我为了测试一个驱动,测试一次就得重启一次吗?呵呵,肯定不是啊,所以想办法搞定它.-with PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine thread to process control, I think we had a very skilled. Sinister In "" A text has been achieved in very good. Some time ago the Internet was seen in the surveillance study of the threads from article more interesting. Write playing with a code to play. on this issue, there have been some proble
- 2023-06-28 21:35:02下载
- 积分:1
-
共享内存多进程通讯例子
共享内存多进程通讯例子-the demo of shared memory multi-process communication
- 2022-02-04 23:47:25下载
- 积分:1
-
此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储...
此为操作系统实验报告: scan,cscan算法模拟磁盘调度 内含:程序流程图 设计思路 主要源码等等。 简介:磁盘是一种高速、大容量、旋转型、可直接存取的存储设备。它作为计算机系统的辅助存储器,担负着繁重的输入输出任务、在多道程序设计系统中,往往同时会有若干个要求访问磁盘的输入输出请求等待处理。系统可采用一种策略,尽可能按最佳次序执行要求访问磁盘的诸输入输出请求。-operating system for this experiment : scan, cscan scheduling algorithm simulation disk containing : flowchart design major source so on. Description : disk is a high-speed, high-capacity, rotating type, direct access storage devices. As computer systems support memory, shoulders the heavy task of input and output, multiple procedures in the system design, while there are often a number of requests to visit disk input and output requests pending.
- 2022-08-15 17:19:56下载
- 积分:1