-
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。...
用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的理解。-High-level language by writing and debugging a process scheduler in order to deepen their understanding of the concept of the process and understanding the process of scheduling algorithm.
- 2022-02-21 12:04:42下载
- 积分: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
-
使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。...
使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。- Uses line regulation synchronization class which
CriticalSection (critical zone) and Mutex (incompatible object)
realizes.
- 2022-02-28 22:06:58下载
- 积分:1
-
编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术...
编写多线程应用程序的最重要问题就是线程之间的资源同步访问。因为多个线程共享资源时如果发生访问冲突通常会产生不正确的结果。本程序主要实现线程间的同步技术-The preparation of multi-threaded applications the most important problem is the thread synchronization between the resources to visit. Because the shared resource when multiple threads access violation if there is usually generate incorrect results. This procedure main inter-thread synchronization technology
- 2022-04-14 20:18:45下载
- 积分:1
-
VB关闭冰刃的代码,是学习进程的不错例子。
VB关闭冰刃的代码,是学习进程的不错例子。-VB code to close冰刃is a good example of the learning process.
- 2022-03-19 02:27:56下载
- 积分:1
-
VB6 Multithreader
VB6 Multithreader
- 2022-08-25 22:27:18下载
- 积分:1
-
公司考勤系统。主要数据采集与实现…
公司设有考勤系统。考勤的主要数据收集和执行。多线程处理大数据时不会出现写文章的现象/
- 2022-01-21 19:38:16下载
- 积分:1
-
vc的多线程开发的 例子,
值得看看。
vc的多线程开发的 例子,
值得看看。-vc multithreading development example, is worth noting.
- 2022-02-02 10:22:50下载
- 积分:1
-
compiler theory
编译原理-进程管理-compiler theory-process management
- 2023-05-02 09:10:03下载
- 积分:1
-
编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在...
编写一个多线程程序(两个线程),一个线程向列表控件中插入数据,一个读取并显示列表控件中的数据,显示完后删除已显示的数据。(显示的方式可以以对话框的方式显示),在读删数据时要注意线程的互斥。-prepared a multithreaded process (two threads), a thread to the list of controls to insert data, a reading list and display controls the data show that after the deletion of the data has shown. (Display in the form of the dialog box shown), in Reading censored data to the attention of mutually exclusive threads.
- 2022-02-04 00:50:12下载
- 积分:1