Welcome![Sign In][Sign Up]
Location:
Search - 进程实现

Search list

[Process-Thread端口到进程实现的原代码

Description: 端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
Platform: | Size: 3559 | Author: sun | Hits:

[Documents操作系统课程设计之进程调度

Description: 1)编程实现模拟操作系统进程调度子系统的基本功能;理解进程调度的概念,通过课程设计深入了解进程控制块的功能、进程的创建、删除以及进程各个状态间的转换过程;实现先来先服务、时间片轮转、多级反馈轮转法对进程进行的调度过程;通过观察有关的队列结构的内容的动态变化过程深入体会各个调度算法的特点;从而能够更好的巩固从书本上学到的知识。 2)编程过程中需要建立队列等结构进行各种操作,通过该次试验,可以督促学生从实用的角度对《数据结构》课程内容进行更深入理解和更熟练的应用。 3)实验编程语言要求使用java语言或C++语言。通过对调度功能的编程实现,不但能有效训练学生对编程语言的熟练使用,还能促进学生独立思考解决问题、以及独立查新获取知识的能力
Platform: | Size: 310272 | Author: ice042@126.com | Hits:

[Internet-Network三级跳实现真隐藏

Description: 隐藏进程
Platform: | Size: 419175 | Author: 5460youg@163.com | Hits:

[Documents进程管理

Description: 明确进程和程序的区别,加深进程的概念,分析进程争用资源的现象,学习解决进程互斥放入方法。
Platform: | Size: 22016 | Author: zhouyanping | Hits:

[.netQQ进程复活测试,VB源码实现

Description: QQ进程复活测试,VB源码实现,复活进程在启动进程被KIll后使用,启动程序的路径一定要绝对路径。   说明:PROCESS_INFORMATION结构由CreateProcess函数将关于新建立的进程和;   说明:STARTUPINFO结构用在CreateProcess函数中指定为新进程建立的新窗口的主要属性;
Platform: | Size: 2915 | Author: 286998253@QQ.COM | Hits:

[SourceCode进程监视vb代码

Description: vb实现的进程监视代码,可监视进程的创建,以及命令行和参数,对分析某些软件的机理有帮助。
Platform: | Size: 9041 | Author: baijianli | Hits:

[Windows Kernel进程文件关联

Description: 枚举进程所打开的文件,使用NATIVE API实现。
Platform: | Size: 74521 | Author: softlib@sina.com | Hits:

[Windows Develop进程通信小例子

Description: 实现两个进程之间通信-achieve communication between the two processes
Platform: | Size: 27648 | Author: 李衍毅 | Hits:

[Process-Thread进程模拟

Description: vb实现进程模拟事件-vb realization process simulation events
Platform: | Size: 2048 | Author: 王宇 | Hits:

[Windows Develop进程调度

Description: 进程调度算法的实现过程-Process Scheduling Algorithm of the process
Platform: | Size: 34816 | Author: 安员 | Hits:

[OS Develop进程调度实验

Description: 进程调度算法的实现-Process Scheduling Algorithm Implementation
Platform: | Size: 1024 | Author: 张伟 | Hits:

[Mathimatics-Numerical algorithms进程调度模拟程序

Description: 操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
Platform: | Size: 2048 | Author: 梁山东 | Hits:

[Linux-Unixlinux进程间通信的例子

Description: 用简单的例子实现了用命名管道实现进程间通信-simple example of the realization of the named pipe used to achieve inter-process communication
Platform: | Size: 2048 | Author: wf | Hits:

[Windows Develop用vb实现的进程调度程序《很不错》^_^

Description: 用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
Platform: | Size: 28672 | Author: 董反 | Hits:

[Windows Develop自己应付老师的作业写的时间片轮转算法实现程序

Description: 自己写的进程调度中时间片轮转算法实现程序-himself in the process-time scheduling algorithm procedures Web
Platform: | Size: 270336 | Author: 董反 | Hits:

[Process-Thread在VC++ 6.0下利用共享内存、消息实现内部进程通讯

Description: 在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
Platform: | Size: 3271680 | Author: hkx | Hits:

[Data structs操作系统进程内存管理模拟

Description: 有关此程序的功能请见程序中的帮助菜单程序难点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
Platform: | Size: 25600 | Author: 李华 | Hits:

[OS Develop操作系统进程管理

Description: 本次程序的题目为:进程管理——支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的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 :
Platform: | Size: 27648 | Author: 赵利君 | Hits:

[Process-Thread端口到进程实现的原代码

Description: 端口到进程实现的源代码 实现进程与端口的映射 -port to the process of realization of the source code for achieving process and port mapping
Platform: | Size: 3072 | Author: sun | Hits:

[Windows Develop创建远程进程实现进程守护

Description: 实现进程保护,隐藏进程,实现进程不被非法关闭(THREAD PROTECT..Hello)
Platform: | Size: 68608 | Author: jack195 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net