Welcome![Sign In][Sign Up]
Location:
Search - process

Search list

[Process-Threadprocess

Description: 创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news and the output information
Platform: | Size: 15360 | Author: 站长 | Hits:

[OS programProcess

Description: 进程查看程序-Process viewer
Platform: | Size: 95232 | Author: 耀 | Hits:

[OS programProcess Master v1.2

Description: 列进程的,可以列隐藏进程-out of the process, the process can be hidden out
Platform: | Size: 30720 | Author: 缪羽 | Hits:

[Otherprocess for windows

Description: 本程序模拟操作系统中内存分配和进程调度.有比较好的界面.-the simulation operating system memory allocation and scheduling process. A better interface.
Platform: | Size: 149504 | Author: lyh | Hits:

[Graph programMarkov Decision Process matlab程序

Description: 一个很有用的Markov Decision Process matlab程序-a very useful Markov Decision Process procedures Matlab
Platform: | Size: 16384 | Author: wrm | Hits:

[Windows DevelopImage-Process

Description: JAVA语言实现对图像进程的控制和操作,内含25个文件-JAVA right image process control and operation, containing 25 documents
Platform: | Size: 185344 | Author: 尹志远 | Hits:

[File Formatkernel-process-control

Description: 核函数方法及其在过程控制中的应用研究,主要总结了我国与国外的核函数研究现状-kernel function method and the process control of applied research, the main conclusion of our country and abroad kernel Research
Platform: | Size: 303104 | Author: He Hong | Hits:

[OS programprocess

Description: VC++(不用MFC)写的进程管理小工具-VC++ (Not MFC) to write the process of management of small tools
Platform: | Size: 19456 | Author: 杨晓风 | Hits:

[Windows DevelopSystem-process-monitor

Description: System-process-monitor 系统进程查看-System-process-monitor system, the process of view
Platform: | Size: 8192 | Author: 聂宁 | Hits:

[OS programprocess

Description: ProcessMonitor 0.0.1.0314 + 版本信息 + 保存进程信息到文件 + 参数设定 不错,但有一些小错误,LV点击报错是因为没有检测异常,用一个try...except就行了 另外,线程数和PRI搞反了。这个也只能在NT下用-ProcessMonitor 0.0.1.0314+ Version information+ Preservation process information to a file+ Parameter settings, but have some small error, LV clicks error because there was no detection of abnormalities, with a try ... except on the list In addition, the line PRI-way and engage in a number of company. This can only be used in the NT under
Platform: | Size: 369664 | Author: 王就 | Hits:

[OS programProcess

Description: VC查看系统进程ID,终止进程的程序源码!-VC view the system process ID, the termination process, the procedure source code!
Platform: | Size: 1927168 | Author: 雷雨 | Hits:

[Windows DevelopPCI-device-start-process

Description: PCI设备启动过程详解,适合开始学习PCI驱动的朋友-PCI device to start the process of detailed, suitable for PCI driver started to learn a friend
Platform: | Size: 11264 | Author: 徐清 | Hits:

[Process-ThreadPROCESS

Description: 进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
Platform: | Size: 39936 | Author: 王晓 | Hits:

[Windows Developprocess

Description: 一个简单的进程管理器,显示出系统中的所有进程和每个服务进程的完整路径。-A simple process manager, showing that the system of all the process and the integrity of the process of each service path.
Platform: | Size: 3777536 | Author: zdh | Hits:

[OtherEssential-Business-Process-Modeling

Description: Essential Business Process Modeling,工作流关于解释xpdl,bpml,wsci很稀少的文档资料(英文)-Essential Business Process Modeling, workflow on the interpretation of xpdl, bpml, wsci very scarce documentation (English)
Platform: | Size: 4057088 | Author: nir | Hits:

[Windows Developprocess

Description: 操作系统原理,虚拟进程管理模块内容,VC编译下可通过-Operating principle, the contents of the virtual process management module, VC compiler can be adopted
Platform: | Size: 4096 | Author: 刘佳 | Hits:

[Process-ThreadJava-process

Description: Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm
Platform: | Size: 5120 | Author: yy | Hits:

[Process-Threadprocess

Description: 进程管理小程序 进行简单进程显示和删除功能-Process management process simple display and delete function
Platform: | Size: 190464 | Author: 梁小明 | Hits:

[Windows Developprocess

Description: 为了更充分的利用CPU,必须管理好进程内及进程间的调度关系,此实验就是模拟进程之间的调度方法。在实验中,只模拟了3个状态之间的调度过程,为了便于观察调度过程,我采用手动操作方式(即根据操作者输入的命令来做相应的转换)。在程序中,为进程建议一个结构体,以这种类型建立一个数组,用了存储所有进程信息;同时建议了两个先进先出的对列(ready,blocked)用来存储当前就绪的进程和等待资源的进程(在程序中这两个队列只是存储了进程在存储进程的数组的下标,用下标来作为唯一标识且访问,但是不是pid)。对列是自己写的结构,用一个数组来实现队列,其实是实现了循环队列。在用一个变量running(int)来表示当前运行的进程(当然,这里也是进程数组的下标)。当进程调度时,其进程状态也相应改变,只是对两个队列和running的操作,同时改变该进程的状态(state)。 关键字:操作系统 进程调度 -In order to more fully use the CPU, must manage the process and the process of scheduling inter-relations, this experiment is to simulate the process of scheduling between the methods. In the experiment, only three state simulation of the activation process between, in order to facilitate observation of the activation process, I used manual mode of operation (that is, operator input in accordance with an order to do the conversion). In the procedure for the process to recommend a structure to set up an array of this type, with all the process of information storage also proposed for two out of the FIFO (ready, blocked) used to store the current process in place and the process of waiting for resources (in the process the two queues is stored in the storage process, the process of array subscript, used as a subscript uniquely identify and access, but not a pid). To write out the structure of their own, using an array to achieve the queue is a queue cycle. Using a variable in the runnin
Platform: | Size: 1136640 | Author: white Snow | Hits:

[CSharpprocess

Description: 用于监控系统的进程,同时可以在运行时启动想要启动的进程-Systematic process for monitoring the same time, you can run the process starts when you want to start
Platform: | Size: 101376 | Author: lf | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net