搜索资源列表
jingcheng
- 实现进程调度 大家可以看一看 还是比较简单的 大家自己可以动手写一写的-realization process scheduling We can look at is quite simple we all can get involved write the
jingcheng
- 进程工具条实现,VB开的环境,希望对大家有点帮助
jingcheng
- 实现进程调度 大家可以看一看 还是比较简单的 大家自己可以动手写一写的-realization process scheduling We can look at is quite simple we all can get involved write the
jingcheng
- 进程工具条实现,VB开的环境,希望对大家有点帮助-Process Toolbar realize, VB open environment, everyone would like a little help
jingcheng
- 进程调度 进程调度算法有FIFO,优先数调度算法,时间片轮转调度算法,分级调度算法,目前主要是考FIFO和优先数调度算法(静态优先级)。 输入:进程流文件,其中存储的是一系列要执行的进程, 每个作业包括四个数据项: 进程名 进程状态(1就绪 2等待 3运行) 所需时间 优先数(0级最高) 输出: 进程执行流 和等待时间 平均等待时间 本程序包括:FIFO,优先数调度
jingcheng
- 进程调度算法实现代码(操作系统)进程调度算法实现的代码-Process scheduling algorithm code (operating system) process scheduling algorithm code
jingcheng
- 制作进程管理工具的易语言模板。。如果大家觉得画面不美观的话。可以更换一下界面-Production process management tools for easy language templates. . If you think this picture not pretty words. Interface can be replaced about
jingcheng
- mfc下滚动条的设置与实现。供初学者学习-Under the setting and the process of MFC. For beginners
jingcheng
- 进程管理课程设计,有源码和报告。有用的请下载。-Process management curriculum design, with source code and reports. Useful download.
jingcheng
- WindowXp 线程同步 1.创建和打开事件对象在进程间传送信号 2.利用互斥体保护共享资源-WindowXp thread synchronization 1. To create and open the event object to send signals between processes 2. Protection of shared resources using mutex
jingcheng
- 该程序用VC++模拟了操作系统进程之间的运行情况-The program with VC++ to simulate the operating system processes the operation
jingcheng
- 创建一个进程;查看运行进程;换出某个进程、*运行进程以及进程之间通信等功能。-Create a process View the operation process In a process, kill operation process and process communication between etc. Function.
jingcheng
- 进程通信,信号,消息机制通信实现代码 使用系统调用msgget( )、msgsnd( )、msgrev( )及msgctl()-Process communication, signal, message communication mechanism to achieve code Using the system call msgget (), msgsnd (), msgrev () and msgctl ()
jingcheng
- 操作系统的课程设计,该代码是进程调度的源程序,可以实现的-Operating systems curriculum design, the source code is the process of scheduling, can be achieved
jingcheng
- 实现了进程管理功能,察看所以线程,当然可以接所以不需要的线程-Achievement of the process management functionality, look so threads, of course, so no thread can access
JingCheng-Communications
- 1、 点“创建线程” 按钮,创建两个线程,一个线程不断对一个变量加1,结果显示在第一个文本框中。另一个线程不断对另一个变量减1,结果显示在第二个文本框中。这两个线程之间没有交互,仅用于演示线程的创建。 2、 演示线程互斥,点“线程互斥” 按钮,创建两个线程,一个线程不断循环,每次循环对共享变量x做100次加1操作(这100次加1操作作为一个临界区CSa),另一个线程不断循环,每次循环对共享变量x做100次减1操作(这100次减1操作
JingCheng
- 各种进程设计方法, 各种进程设计方法, 各种进程设计方法,-Various process design methods
创建远程进程实现进程守护
- 实现进程保护,隐藏进程,实现进程不被非法关闭(THREAD PROTECT..Hello)