-
进程管理软件,相当好用!
大家快来下啊 功能非常强大,
进程管理软件,相当好用!
大家快来下啊 功能非常强大,-process management software, very useful! We Come under ah is very powerful,
- 2022-04-26 17:28:26下载
- 积分:1
-
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。...
详细讲解进程间通讯的四种方式:剪贴板、匿名管道、命名管道和邮槽。并比较分析这几种进程间通信的优点和缺点。-explain in detail the communication process in four ways : the clipboard, anonymous pipes, named pipes and mail chutes. Analysis and comparison of several inter-process communication advantages and disadvantages.
- 2022-03-22 20:51:19下载
- 积分:1
-
Port Access windows os
Port Access windows os
- 2022-05-24 19:25:16下载
- 积分:1
-
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态...
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态-Study aids a good example of thread, the main thread that involves a general mathematical calculations, auxiliary thread regularly opened, the progress bar shows auxiliary thread running
- 2022-06-01 07:59:30下载
- 积分:1
-
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优...
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。
静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。
动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如
:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等
-Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five.
The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process.
Static priority number is determined when creating the process, and in the whole process will not change during the operation.
Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example
: In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase
- 2022-03-07 17:51:07下载
- 积分:1
-
查找结和结束进程!!VC
查找结和结束进程!!VC-search process node and end! ! VC
- 2022-04-22 15:08:53下载
- 积分:1
-
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHA...
NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szText, szFormat, szModule) MessageBox(NULL, szText, _T("远程线程"), MB_OK MB_ICONINFORMATION) return 0 }-NT environment to achieve the hidden process added : ThreadMain put in the code to be thrown in this supplement : DWORD ThreadMain (HINSTANCE hInst) (TCHAR szModule [256], szText [512], [256] szFormat LoadString (hInst, IDS_FORMAT, szFormat, sizeof (szFormat)/sizeof (TCHAR)) GetModuleFileName (NULL, szModule, 256) _stprintf (szText, szFormat, szModule) MessageBox (NULL, szText, found ( "Remote threads"), MB_OK MB_ICONINFORMATION) return 0 )
- 2022-02-01 13:00:17下载
- 积分:1
-
Win32_Event_Handling.zip事件
Win32_Event_Handling.zip事件-Win32_Event_Handling.zip incident
- 2022-05-26 07:57:29下载
- 积分:1
-
本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。...
本实验要求用高级语言编写和调试一个简单的银行家算法程序。加深了解有关资源申请、避免死锁等概念,并体会和了解死锁和避免死锁的具体实施方法。-asked to use the experimental high-level language debugging and prepared a simple algorithm bankers procedures. A better understanding of the application of resources to avoid deadlock concepts, and experience and understanding of deadlock and avoid deadlock the specific implementation measures.
- 2023-06-18 13:45:04下载
- 积分:1
-
Own multi
自己做的
多线程抽奖
功能比较少做一个示范-Own multi-threading of the draw features to make a model less
- 2022-02-04 12:44:13下载
- 积分:1