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

Search list

[OS programjob-scheduler-2.0.0

Description: Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled. - Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled.
Platform: | Size: 310197 | Author: zrx | Hits:

[JSP/JavaScheduler

Description: scheduler的java文件,使用了线程-the document, using threads
Platform: | Size: 15061 | Author: 黄增博 | Hits:

[Otherscheduler

Description: scheduler进程调度--操作系统进程调度程序-scheduler scheduling process -- the process of the operating system scheduler
Platform: | Size: 10334 | Author: dream | Hits:

[JSP/JavaScheduler (Time Table) v1.0

Description: 日历,计划- The calendar, plans
Platform: | Size: 39936 | Author: 王刚 | Hits:

[JSP/JavaScheduler

Description: scheduler的java文件,使用了线程-the document, using threads
Platform: | Size: 14336 | Author: oomomoko | Hits:

[OS Develop操作系统原理上机报

Description: 用C语言编写和调试一个简单的进程调度程序-C language writing and debugging a simple process scheduler
Platform: | Size: 16384 | 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: 19456 | 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-Threadglibc-linuxthreads-2.3.tar

Description: This release 0.7 (late beta) of LinuxThreads, a BiCapitalized implementation of the Posix 1003.1c "pthread" interface for Linux. LinuxThreads provides kernel-level threads: each thread is a separate Unix process, sharing its address space with the other threads through the new system call clone(). Scheduling between threads is handled by the kernel scheduler, just like scheduling between Unix processes.
Platform: | Size: 243712 | Author: 马帅 | Hits:

[File Operate进程调度试验

Description: 进程调度是处理机管理的核心内容。本实验要求用C语言编写和调试一个简单的进程调度程序。通过本实验可以加深理解有关进程控制块、进程队列的概念,并体会和了解优先数和时间片轮转调度算法的具体实施办法-scheduling process management processor is the core content. The experiment called for using the C language and debug a simple process scheduler. Through this experiment can deepen our understanding of the process control block, the concept of the process of formation and to experience and understand a few priorities and time-Cycle Scheduling Algorithm of concrete measures for implementation
Platform: | Size: 2048 | Author: 求新 | Hits:

[Process-Thread模拟进程调度(NEW)hxr

Description: C语言模拟进程调度程序,注释很全,向大家推荐,都来下载阿-C language modeling process scheduler, notes very long, we recommend to you, to download A!
Platform: | Size: 1024 | Author: | Hits:

[CSharp进程调度模拟程序原代码

Description: 看大家都用的是vc来写的.现在传一个用c#写的进程调度程序上来.希望对大家有点帮助.-see everyone is using vc write. Now- with a write c# in the process scheduler onto. We hope to help a bit.
Platform: | Size: 1045504 | Author: 范乙 | Hits:

[Process-ThreadD__Documen504181222002

Description: 模拟操作系统运行的源代码 Description: The object of this project is to write a C++ application to simulate the scheduler of a simple operating system.新手看linux源代码太困难,这个可是个不错的选择哦....不下可惜-simulation operating system source code Description : The object of this project is to write a C application to simulate the scheduler of a simple operating system. Linux newcomers to see the source code too difficult, but a good choice .... Oh no less than a shame! !
Platform: | Size: 8192 | Author: 风海 | Hits:

[OS programjob-scheduler-2.0.0

Description: Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled. - Job-scheduler is a program that schedules programs to be run at their specified times. It gives users several options for scheduling programs. You can use telnet program to connect to the port job-scheduler is listenning for incomming connections on the host computer. Then you can get information about the current scheduled jobs, add, stop or start jobs or kill the job-scheduler program. Job-scheduler can also load input files which contain information about some jobs to be scheduled.
Platform: | Size: 310272 | Author: zrx | Hits:

[Otherscheduler

Description: scheduler进程调度--操作系统进程调度程序-scheduler scheduling process-- the process of the operating system scheduler
Platform: | Size: 10240 | Author: dream | Hits:

[JSP/Javascheduler

Description: jsp环境中在定时执行任务的类,可以定时执行日常维护任务. -This is the component which will start all scheduler task
Platform: | Size: 1024 | Author: prettywolf | Hits:

[JSP/JavaScheduler

Description: Scheduler for a class.
Platform: | Size: 34816 | Author: sriram | Hits:

[Other systemsscheduler

Description: time table scheduler
Platform: | Size: 34816 | Author: aditya | Hits:

[Software EngineeringScheduler

Description: Its scheduler document for unix/linux system programming ..its a main part of linux/unix system to manage all the processes and threads .
Platform: | Size: 135168 | Author: dipen | Hits:

[OS Developprocess-scheduler-

Description: 操作系统的进程调度程序(有优先权原则、短进程优先和时间片原则)-Operating system process scheduler (with the principle of priority, short process, the principle of priority and time slice)
Platform: | Size: 33792 | Author: 我爱班花 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net