-
process_attemper
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:
a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。
b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。
2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。
3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。
4、 程序与报告要求:
a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。
b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。
c) 可以选择在Windows或Linux环境下编写、运行程序
d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。
e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。
(1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority number in operation during the entire process will not change. priority number in the designated input data, can be reached under the order, running time determine. b) dynamic priority number refers to several priorities for the process of the creation process can be given an initial value, and according to the principle of amending certain priority number.)
- 2007-07-04 12:57:51下载
- 积分:1
-
vc_com_example
这是一个用VC编写COM的例子,用VB调用,对初学者很有用!(This is an example of vc com, it called by vb,it is useful for leaner!)
- 2021-03-07 21:59:29下载
- 积分:1
-
最佳适应算法 信安 陆华锋 20022638
最佳适应算法是动态内存分区分配算法的一种。所谓“最佳”是指每次为作业分配内存时,总是把能满足要求、又是最小的空闲分区分配给作业,避免“大材小用”。为了加速寻找,该算法要求将所有的空闲分区按其内容以从小到大的顺序形成一空闲分区链。这样,第一次找到的能满足要求的空闲区,必然是最佳的。(best adaptation algorithm is a dynamic memory allocation through an algorithm. The so-called "best" means the operation of each memory allocation, always meet requirements, and also the smallest area allocated to idle operations, to avoid "a waste of talent." To speed up the search, the algorithm requires that all leisure district according to content from small to large order of the formation of a regional chain idle. So, the first found to meet the requirements of the free zone will be the best.)
- 2005-07-04 08:18:40下载
- 积分:1
-
Linked-list-version-of--system
链表版的软件工程师管理系统,可以对工程师的信息进行增删改查(The linked list version of the software engineers, management system that can CRUD information for engineers)
- 2012-05-06 21:34:37下载
- 积分:1
-
randomforest-matlab
一个随机森林的实现源码,非常实用,可以下载看看(A the random forest realization source very practical and can be downloaded)
- 2020-06-29 22:40:02下载
- 积分:1
-
MATLAB-7.0User-Guide1
Matlab的编程指南,常用的Matlab入门教程,比较详细非常好用的哈!(Matlab programming guide, commonly used Matlab Tutorial, detail very easy to use Ha!)
- 2012-02-15 09:53:52下载
- 积分:1
-
CSV
这是我自己经常用的log数据操作的库,主要是保存成csv文件格式,方便用excel进行打开分析数据。我平时都用它log电池老化数据然后 进行分析和处理。(This is my own library log data often operate primarily saved as csv file format to facilitate analysis of data using excel for opening. I usually have to use it to log battery aging data is then analyzed and processed.)
- 2016-01-28 23:25:09下载
- 积分:1
-
Material_MIS
物资管理系统,实现物资入库、出库、物资信息的增删查改等。(Materials management system, implementation of materials storage, a library, information material, etc. check the additions and deletions.)
- 2009-03-05 20:05:14下载
- 积分:1
-
VisualPCPPP2008rumenjingdian
Visual+C+++2008入门经典(chinese).zip
中文翻译,精简(Visual+ C+++2008 Beginning (english). Zip
Chinese translation, to streamline)
- 2012-07-14 11:36:01下载
- 积分:1
-
vcyumatlachulisartuxiang
文章主要介绍了利用MATCOM进行VC和MATLAB
混合编程的步骤与优点, 并将其用于SAR 图像处理与质量评估软件开发。该软件通过图形与菜单, 界面用户只需进行简
单的菜单操作就可以得到直观的处理和评估结果, 为开展SAR 图像处理、质量评估研究提供了一个有力的工具。(Article introduces the use of MATCOM for VC++ and MATLAB programming steps and advantages of mixed and used in SAR image processing and quality assessment of software development. The software graphics and menus, just a simple user interface, menu operations can be intuitive handling and evaluation of results, for carrying out SAR image processing, quality assessment study provides a powerful tool.)
- 2011-04-21 16:13:03下载
- 积分:1