搜索资源列表
system
- 编写程序完成单处理机系统中的进程调度,要求采用时间片轮转调度算法。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所作工作进程测试。
ControlProcessApp
- 控制进程的一个例子-control an example of the process
H1
- 进程优先算法,进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-process priority algorithm, the process of scheduling processor is the core content management. The experiment called for using the C language and
ControlProcessApp
- 一个用C#编写的对系统进程的控制,新建、停止、结束进程等-a ccontrol process with C#
XSysListView32
- 使用C#对Windows 标准的ListView控件进行封装和控制,如果你想使用C#编程对另一个进程中的ListView控件进行控制和访问,那此类可以帮助你实现。-Use C# for Windows standard ListView control is encapsulated and control, if you want to use the C# programming for another process in the ListView control to control a
XWnd32
- 使用C#语言类似于实现VC++的CWnd类,对非托管的窗体进行控制的实现代理。有时候C#要对非托管代码或其它进程进行互操作,这个类很有帮助。-Using the C# language is similar to VC++ implementation of CWnd classes, the form of non-managed the realization of control agents. Sometimes, C# to unmanaged code, or other proce
Pcshare2008
- Pcshare远程控制2008源码 C#实现,文件,进程控制,远程桌面-Pcshare Remote Control 2008 Source C# implementation, documentation, process control, Remote Desktop
0123.C
- 有效地管理进程管理,实现可控制,结果是丢对方是个规定时间的-Process Management
dongtaiyouxiandiaodusuanfa
- 用C 语言实现对N个进程采用优先权优先算法的进程调度。通过优先权改变原则:1. 进程在就绪队列中等待一个片,优先权值加1 2 .进程每运行一个时间片,优先权值减3 实现对优先权的控制.-N with a C language implementation of the priority of a process using the process of priority scheduling algorithm. By changing the principle of priority: 1.
VIPghost
- 1. 远程屏幕查看及控制,录制远程屏幕到本地AVI文件及保存本地图片. 2. 远程摄象头管理,录制远程摄象头到本地AVI文件及监听远程语音. 3. 远程文件管理 4. 远程进程管理 5. 远程服务管理 6. 远程窗口管理 7. 远程命令行管理 8. 远程* 9. 远程3322动态域名上线测试-1. Remote screen viewing and control, remote screen recording to a local AVI file and save the local
process
- 在c#下调用DOS命令,涉及到进程调度,和内存控制-useing commond line under c#
Control-over-process
- 控制结束进程,可以结束不需要的进程,或者是主程序关闭后,进程没有结束,用此程序结束-Control over process
Concurrent-service
- 掌握并发服务程序设计的特点 体会并发服务程序执行特点 了解进程(线程)控制、调度的原理和方法-Master the characteristics of concurrent service program design Experience with service program execution characteristics Understand the process (thread) control, the principle and method of sche
hideWind
- C#窗口管理工具源代码,通过进程获取主窗口句柄,有热键。 能够显示当前活动窗口,并控制隐藏显示。 玩游戏防boss必备。 项目用的是vs2012,随手写的,不够规范,供学习交流。 -C# window management tool for source code, through the process to obtain the main window handle, with the hotkey. Can display the currently ac
Smart-car-procedures
- 本文介绍了一种利用AT89S52单片机为控制核心,结合多种传感器实现循迹、避障、红外遥控、控速、灭火功能的智能小车。利用BFD-1000传感器检测赛道实现小车循迹,利用两个红外传感器检测道路上的障碍,控制电动小汽车的自动避障,整个系统具有自动寻迹、避障和红外遥控、控速等测试功能。其中,控制部分采用AT89S52,AT89S52是一款8位单片机,它的易用性和多功能性受到了广大使用者的好评。电机驱动采用常用的PWM方式进行电机的调速控制。整个系统的电路结构较简单,可靠性能高,能满足各种设计的要求。随
KillProcess
- winform程序通过代码控制*正在运行的一些进程-kill Process
MyComputerInfo
- WMI读取各种硬件,基本所有的硬件信息访问都有 进程控制 开机启动项管理 网络连接 硬件信息 系统资源 服务 工具-It is diffcult!
jinchengkongzhi
- 1、利用简单的结构和控制方法模拟进程结构、进程状态和进程控制,使学生掌握作为操作系统分配资源的基本单位的进程相关的概念。定义PCB(可以采用静态结构或动态结构),在实验中只需建立PCB,用它代表完整的进程。 2、定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、唤醒进程(w)、调度进程(p)、时间片