-
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。...
提供一个进程保护的通用独立模块。
也就是说可以实现多进程保护功能的DLL。-provide a process independent and protection module. That is to say the process can achieve more protection DLL.
- 2022-09-06 09:15:02下载
- 积分:1
-
在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器...
在WINDOWS操作系统下,当我们无法结束或者不知道怎样结束一个程序的时候,或者是懒得去找“退出”按钮的时候,通常会按“CTRL+ALT+DEL”呼出任务管理器,找到想结束的程序,点一下“结束任务”就了事了,呵呵,虽然有点粗鲁,但大多数情况下都很有效,不是吗?
-In the WINDOWS operating system, when we can not or do not know how the end of the end of a procedure, or are too lazy to look for " exit" button, the usually press " CTRL+ ALT+ DEL" Task Manager breath, want to find The End procedures, click " End Task" on the matter, huh, huh, though a bit rough, but very effective in most cases, is not it?
- 2022-02-06 07:41:24下载
- 积分:1
-
经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题....
经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
- 2022-06-14 07:22:38下载
- 积分: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
-
谢谢!我们老师教的例子。GuiThread.有基本的功能
谢谢!我们老师教的例子。GuiThread.有基本的功能-Thank you! We teaches example. GuiThread. A basic function
- 2022-04-19 23:36:55下载
- 积分:1
-
章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表...
章提供了访问NT中所有Service的功能,每次列举Services时,函数会返回一个列表-chapter of NT visit all the functions Service, each cited Services, the function will return a list
- 2022-07-13 10:56:23下载
- 积分:1
-
关于多线程的专用书籍,很经典的哦 如果想学多线程的朋友不要错过...
关于多线程的专用书籍,很经典的哦 如果想学多线程的朋友不要错过-on multithreading dedicated books, the classic Oh, if I wanted to learn multithreading friends not to mi
- 2022-03-06 21:29:55下载
- 积分:1
-
多线程程序,多线程应用程序很容易发生。互斥对象的经验。
多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object explain how to use the mutex object to the multi-thread synchronization. How to use object named mutex to ensure only one application program running examples. Application multithreaded network chat room preparation procedures.
- 2022-01-26 07:59:42下载
- 积分:1
-
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理...
程序用C++模拟了操作系统中的三种最典型的简单的静态进程调度算法;先由用户动态输入生成模拟进程,使用了26种可供用户选择的典型语句(包括循环、选择结构),可处理整型、布尔型与字符型三种数据与表达式计算;程序编制时主要采用的编程技术是:用语句链表记录进程语句,并用PCB链表,就绪队列链表,阻塞队列链表,执行队列链表,结束队列链表等数据表示进程处理过程中的相互关系,由于静态数据结构不适合处理数据量大小不定的数据,而动态队列结构适合于处理数据量大小可变数据的处理,因此在程序中采用动态链表对这些数据进行处理;使用信号量、P.V.操作实现进程的同步与互斥,模拟进程在操作系统中的运行-procedures C to simulate the operating system, the three most typical process simple static scheduling algorithm; First generation user input dynamic modeling process, the use of the 26 options are available to users of typical statement (including the circle, choose structure), can handle integer, boolean and three character expression data and calculation; the main procedures for the preparation of the programming technology : Listless statement recorded statement process, and PCB Chain, ready Queue List, blocking Queue List, the Executive Queue List, ending Queue List data processing, said the process of mutual relations, due to static state data structure is not suitable for handling data on the s
- 2023-08-27 14:25:03下载
- 积分:1
-
windows平台的串口接收程序,接收声音采集数据,采用多线程编程...
windows平台的串口接收程序,接收声音采集数据,采用多线程编程-serial windows platform to receive the procedure, receiving the voice data collection, using multi-threaded programming
- 2022-11-23 05:50:04下载
- 积分:1