-
线程编程,实现多线程,多任务的处理,进行线程的概念认识...
线程编程,实现多线程,多任务的处理,进行线程的概念认识-Threads programming, realize multi-threaded, multi-mission of the deal, the concept of threads to understand the
- 2022-07-25 02:17:13下载
- 积分:1
-
multithreaded copy files, it can become 2.0 USB1.1, an eye
多线程的文件复制,可以把usb1.1变成2.0,值得一看-multithreaded copy files, it can become 2.0 USB1.1, an eye-catcher
- 2022-01-26 00:05:52下载
- 积分:1
-
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。...
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
- 2022-09-06 09:15:02下载
- 积分:1
-
多线程下载文件服务器,接收客户端登陆信息,和传递文件
多线程下载文件服务器,接收客户端登陆信息,和传递文件-multi-threaded download the file server, the receiving client landing information, and transmit documents
- 2022-02-20 21:31:57下载
- 积分:1
-
监视进程的时间,运行状态等信息的程序.(xp下请重新编译)
监视进程的时间,运行状态等信息的程序.(xp下请重新编译)-Monitor the process of time, running the procedures and other information. (Xp under please recompile)
- 2023-05-28 07:05:03下载
- 积分:1
-
multithreading technology and the VC Serial Communication Program application. P...
多线程技术及其在VC++串口通信程序中的应用.pdf -multithreading technology and the VC Serial Communication Program application. Pdf multithreading technology and the VC Serial Communication Program application. pdf
- 2022-05-05 10:07:48下载
- 积分:1
-
十字路口的红绿灯管制问题,实现多进程并发控制。车数,车速可调...
十字路口的红绿灯管制问题,实现多进程并发控制。车数,车速可调-crossroads traffic light control, multi-process concurrency control. Several vehicles, adjustable speed
- 2023-05-17 08:45:03下载
- 积分: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
-
关于多线程的一个程序,主要是说明同步技术在多线程中的应用。...
关于多线程的一个程序,主要是说明同步技术在多线程中的应用。-On a multi-threaded program, mainly that synchronous technology in multi-threaded applications.
- 2022-01-25 15:26:52下载
- 积分:1
-
创建子进程,并监控新创建子进程状态直至结束运行
创建子进程,并监控新创建子进程状态直至结束运行-Create sub-process, and monitor the status of the newly created child process to run until the end of
- 2022-02-10 07:29:05下载
- 积分:1