-
列举程序中所有进程的示例,用到windows进程编程的一些原理。...
列举程序中所有进程的示例,用到windows进程编程的一些原理。-A example of listing all the processes in a program, using the principle of windows processes programing.
- 2022-01-26 06:06:46下载
- 积分:1
-
- 2023-02-11 19:05:03下载
- 积分:1
-
windows task manager for win2k/xp
windows任务管理器for win2k/xp-windows task manager for win2k/xp
- 2022-03-20 23:48:59下载
- 积分:1
-
LU decomposition of the serial algorithm (for Cache Optimization), LU decomposit...
LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
- 2022-08-23 12:55:14下载
- 积分:1
-
演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!...
演示了如何在一个程序当中去控制另一个程序的运行!从而实现自动化功能!-demonstrated how, in a program to control the operation of another program! To achieve automation!
- 2022-08-18 15:33:55下载
- 积分:1
-
这是一种方法,你也可以在取定那一步使用你自己喜欢的取定方法,...
这是一种方法,你也可以在取定那一步使用你自己喜欢的取定方法,-This is one of the ways you can take the step that will use your own favorite from determined,
- 2022-08-08 11:42:27下载
- 积分:1
-
在多个线程之间安全地共享有限的资源
在多个线程之间安全地共享有限的资源-threads between the various security sharing limited resources
- 2022-07-03 11:36:30下载
- 积分:1
-
使用ntdll.dll中未公布的函数实现的资源读写加锁的例子
使用ntdll.dll中未公布的函数实现的资源读写加锁的例子-An example of realising resource lock of reading and writing by using unpublished function in ntdll.d
- 2022-07-19 02:20:03下载
- 积分:1
-
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间...
一般而言,应用程序中的一个次要线程总是为主线程执行特定的任务,这样,主线程和次要线程间必定有一个信息传递的渠道,也就是主线程和次要线程间要进行通信。这种线程间的通信不但是难以避免的,而且在多线程编程中也是复杂和频繁的,下面将进行说明。-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
-
基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等...
基本上实现处理机对进程的最主要的调度执行算法:包括先来先服务、短作业/进程优先、时间片轮转调度算法、优先权调度算法、高响应比优先调度算法、多级反馈队列调度算法等算法。-Basically realize the main processor to process the implementation of the scheduling algorithm: including first-come, first serve, short operation/process priority, time slice rotation scheduling algorithm, priority scheduling algorithm, high priority response ratio scheduling algorithm, multi-level feedback queue scheduling algorithm such as algorithm.
- 2022-06-30 02:16:08下载
- 积分:1