-
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间...
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。-Generally speaking, the application of a secondary thread is always the main thread to perform a specific task, so that main thread and secondary threads must have a channel for the transmission of information, which is the main thread and the secondary thread to communicate between. This inter-thread communication is not only inevitable, but also in multi-threaded programming is complex and frequent, the following description will be carried out.
- 2022-03-06 14:41:20下载
- 积分:1
-
设计是一个复杂的过程
设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simulation of the single-processor environment processor scheduling, understanding processor scheduling process.
- 2022-02-03 09:51:50下载
- 积分:1
-
改源码是用来进行页面快照的捕捉的多线程实现,请各位高手指教。...
改源码是用来进行页面快照的捕捉的多线程实现,请各位高手指教。-Change source is used for the page to capture a snapshot of the realization of multi-threading, please expert advice.
- 2023-03-23 08:15:03下载
- 积分:1
-
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!...
多线程定时器、时钟源代码,可以参考VC下多线程编程的技巧!-multithreading timer, the clock source code can refer to VC multithreaded programming skills!
- 2022-03-09 18:21:34下载
- 积分:1
-
本程序使用VC编写,用于获取系统进程的标志号。
本程序使用VC编写,用于获取系统进程的标志号。-procedures for the use of the VC preparation for the acquisition process, a symbol.
- 2022-03-17 16:17:26下载
- 积分:1
-
进程查杀:对设定的一个系统进程进行查杀,界面简洁。
进程查杀:对设定的一个系统进程进行查杀,界面简洁。-killing process : the creation of a systematic process for killing, simple interface.
- 2022-06-14 21:44:25下载
- 积分:1
-
Give Your .NET
Give Your .NET-based Application a Fast and Responsive UI with Multiple Threads
- 2022-03-29 11:00:48下载
- 积分: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
-
本程序能实现多线程调度演示,其中包括线程阻塞及就绪演示...
本程序能实现多线程调度演示,其中包括线程阻塞及就绪演示-this program to achieve multithreaded scheduling presentations, including obstruction and thread ready demo
- 2022-10-05 11:05:03下载
- 积分:1
-
Function: 1. Display System processes and process modules, threads information....
功能:
1.显示系统进程及进程的模块、线程信息。
2.能杀死任意进程包括系统服务进程。
3.能释放任意进程中的任意模块,不过有些关键模块释放不了。
4.结束任意进程中的任意线程。
5.请用右键进行操作。-Function: 1. Display System processes and process modules, threads information. 2. Can kill any process including the process of system services. 3. To any process of release of any module, but not the release of some key modules. 4. The end of any process in any thread. 5. Please use Right-operate.
- 2022-01-27 19:51:19下载
- 积分:1