搜索资源列表
-
0下载:
这是一个C程序,描述的是操作系统中进程调动模拟算法,写的不好,请不要见笑。-This is a C program, describes the process of mobilizing operating system simulation algorithm, badly written, please do not laughed at.
-
-
0下载:
c程序模拟操作系统的先来先服务算法(FCFS).
在VC 6.0下运行通过/
-c simulation of the operating system first-come first-serve algorithm (FCFS). 6.0 in VC run through /
-
-
0下载:
文件系统实现
1. 数据结构设计
通过分析设计题目,具体设计出主要的三个数据结构。
2. 程序流程设计
根据课程设计的内容,给出具体实现的思路和程序框图,并给一定的解释,流程图要和自己的程序实现一致,不求多,要简练明确,可以参考实验指导书。
3. 主要算法设计
根据课程设计的内容和实现文件系统需要,给出查找,插入文件,用户等关键算法,可以参考演示程序。
4. 模拟实现文件系统
根据设计的数据结构,流程框图以及具体算法,用C/C++ 等高级程序设计语言模拟文件系统
-
-
0下载:
C语言编写的模拟多资源银行家算法 包括流程图和报告以及可执行文件 推荐!-C language simulation algorithm bankers more resources, including flow charts and reports and executable files recommended!
-
-
1下载:
先来先服务(FCFS)算法、短作业优先(SJF)算法、高响应比(HRN)算法和高优先权算法来实现作业调度算法的模拟。
(1) 算法采用下式计算响应比:
等待时间waittime
需要运行时间requesttime
(2) 高优先权算法采用下述公式计算优先权:
优先权priority*等待时间waittime
需要运行时间requesttime*紧迫程度quick
,First Come First
-
-
0下载:
C#进程调度模拟算法,理解和验证操作系统中有关调度的算法-C# Process scheduling simulation algorithm, understanding and validation of the operating system on the scheduling algorithm
-
-
0下载:
Highest Return Ratio process scheduling algorithm simulation in C++. Good for process scheduling study
-
-
0下载:
雷达数据处理的重要模型算法之一,该代码对imm算法的不同参数下进行了详细的仿真。-Radar Data Processing, one of the important model algorithm, the code imm algorithm under different parameters of the simulation in detail.
-
-
0下载:
随机算法的模拟实现 该算法在visual c++2008上实现了pi的求值该算法具有界面实现,用的是随机算法。算法比较简单-Stochastic simulation algorithm to achieve the algorithm in visual c++2008 on the realization of the value of pi for the interface of the algorithm, using a random algorithm. Relatively si
-
-
0下载:
原始的S&C同步算法峰值会有平台,我的改进算法使之趋于尖峰。仿真结果:不在出现峰值平台,有一个峰值尖峰出现,误差很小。-The original S & C peak synchronization algorithm will be a platform to improve my algorithm tends to peak. Simulation Results: The peak value is not a platform, there is a peak value of pea
-
-
0下载:
C#排课系统,使用了模拟算法。很简单,可以看看啊。-C# Course Scheduling System, the use of the simulation algorithm. Very simple, you can look at the ah.
-
-
0下载:
磁盘调度算法模拟,包括模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。下载的-Disk-scheduling algorithm simulation, including analog realization of FCFS, SSTF, SCAN, C-SCAN algorithm, and calculate and compare the number of head movement Road. Download
-
-
0下载:
包含五个C源码,分别是:IP地址解析、二叉树算法集、广度优先搜索及深度优先搜索、华氏温度和摄氏温度的相互转换、用for循环模拟自由落体运动。-Contains five C source code, namely: IP address resolution, binary tree algorithm set, breadth-first search and depth-first search, Fahrenheit and Celsius temperature of one anoth
-
-
0下载:
用c语言编的一个电梯时间最优化仿真,具有图形界面,总共有3台电梯,当某一层有人需要用电梯时,通过算法,可以得出时间最短的电梯号,并通过仿真来检验。-C language code with a simple optimization of the lift time simulation, with a graphical interface, a total of 3 sets of elevators, when a layer of people need the elevator, th
-
-
0下载:
这是一个超级pi 模拟程序算法,用c#编写的演示程序-This is a super pi simulation algorithm, with the demonstration program written in c#
-
-
0下载:
操作系统课程设计处理机调度的模拟程序。在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求用C语言编写和调试一个简单的进程调度程序设计一个模拟处理机调度算法。-Operating System Course Design processor scheduling simulation program. Procedures in a multi-channel
-
-
0下载:
用C语言模拟处理机调度,用先来先服务算法。-Simulation in C language processor scheduling algorithm with a first-come, first serve.
-
-
1下载:
对music算法 进行c语言编程 以及MATLAB仿真(MUSIC algorithm for C programming language, and MATLAB simulation)
-
-
0下载:
PID算法 C程序和Matlab仿真程序(PID algorithm, C program and Matlab simulation program)
-
-
0下载:
内存分配模拟算法,FIFO和LRU算法模拟(Memory allocation simulation algorithm, FIFO and LRU algorithm simulation)
-