Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - sjf
Search - sjf - List
SJF2440 XP下对并口IO端口操作的驱动,包含源码和测试程序
Update : 2024-05-04 Size : 38912 Publisher : 黑逸逸

DL : 0
CSharp prog SRTF SJF
Update : 2024-05-04 Size : 316416 Publisher : ice

DL : 0
同时支持Wiggler和sjf的nand flash烧写源程序-At the same time support the Wiggler and SJF source of nand flash programmer
Update : 2024-05-04 Size : 2009088 Publisher : 张天昀

DL : 0
CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PCB,队列,调度器等。-CPU Scheduler algorithms FCFS SJF Priority This code is a simulation of all the Scheduling algorithms an OS uses. I have tried creating a Kernel, PCB, Queue, Scheduler etc. what all an OS needs to run and execute a piece of code. Right now the code just displays the file given to in the input, If we modify the code so that it can interpret the meaning of the file then it can execute the file and can become a sub OS or VirtualMachine like JVM
Update : 2024-05-04 Size : 7168 Publisher : zds

理解和验证操作系统中有关进程调度算法,实验要求随机数来模拟随机时间和时间片,在此基础上完成进程调度中的FCFUS,SJF等算法的模拟,加深对进程调度的理解。-Understanding and verification of the process of operating system scheduling algorithm, the experimental requirements of random numbers to simulate the random time and time slices, on the basis of the completion of the process of scheduling FCFUS, SJF, such as the simulation algorithm to enhance the understanding of the process of scheduling.
Update : 2024-05-04 Size : 1164288 Publisher : 霍瑛

SJF通过JLINK,将程序下载到Flash中。-SJF through JLINK, will be downloaded to Flash in the process.
Update : 2024-05-04 Size : 436224 Publisher : neo

DL : 0
先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。 (1) 算法采用下式计算响应比: 等待时间waittime 需要运行时间requesttime (2) 高优先权算法采用下述公式计算优先权: 优先权priority*等待时间waittime 需要运行时间requesttime*紧迫程度quick -First Come First Served (FCFS) algorithm, the priority short operation (SJF) algorithm, a high response ratio (HRN) algorithm and high-priority scheduling algorithm to achieve the simulation algorithm. (1) algorithm of computing response ratio: latency time waittime need to run requesttime (2) high-priority algorithm is calculated using the following priority: the priority of the waiting time priority* need to run waittime time requesttime* degree of urgency quick
Update : 2024-05-04 Size : 136192 Publisher : hghh

DL : 0
用C语言 实现作业调度算法(FCFS,SJF) -Using C language algorithm for job scheduling (FCFS, SJF)
Update : 2024-05-04 Size : 2048 Publisher : 黄健宏

h-jtag端口设置截图+sjf源码,用于解决电脑主板没有并口,无法接仿真器的情况(须买pci转并口卡),若使用h-jtag则依图设置可以检测到arm核,按配置改sjf源码可以正常烧写芯片-h-jtag port settings screenshot+ sjf source for the settlement of a computer motherboard there is no parallel port, emulator can not accept the situation (to be to buy a pci parallel port card), the use of the h-jtag to detection in accordance with plans to set up arm nuclear, according to source configuration can be changed to normal sjf chip programmer
Update : 2024-05-04 Size : 1637376 Publisher : alex

一个有漂亮界面的SJF2410/2440烧写nand/nor/str flash的工具软件 注意!:可以同时支持wiggler和SJF小板-A beautiful SJF2410/2440 programmer interface nand/nor/str flash tools software attention! : You can also support small board wiggler and SJF
Update : 2024-05-04 Size : 735232 Publisher : jody

三星S3C2450 sjf烧写flash的源代码 支持K9G8G08-Samsung S3C2450 sjf Shaoxie flash source code to support K9G8G08
Update : 2024-05-04 Size : 1953792 Publisher : zty

DL : 0
一款烧写s3c44b0和s3c2410的工具-A Shaoxie s3c44b0 and s3c2410 tools
Update : 2024-05-04 Size : 529408 Publisher : huansuchanzhe

先来先服务(FCFS)、短者优先(SJF)、高优先权优先(FPF)是操作系统作业调度的三种基本调度算法。本文用程序模拟这三种调度算法的过程。通过对各个进程在调度过程中参数(开始时间、完成时间、平均周转时间和平均带权时间等)的变化的记录,加深对三种调度过程的认识。-First-come, first-served (FCFS), short-preferred (SJF), a high priority priority (FPF) is the operating system, job scheduling of the three basic scheduling algorithms. In this paper program to simulate the process of the three scheduling algorithms. Through the course of the various process scheduling parameters (start time, completion time, the average turnaround time and average weighted time) record of changes to enhance the understanding of the three kinds of scheduling process.
Update : 2024-05-04 Size : 58368 Publisher : willism

Windows CE s3c6410 SJF
Update : 2024-05-04 Size : 3300352 Publisher : dexter

DL : 1
编写并调试一个单道处理系统的作业等待模拟程序。   作业等待算法:分别采用先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。   对每种调度算法都要求打印每个作业开始运行时刻、完成时刻、周转时间、带权周转时间,以及这组作业的平均周转时间及带权平均周转时间,以比较各种算法的优缺点。 -Write and debug a single-channel processing system operating to wait for simulation program. Operation waiting algorithm: respectively, a first-come first-served (FCFS), shortest job first (SJF), respond to than high preferred (HRN) scheduling algorithm. Scheduling algorithms are required for each print job starts running each time, the completion of time, turnaround time, with the right turnaround time, and this group of operations, the average turnaround time and the weighted average turnaround time to compare the advantages and disadvantages of various algorithms
Update : 2024-05-04 Size : 2048 Publisher : sylvia

模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
Update : 2024-05-04 Size : 3072 Publisher : Hom

DL : 0
先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权优先算法是作业调度中经常采用的,通过上述算法的模拟加深对作业控制快JCB的理解和作业调度过程的实现技巧-job jobjob jobjob jobjob jobjob jobjob jobjob jobjob jobjob job
Update : 2024-05-04 Size : 16384 Publisher : 赵子航

DL : 0
模拟进程同步算法,包括FCFS(先到先服务),SJF(最短优先),RR(Round-Robin),优先权调度及多级队列调度-Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
Update : 2024-05-04 Size : 8192 Publisher : linqingyang

CPU scheduling algorithm simulation project implements FCFS , SJF , RR algorithms
Update : 2024-05-04 Size : 93184 Publisher : msh2003

DL : 0
用C#和C++实现的进程调度算法程序(操作系统实验)本实验通过编写C#语言的代码实现先来先服务(FCFS),最短作业优先(SJF)、响应比高者优先(HRN)的调度算法。最后在界面上显示出进程在调度过程中的情况。另附上C++的进程调度实验,算法不相同。-Use C# and C++ to build up a project to achieve process scheduling.The project contains the algorithm of FCFS,SJF and HRN.
Update : 2024-05-04 Size : 21504 Publisher :
« 1 2 34 5 6 7 8 9 10 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.