搜索资源列表
先进先出页面算法程序2
- 先进先出置换页面算法的程序实现 进程执行程序时要访问的...先进先出置换算法FIFO 最近最少使用置换算法LRU 最近未使用置换算法NUR 工作集. ...例:某进程分配页架数为3,其运行期间页面访问序列:A,B,C,D,A,B,E,A,B,C,D,E,分析其按照OPT算法进行页面置换时的缺... -FIFO replacement pages algorithm program implementation process procedures ... to visit the FIFO
watchdog_pid_detect
- linux下面软件看门狗具体实现程序,用于监控进程状态-watchdog following specific procedures, the process for monitoring the state
0sex
- 操作系统实验-采用时间片轮转算法实现进程创建和调度-OS experiment - time unit used Web algorithm process creation and scheduling
Process
- 进程管理软件,实现了分层编程(即分成业务逻辑层和数据访问层),便于移植和管理。
ProcessCommunition2
- Remoting 通过事件来实现进程间的通讯
JinCheng
- 该程序实现进程并发执行,图文并茂,大家快快下载,
操作系统之进程调试算法CODE
- 操作系统进程调度 用VC实现 完全正确 质量保证-process scheduling operating system with VC entirely correct quality assurance
进程调度
- 实现了时间片轮转和优先
ProcessProtection
- C#实现进程保护程序,程序简单,可供大家参考,也可用到其他程序里面去!-C# implementation process protection program, the program is simple, for your reference, can also be used to other programs in there!
operation-system
- 基于Visual C#2008设计实现的操作系统进程管理-Visual C# 2008 based on design and implementation of the operating system process management
C
- 获得所有窗口的窗口名.txt 得到光标在屏幕上的位置 .txt 关闭计算机 .txt 获得IP和Mac地址 .txt 获得局域网中计算机的列表.txt 获得网卡真实MAC地址的四种方法.txt 杀死进程的代码.txt c#调用声音函数.txt 从Internet上抓取指定URL的源码的方案.txt asp.net中上传文件到数据库.txt 使用Visual C#实现断点续传.txt 窗体实现安全线程.txt C#如何操作XML文件.txt 操作
CSharpMultithreading
- C#多线程 阐述了线程、进程的概念和相互之间的关系等,已经在C#中的具体实现代码示例-C# multi-threaded thread describes the process the concepts and relationships between each other, has been in the concrete implementation of C# sample code
C
- 使用C语言实现隐藏进程的代码,非常实用!-The use of C language code to hide the process, very useful!
Windows_xiaomi
- 利用C#中的Process类来实现的获取系统当前正在运行的进程名称、PID以及内存使用数。程序实现了结束正在运行的进程、新建任务、系统托盘等。。还有部分功能尚未完善,还请谅解-Use. NET Framework in the Process class to implement the acquisition system is currently running process name, PID, as well as the number of memory usage. Program
Scheduling
- 用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
oneprogramsingleinstance
- 同一程序只能运行一个实例 用C#实现通过检测相同类别的进程个数,如果多于1个则杀死进程-The same procedure can only run one instance of
os_process
- OS操作系统进程调度算法,其中采用两个算法来实现:优先进程和短进程优先算法-OS process scheduling algorithm, which uses two algorithms to achieve : short-priority process and the process of priority algorithm.
TestClose
- 用VisualStudio2005(C#)实现的进程保护(源代码),提供了保护进程的动态链接库实现,直接调用就OK。保护进程不被任务管理器结束,保护其他进程,方便调用。附带文档。-With VisualStudio2005 (C#) to achieve the process of protection (source code), provides protection process in Dynamic Link Library, a direct call on OK. Protect
shiyaner
- 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
TcpTest
- 双进程实现TCP收发信息,程序主要完成双机通信功能,使用TCP协议,分两个模块(TcpSender,TcpReceiver),由TcpSender向指定IP和端口发送数据,之后TcpReceiver接收并解码显示到文本框中.-Dual-process achieve TCP send and receive information, the program mainly to complete the two-machine communication capabilities, using t