CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 进程实现
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 进程实现 - List
[
Process-Thread
]
端口到进程实现的原代码
DL : 0
端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
Date
: 2008-10-13
Size
: 3.48kb
User
:
sun
[
Documents
]
操作系统课程设计之进程调度
DL : 1
1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用java语言或C++语言。通过对调度功能的编程实现,不但能有效训练学生对编程语言的熟练使用,还能促进学生独立思考解决问题、以及独立查新获取知识的能力
Date
: 2009-12-23
Size
: 303kb
User
:
ice042@126.com
[
Internet-Network
]
三级跳实现真隐藏
DL : 0
隐藏进程
Date
: 2010-01-07
Size
: 409.35kb
User
:
5460youg@163.com
[
Documents
]
进程管理
DL : 0
明确进程和程序的区别,加深进程的概念,分析进程争用资源的现象,学习解决进程互斥放入方法。
Date
: 2010-06-06
Size
: 21.5kb
User
:
zhouyanping
[
.net
]
QQ进程复活测试,VB源码实现
DL : 0
QQ进程复活测试,VB源码实现,复活进程在启动进程被KIll后使用,启动程序的路径一定要绝对路径。 说明:PROCESS_INFORMATION结构由CreateProcess函数将关于新建立的进程和; 说明:STARTUPINFO结构用在CreateProcess函数中指定为新进程建立的新窗口的主要属性;
Date
: 2010-10-18
Size
: 2.85kb
User
:
286998253@QQ.COM
[
SourceCode
]
进程监视vb代码
DL : 0
vb实现的进程监视代码,可监视进程的创建,以及命令行和参数,对分析某些软件的机理有帮助。
Date
: 2011-04-01
Size
: 8.83kb
User
:
baijianli
[
Windows Kernel
]
进程文件关联
DL : 0
枚举进程所打开的文件,使用NATIVE API实现。
Date
: 2011-09-06
Size
: 72.77kb
User
:
softlib@sina.com
[
Windows Develop
]
进程通信小例子
DL : 0
实现两个进程之间通信-achieve communication between the two processes
Date
: 2025-09-19
Size
: 27kb
User
:
李衍毅
[
Process-Thread
]
进程模拟
DL : 0
vb实现进程模拟事件-vb realization process simulation events
Date
: 2025-09-19
Size
: 2kb
User
:
王宇
[
Windows Develop
]
进程调度
DL : 0
进程调度算法的实现过程-Process Scheduling Algorithm of the process
Date
: 2025-09-19
Size
: 34kb
User
:
安员
[
OS Develop
]
进程调度实验
DL : 0
进程调度算法的实现-Process Scheduling Algorithm Implementation
Date
: 2025-09-19
Size
: 1kb
User
:
张伟
[
Mathimatics-Numerical algorithms
]
进程调度模拟程序
DL : 0
操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
Date
: 2025-09-19
Size
: 2kb
User
:
梁山东
[
Linux-Unix
]
linux进程间通信的例子
DL : 0
用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Date
: 2025-09-19
Size
: 2kb
User
:
wf
[
Windows Develop
]
用vb实现的进程调度程序《很不错》^_^
DL : 2
用vb写的一个很不错的进程调度程序,界面和功能都很不错,看看对你学习vb会有所帮助的,强烈推荐-vb written with a very good process scheduling procedures, interface and functions are pretty good, you see right vb study will be helpful, strongly recommended
Date
: 2025-09-19
Size
: 28kb
User
:
董反
[
Windows Develop
]
自己应付老师的作业写的时间片轮转算法实现程序
DL : 0
自己写的进程调度中时间片轮转算法实现程序-himself in the process-time scheduling algorithm procedures Web
Date
: 2025-09-19
Size
: 264kb
User
:
董反
[
Process-Thread
]
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
DL : 1
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
Date
: 2025-09-19
Size
: 3.12mb
User
:
hkx
[
Data structs
]
操作系统进程内存管理模拟
DL : 0
有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度方式解决方法:使用双重当循环,第一层判断优先级,第二层判断执行进程.此程序不足之处:不能响应键盘事件,没有程序的等待状态,由于LIST控件的先天不足进程列表看上去有点闪烁。当然程序的等待状态可以随机产生但由于没有太多时间专注于此,只好等以后再完善了。希望大家指出不足之处!-the function of this procedure to the procedures set out in the help menu a difficult process : the creation of Windows xp which button style solution : use labeling controls and controls together form the shape of this pattern shortcomings of this approach : no TAB labeling the incident, so we can not use the keyboard to control the button. This solution shortcomings : the interception of the keyboard, in response to the incident TAB (limited time, which did not materialize) procedures difficult 2 : real-time and time-sharing applications mixed solution : Purchase a TIMER FOR cycle, we judge and respond to real-time process, and when the home of another cycle in TIMER, no real-time when the implementation of time-sharing process. Difficulties three procedures : paging memory management so
Date
: 2025-09-19
Size
: 25kb
User
:
李华
[
OS Develop
]
操作系统进程管理
DL : 0
本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user's needs to create process n (n that meet user needs, without exceeding the system can accommodate the largest number of processes), the process of mutual Stating visit to the use of critical resources S1, S2; building a Dynamic priority number (eg :
Date
: 2025-09-19
Size
: 27kb
User
:
赵利君
[
Process-Thread
]
端口到进程实现的原代码
DL : 0
端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
Date
: 2025-09-19
Size
: 3kb
User
:
sun
[
Windows Develop
]
创建远程进程实现进程守护
DL : 0
实现进程保护,隐藏进程,实现进程不被非法关闭(THREAD PROTECT..Hello)
Date
: 2025-09-19
Size
: 67kb
User
:
jack195
«
1
2
3
4
5
6
7
8
9
10
...
50
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.