-
Multi
多线程的TCP和UDP通讯实例,Visual C++6.0开发。-Multi-threaded TCP and UDP communication example, Visual C 6.0 development.
- 2022-07-08 00:03:49下载
- 积分:1
-
Own multi
自己做的
多线程抽奖
功能比较少做一个示范-Own multi-threading of the draw features to make a model less
- 2022-02-04 12:44:13下载
- 积分:1
-
多线程利用windowsapi函数实现同步
多线程利用windowsapi函数实现同步-multithreading function using synchronized windowsapi
- 2022-01-24 15:57:30下载
- 积分:1
-
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角,...
一般的都是打印直角三角形式的杨辉三角,本人作了点修改,输出等边三角(非直角)形式的杨辉三角, -general are right triangle-print Pascal"s Triangle, I made a point changes, the output equilateral triangle (non-Cartesian) form of Pascal"s Triangle.
- 2022-01-25 18:29:56下载
- 积分: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
-
Realize a multi
一个用多线程实现文件查找的例子-Realize a multi-threaded file search example
- 2022-07-16 06:39:59下载
- 积分:1
-
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏
Hanoi塔演示程序,Hanoi塔是一个不错的 游戏-Hanoi tower demo program, Hanoi Tower is a good game
- 2022-07-14 19:35:24下载
- 积分:1
-
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的...
操作系统中银行家算法的演示程序,银行家算法是避免死锁的方法,避免死锁的法则是,系统在运行过程中,对于进程的每一种资源请求都要根据预掌握的资源使用信息,按照一定的算法,进行是否可能导致死锁的预测,以决定是否同意这一资源请求。这是向前看几步,知道保证不会导致死锁时再向前走一步的具有动态性质的预测算法。-operating system bankers algorithm Demonstration Program, bankers algorithm is a method to avoid deadlock and avoid deadlock the law is, the system in the process, the process for each type of resource in accordance with the request of the resources available to advance the use of information, according to some algorithm, leading to the possibility of death lock projections to decide whether the resource requests. This is a forward-looking steps, guaranteed not know Deadlock lead again when forward step with the dynamic nature of the forecast algorithm.
- 2023-08-20 23:10:03下载
- 积分:1
-
不同机器之间使用命名管道(named pipe)通讯
不同机器之间使用命名管道(named pipe)通讯-the demo of connection among different pc using named pipe
- 2022-01-31 05:44:32下载
- 积分:1
-
primitive code is based on the C language of the original procedure. C is the la...
本原代码是基于C语言的原程序。是用 C语言实现的SQL语言-primitive code is based on the C language of the original procedure. C is the language of SQL language
- 2022-08-02 17:57:38下载
- 积分:1