-
进程枚举、包括PID,路径,以及杀死指定进程。
进程枚举、包括PID,路径,以及杀死指定进程。 -process of enumeration, including PID, path, and kill the designation process.
- 2023-08-04 11:20:03下载
- 积分:1
-
可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数...
可用于对VC++、C++ Builder、Delphi、VB、C/C++、ASM等程序源代码进行详细的统计,可以非常精确的得到程序中代码行、注释行和空白行的行数。程序会自动根据你选择的文件类型进行统计,并将所有文件的分析结果进行汇总,可以方便、准确的对程序代码量进行全面的统计。本软件是绿色软件,不需要安装,直接运行。-can be used to VC, C Builder, Delphi, VB, C/C, ASM source code for the procedures detailed statistics can be very precise procedure code OK, OK Notes blank line and the number of rows. The program will automatically choose your type of document statistics and the analysis of all the documents summarized results can be easily and accurately the volume of code for comprehensive statistics. The software is green software without the need for the installation, operation directly.
- 2023-05-16 05:50:03下载
- 积分:1
-
一个有关定时器的例程,一个很基础的咚咚,哎
一个有关定时器的例程,一个很基础的咚咚,哎-A timer routine, based on a very咚咚, hey
- 2022-08-20 06:20:28下载
- 积分: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
-
an "ACE Programmer's Guide" Chapter 16 of the thread pool examples...
一个在《ACE程序员指南》16章的线程池的例子,但是书上的代码有问题。我进行了修改,使得多线程的运行更加健壮,不会出现当队列中无消息时,线程池迅速消失的BUG。相信很多ACE初学者发现了此问题,在此卖弄一下。-an "ACE Programmer"s Guide" Chapter 16 of the thread pool examples, but the book on the code problems. My modified so that the multi-threaded operation more robust, not when there were no queues at the news, thread pool rapidly disappearing BUG. Many believe that the ACE beginners discovered this issue in the play about.
- 2022-01-26 04:08:20下载
- 积分:1
-
使用C写的主子线程的通讯,相信看后会对线程和线程通讯多一些了解。...
使用C写的主子线程的通讯,相信看后会对线程和线程通讯多一些了解。-Written using the C master thread of communication, I believe, after watching threads and thread would be a little more understanding of communication.
- 2022-02-05 14:36:52下载
- 积分:1
-
VB6.0编写一个多
一个基于vb6.0编写的多线程程序.以两个图片框背景色的同时改变来演示多线程-vb6.0 prepared for a multi-threaded process. Photo frame with two background color change at the same time to demonstrate the multithread
- 2023-04-11 07:30:03下载
- 积分:1
-
进程的3中调度算法,时间片、段进程优先、优先权这3种
进程的3中调度算法,时间片、段进程优先、优先权这3种-process scheduling algorithm, time films, the process of priority, the three priority
- 2022-03-23 16:28:36下载
- 积分:1
-
多
多线程的操作,用vc做的界面,演示基本的多线程建立与操作-Multi-threaded operation, to do with vc interface, presentation of basic establishment and operation of multi-threaded
- 2023-01-24 22:50:03下载
- 积分:1
-
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数...
掌握CDC的文字处理程序的编写,如何产生自定义字体和自定义插入符,熟悉对CString类的使用。通过对卡拉OK程序的编写,讲解定时器的使用和DrawText函数的巧妙运用。讲解如何使用CDC的裁减功能。-grasp of word processing procedures for the preparation, how to customize fonts and custom insert website. redeem familiar with the right kind of use. By karaoke program, the timer on the use and DrawText function cleverly use. CDC on how to use the reduction of function.
- 2022-04-21 05:09:36下载
- 积分:1