-
本程序的功能是获取本机上正在运行的所有的进程,并可以对这些获取的进程进行终止操作。...
本程序的功能是获取本机上正在运行的所有的进程,并可以对这些获取的进程进行终止操作。-this procedure is to obtain the functions of the machine is running on all the processes, and can be obtained for these processes to terminate operations.
- 2023-03-30 20:35:04下载
- 积分: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
-
mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权...
mArticleFree Version 2.0 (夜猫文章管理系统免费版) ymArticle 功能列表: 1. 可支持用户组功能, 可按不同用户组设定各类权限 2. 支持JS调用某类别或所有类别的最新/最热门文章 3. 支持手工分页, 分页只需在文章中插入 [page] 代码 4. 支持搜索功能 4. 支持相关文章功能 5. 后台WEB管理 6. 可统计今日浏览和总浏览数 7. 支持BB代码, HTML 8. 更多功能无法一一列出... -mArticleFree Version 2.0 (Night Cat article management system free version) ymArticle function list : 1. Supports user group functions, users can set various competence Group 2. JS support of a certain category or call all categories of the latest/3 most popular articles. Paging support manual , tab only inserted in the article [page] code 4. four search function support. support functions related article 5. background WEB management 6. Statistics available today for browsing and total View 7. support BB code, HTML 8. more features not spell them out .. .
- 2022-03-14 22:57:25下载
- 积分:1
-
进行PV操作原理的简单演示,
希望大家喜欢
进行PV操作原理的简单演示,
希望大家喜欢
- 2022-03-21 16:47:45下载
- 积分:1
-
demonstration of how the procedure can only run one process, if the procedures a...
演示了如何让程序仅仅只能运行一个进程,如果程序已经运行,再点exe就会激活原来已经运行的那个进程。-demonstration of how the procedure can only run one process, if the procedures are already running, then points exe will activate the original operation of that process.
- 2023-01-08 21:10:02下载
- 积分:1
-
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。...
经典教材“Win32多线程程序设计”(候捷译)的配套程序源代码,都已经编译运行过,十分适合多线程编程学习。-Classic textbook
- 2022-01-21 05:16:19下载
- 积分:1
-
此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也...
此为操作系统实验:进程同步机制的模拟实现. 报告中有 程序流程图 解题思路 部分主要源码等!! 简介:进程是程序在一个数据集合上运行的过程,进程是并发执行的,也即系统中的多个进程轮流地占用处理器运行。 我们把如干个进程都能进行访问和修改地那些变量成为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条原语――同步原语――所组成。本实验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。-operating system for this experiment : the process synchronization mechanism Simulation. A report flowchart Oklahoma as part of the main source! ! Description : The process is procedural in a data set on the process of operation, the process is complicated by the implementation of the system that is the number of rotation process to deal with occupation Operation. We can process of stem out for a visit and to amend those variables as public variables. As the process is complicated by the implementation, so if the right to visit public process variables without restrictions, it will have a "Time" is wrong, the implementation process, the results obtained with the public
- 2022-03-22 10:41:28下载
- 积分:1
-
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函...
一个workhorsing线程的C++类封装,可以作为中间件方便地创建、启动、暂停、同步、释放一个线程。只需要在这个类上派生新的类,重载虚函数run(),这个函数包含需要被执行的代码-A workhorsing thread C++ Type of package can be used as middleware to easily create, start, pause, synchronized release of a thread. Only in this category on a new type of derivative, overloaded virtual function run (), this function contains the code needs to be implemented
- 2022-10-12 22:20:03下载
- 积分:1
-
"C Primer" complementary code, "C Primer" complementary code
《C++ Primer》配套代码,《C++ Primer》配套代码-"C Primer" complementary code, "C Primer" complementary code
- 2022-03-12 14:57:36下载
- 积分:1
-
一个计算器程序 能够执行计算器的普通功能
一个计算器程序 能够执行计算器的普通功能-a calculator program to implement the general function calculator
- 2022-09-18 05:35:03下载
- 积分:1