CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c B
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c B - List
[
OS Develop
]
C-S、B-S及三层结构
DL : 1
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助-the book introduced the three-tier structure of the system and its basic concepts such as the structure. Helpful for beginners
Date
: 2008-10-13
Size
: 7.92kb
User
:
谢春基
[
OS Develop
]
process_attemper
DL : 1
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.
Date
: 2008-10-13
Size
: 357.4kb
User
:
huiting_liu
[
OS Develop
]
pdfrd
DL : 0
1.实验目的: 模拟实现银行家算法,用银行家算法实现资源分配。 2.实验内容: 设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。 3.程序设计和说明: 函数说明:anquan( )判断给某个进程请求后系统是否安全,anquan1()判断当前系统是否安全。GetAll()取得所有进程的的各个资源数据。详细说明请参见附录中的程序的文档说明。-1. The experiment : Simulation Algorithm bankers, bankers algorithm with the allocation of resources. 2. Experiment : Design 5 (process P0, P1, P2, P3, P4) (resource sharing three categories A, B, C), (A, B, C) amount of resources to 10,5,7. Dynamic process could apply to the resources and the release of resources, according to the system processes the application to dynamically allocate resources. Procedures required to display and print the process of a moment of the distribution of resources and safety sequence; Display and print the process followed for seeking resources, as well as a process of distribution of resources in the resource data. 3. Program design and description : Function : anquan () to the judgment of a process the request system security, anquan1 () to judge whether th
Date
: 2008-10-13
Size
: 868.31kb
User
:
小鱼
[
OS Develop
]
yhjsf
DL : 0
模拟实现银行家算法,用银行家算法实现资源分配。设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。
Date
: 2008-10-13
Size
: 9.24kb
User
:
孙雪芳
[
OS Develop
]
tkernel_se_1.00.00.tar
DL : 0
T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)
Date
: 2008-10-13
Size
: 824.31kb
User
:
伤心人
[
OS Develop
]
MS-DOS.6.0.Source.Code
DL : 2
MS-DOS 6.0源码
Date
: 2025-12-21
Size
: 20.13mb
User
:
站长
[
OS Develop
]
C-S、B-S及三层结构
DL : 0
本书介绍了三层体系结构的基本概念及它的构造等。对于初学者很有帮助-the book introduced the three-tier structure of the system and its basic concepts such as the structure. Helpful for beginners
Date
: 2025-12-21
Size
: 8kb
User
:
谢春基
[
OS Develop
]
process_attemper
DL : 0
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.
Date
: 2025-12-21
Size
: 1.16mb
User
:
huiting_liu
[
OS Develop
]
yhjsf
DL : 0
模拟实现银行家算法,用银行家算法实现资源分配。设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按各进程的申请动态地分配资源。要求程序具有显示和打印各进程的某一时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。-Bankers realize simulation algorithm, with bankers realize the resource allocation algorithm. The design of the five process (P0, P1, P2, P3, P4) sharing the three types of resources (A, B, C) system, (A, B, C) the amount of resources 10,5,7 respectively. Process can be dynamically apply the resources and the release of resources, the system according to process applications for dynamic allocation of resources. Require procedures to display and print a single moment in time the process of resource allocation table and security sequence display and printing requirements of the process followed by the application of resources for a certain number, and after the process of allocation of resources relating to resource data.
Date
: 2025-12-21
Size
: 9kb
User
:
孙雪芳
[
OS Develop
]
tkernel_se_1.00.00.tar
DL : 0
T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main portion and the 2 extended file system portions, and TK/SE object is built by adding these to T-Kernel source. a) tkernel_se_1.00.00.tar.gz Main source of T-Kernel/SE b) extfs_fatfs_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (FAT) c) extfs_cdrom_1.00.00.tar.gz Difference source of T-Kernel/SE extended file system (CD-ROM)-Extension of the T-kernel source code, is Japan
Date
: 2025-12-21
Size
: 824kb
User
:
伤心人
[
OS Develop
]
LF_Article
DL : 0
使用配置: a) 如果将系统安装在网站的根路径下,直接拷贝即可使用; b) 如果将系统安装在一个虚拟路径下,请将bin、CuteSoft_Client、Templates、Uploads文件夹及移动到根路径下。 c) 如果WEB服务器和数据库服务器不在一台服务器上,请将Web.Config中的 -err
Date
: 2025-12-21
Size
: 1.42mb
User
:
wu
[
OS Develop
]
VMwareChsBook
DL : 0
vmware中文教程,你想让你的电脑变成多台进行使用吗?你也为没有多台电脑在多平台环境下进行C/S或B/S编程感到苦恼吗?请参考该文档,可以轻松解决你的问题,让你彻底发挥你的电脑的功能,可以一台变成多台并且在多个操作系统平台下进行使用。-vmware Chinese Course, you want your computer into a multi-use it? You do not have more than one computer in the multi-platform environment for C/S or B/S Programming is upset about it? Please refer to the document, you can easily solve your problem, let you play the complete function of your computer, you can 1 Taiwan into a multiple operating system platforms and in multiple use under.
Date
: 2025-12-21
Size
: 412kb
User
:
cn1111
[
OS Develop
]
PROCESS(1)
DL : 0
一、 进程控制 1、 定义PCB(可以采用静态结构或动态结构):包括理论PCB中的基本内容,如ID、进程状态、队列指针。由于无法实现真正的进程创建功能,在实验中只需建立PCB,用它代表完整的进程。 2、 定义进程状态转换方式:进程的状态转换是由进程内部操作或操作系统的控制引起,由于无法实现这些功能,学生可以采用随机数方法或键盘控制方法模拟,并实现对应的控制程序。随机方法指产生1-6的随机数,分别代表创建进程(c)、结束进程(e)、进程阻塞(b)、激活进程(w)、调度进程(p)、时间片到(t)等事件;键盘模拟方法指定义6种按键代表以上6种事件。 3、 根据四种事件处理就绪队列、阻塞队列和当前执行中的进程。 每次事件处理后应形象地显示出当前系统中的执行进程是哪一个,就绪队列和阻塞队列分别包含哪些进程。 -err
Date
: 2025-12-21
Size
: 2kb
User
:
fangfei
[
OS Develop
]
ibmbios
DL : 0
I B M P C B I O S S e r v i c e R o u t i n e s-I B M P C B I O S S e r v i c e R o u t i n e s
Date
: 2025-12-21
Size
: 3kb
User
:
entourage4
[
OS Develop
]
yinhangjiasuanfa
DL : 0
用银行家算法实现资源分配。设计五个进程{0, 1, 2, 3, 4}共享三类资源{A,B,C}的系统, {A,B,C}的资源数量分别为10,5,7。进程可动态地申请资源和释放资源,系统按进程的申请动态地分配资源,要求程序具有显示和打印各进程的某一个时刻的资源分配表和安全序列;显示和打印各进程依次要求申请的资源号以及为某进程分配资源后的有关资源数据。-With the banker' s algorithm to achieve resource allocation. Designed to process 5 (0, 1, 2, 3, 4) share the three types of resources, (A, B, C) system, (A, B, C), respectively 10,5,7 amount of resources. Process can dynamically apply for funding and release of resources, the system dynamically by the application process, allocation of resources, required procedures with a display and print a single moment of the process of the distribution of resources and security sequence display and printing processes in turn require the applicant to the resources of number and allocation of resources for a process resource data related to the post.
Date
: 2025-12-21
Size
: 1kb
User
:
fujiao
[
OS Develop
]
banker
DL : 0
模拟操作系统中的银行家算法,1.txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数 共5行-The Banker Algorithm
Date
: 2025-12-21
Size
: 2kb
User
:
shiboo
[
OS Develop
]
Bankers_algorithm
DL : 0
操作系统原理实验——银行家算法实验报告 2实验内容或题目 1)设计五个进程{P0,P1,P2,P3,P4}共享三类资源{A,B,C}的系统,{A,B,C}的资源总数量分别为10,5,72)并行进程可动态地申请资源和释放资源(程序交互输入申请或释放资源数量),系统按各进程的申请动态地分配资源。 3)每当进程动态申请资源或释放资源时,模拟程序应能及时显示或打印各个进程在此时刻的资源分配表、系统可用资源量和安全序列等资源分配信息和安全检查信息 -Operating System Engineering Experiment- Banker' s algorithm experimental report two experiments the content or subject a) Design 5 process (P0, P1, P2, P3, P4) share the three types of resources, (A, B, C) system, (A, B, C), respectively the total number of resources 10,5,72) parallel process can dynamically apply for funding and release of resources (programs for interactive input or release of resources), the system processes the applications according to dynamic allocation of resources. 3) Whenever a process of dynamic application resources or the release of resources, the simulation program should be able to display or print each time the process of allocation of resources at this time table, the amount of resources available to the system such as resource allocation, and security sequence information and security checks information
Date
: 2025-12-21
Size
: 2kb
User
:
恋恋的恋
[
OS Develop
]
sbgl
DL : 0
设备管理主要包括设备的分配和回收、同时实现设备独立性。假定模拟系统中有A(3台)、B(2台)、C三种设备,采用安全分配方式。-Device Manager includes equipment distribution and recovery, while achieving device independence. Simulation system assumes that there are A (3 units), B (2 units), C three kinds of equipment, the introduction of safety distribution.
Date
: 2025-12-21
Size
: 5kb
User
:
yaowenxue
[
OS Develop
]
Banker_algorithm
DL : 0
银行家算法 txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数 共5行-Banke ralgorithm the input txt format process name (single character), required a number of resources, the number of resources required for b, c the number of resources required, has applied for a number of resources, has applied for b number of resources, has applied for a total number of c resources 5 lines
Date
: 2025-12-21
Size
: 11kb
User
:
Lucia
[
OS Develop
]
time
DL : 0
适用于创建C/S、B/S架构的时间表示方法,创建代码(Applies the time representation method for creating C/S and B/S architectures, creating code)
Date
: 2025-12-21
Size
: 252kb
User
:
wangly
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.