CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - status
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - status - List
[
OS Develop
]
shijianpian
DL : 0
时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]
Date
: 2008-10-13
Size
: 1.55kb
User
:
pzq
[
OS Develop
]
OS5
DL : 0
程序开始运行时选择调度算法,创建进程时输入进程所需服务时间以及到达时间。 根据当前所设定调度算法,连续调度所有进程,并计算每个进程的周转时间和带权周转时间、所有进程的平均周转时间和平均带权周转时间。 调度时应适当输出调度过程中各进程状态队列的变化情况以及进程的已执行时间、还需服务时间(针对时间片轮转算法)。-Routine is executed choice when scheduling algorithm, create process input process required service time and time of arrival. According to the current set scheduling algorithm, continuous scheduling all processes, and calculating each process cycle time and weighted turnover time, all process of the average turnover time and average weighted turnover time. Scheduling should appropriate output in the process of scheduling the process status queue changes and process already execution time, still need to service time (according to time slice rotary algorithm).
Date
: 2025-12-24
Size
: 4kb
User
:
若瓷
[
OS Develop
]
memtest86+-1.70
DL : 0
系统启动时检测内存状况的软件C代码,程度有点深,具备了C高级编程知识的朋友们可以参考研习。-Boot time memory status detection software C code, the degree of bit depth, with a high-level programming knowledge of C friends can refer to the study.
Date
: 2025-12-24
Size
: 141kb
User
:
Michael
[
OS Develop
]
shijianpian
DL : 0
时间片轮转算法struct { int name //进程标识符 int status //进程状态 int ax,bx,cx,dx //进程现场信息,通用寄存器内容 int pc //进程现场信息,程序计数器内容 int psw //进程现场信息,程序状态字内容 int next //下一个进程控制块的位置 }pcbarea[n]-Round Robin time slice struct (int name// process identifier int status// process state int ax, bx, cx, dx// process the scene information, the contents of general register int pc// process the scene information, the contents of program counter int psw// process the scene information, the program status word contents int next// next position of the process control block) pcbarea [n]
Date
: 2025-12-24
Size
: 1kb
User
:
pzq
[
OS Develop
]
wnetstat_src
DL : 0
wnetstat是一个netstat源码,用于查看当前系统的网络连接状况-wnetstat is a netstat source, the current system for viewing the network connection status
Date
: 2025-12-24
Size
: 50kb
User
:
白彬
[
OS Develop
]
BankerAlgorithm
DL : 0
这是一个银行家算法,操作系统里面用于安全状态检验的一个算法。-This is a banker s algorithm, the operating system inside the security status for a test algorithm.
Date
: 2025-12-24
Size
: 2kb
User
:
于木
[
OS Develop
]
ApiStatusBar
DL : 0
一个状态栏函数,可以分栏位设置文本,VFP的哦,纯API实现。-A status bar function, you can set up sub-column text, VFP
Date
: 2025-12-24
Size
: 2kb
User
:
红雨
[
OS Develop
]
jcdd
DL : 0
编写一进程调度程序模拟程序(调度算法可以采用下面提示中的算法,也可以采用教材中的某个标准调度算法),进程状态为就绪、运行、阻塞三种。模拟程序只对你所设置的“虚拟PCB”进行相应的调度模拟操作,即每发生“调度”时,显示出当前运行的“PCB名字”、优先数、运行时间等,而不需要对系统中真正的PCB等数据进行修改。-The process of preparing a simulation program scheduler (scheduling algorithm can use the following tips in the algorithm, can also be used as a standard textbook scheduling algorithm), the process status is ready, running, blocking three. Simulation program only to set up your
Date
: 2025-12-24
Size
: 60kb
User
:
eugune
[
OS Develop
]
HB_COM
DL : 0
可以控制标签的各种状态,包括大小,字体等等,只要你能想到-Can control a variety of status labels, including size, fonts, etc., as long as you can think of
Date
: 2025-12-24
Size
: 32kb
User
:
John
[
OS Develop
]
4.299_1116
DL : 0
QEMU是一套由Fabrice Bellard所编写的模拟操作系统的自由软件。它与Bochs,PearPC近似,但其具有某些后两者所不具备的特性,如高速度及跨平台的特性。经由kqemu这个非自由的加速器,QEMU能模拟至接近真实电脑的速度。 可以模拟 IA-32 (x86)个人电脑,AMD 64个人电脑,MIPS R4000, 升阳的 SPARC sun3 与 PowerPC (PReP 及 Power Macintosh)架构 支持其他架构,不论在主机或虚拟系统上 增加了模拟速度,某些程序甚至可以实时运行 适用于Linux ,Windows, FreeBSD and MaxOS X这几个平台 可以储存及还原运行状态(如运行中的程序) 可以虚拟网络卡 Qemu Manager是delphi源码 qemu是c源码 这里下载源码-QEMU is a set of written by Fabrice Bellard analog of the free software operating system. It with Bochs, PearPC approximate, but it has some of the latter two do not have the features such as high-speed and cross-platform features. By this non-free kqemu accelerator, QEMU can be simulated to a level close to the real speed of the computer. Can simulate the IA-32 (x86) PC, AMD 64 PC, MIPS R4000, Sun SPARC sun3 with the PowerPC (PReP and Power Macintosh) architecture to support other structure, whether in the host or virtual system to increase the speed of a simulation, a these procedures can even be applied to real-time operating Linux, Windows, FreeBSD and MaxOS X platform these can save and restore the operational status (such as in the operation of the procedure) can be virtual network card is delphi source Qemu Manager Qemu is the c source code here to download source
Date
: 2025-12-24
Size
: 3.67mb
User
:
渔民
[
OS Develop
]
9
DL : 0
操作系统课程设计_进程调度演示源程序 #include "stdio.h" #include "stdlib.h" #include "string.h" typedef struct node { char name[10] /*进程标识符*/ int prio /*进程优先数*/ int round /*进程时间轮转时间片*/ int cputime /*进程占用CPU时间*/ int needtime /*进程到完成还要的时间*/ int count /*计数器*/ char state /*进程的状态*/ struct node *next /*链指针*/ }PCB -Operating system curriculum design process scheduling demo source _# Include stdio.h# Include stdlib.h# Include string.h typedef struct node (char name [10]/* process identifier*/int prio/* process priority number*/int round/* process time rotation time slice*/int cputime/* process occupy CPU time*/int needtime/* process to be completed but also the time*/int count/* counter*/char state/* process status*/struct node* next/* Chain pointer* /) PCB
Date
: 2025-12-24
Size
: 2kb
User
:
wjx
[
OS Develop
]
qingqiu
DL : 0
可以实现内存管理,采用先来先服务算法,在淘汰一页时,只将该页在页表中修改状态位。而不再判断它是否被改写过,也不将它写回到辅存。-Memory management can be achieved using a first-come first-serve algorithm, in one out of only the page in the page table modify status bits. Rather than to judge whether it had been rewritten, not to write it back to Des depositors.
Date
: 2025-12-24
Size
: 1kb
User
:
Jhon
[
OS Develop
]
sisuobimian
DL : 0
死锁避免——银行家算法的模拟实现,通过模拟死锁避免的实现,加深对死锁避免,系统安全状态的理解.附有我的實验报告,源代码。-Deadlock Avoidance- Banker s Algorithm simulation achieved by simulating the deadlock avoid the realization of better understanding of the deadlock avoidance, system security status understanding. Experiment with my report, the source code.
Date
: 2025-12-24
Size
: 239kb
User
:
hyw
[
OS Develop
]
213123
DL : 0
优先数调度算法,进程名,指针,要求运行时间,优先数,状态-Several priority scheduling algorithm, the process name, pointer, run-time requirements, priority number, status
Date
: 2025-12-24
Size
: 2kb
User
:
阿斯顿
[
OS Develop
]
Fifo
DL : 0
Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in common.h, there are three commands: turn the speaker on, turn it off, and set the frequency.-Shows how to set up a FIFO data queue for sharing data between real-time tasks and user-level applications. The RT task creates two FIFOs, one for commands in from the user process and one for status back to the user process. As declared in common.h, there are three commands: turn the speaker on, turn it off, and set the frequency.
Date
: 2025-12-24
Size
: 4kb
User
:
sijith
[
OS Develop
]
bank
DL : 0
银行家算法,操作系统的安全状态和安全序列,死锁和避免死锁的银行家算法-Banker' s algorithm, the operating system' s security status and security sequence, deadlock and the bankers algorithm avoid deadlock
Date
: 2025-12-24
Size
: 1kb
User
:
xapql
[
OS Develop
]
JC
DL : 0
这是进程状态转换可视化实验源码,用MFC的对话框做成的,进程状态在就绪,阻塞,挂起状态之间的转换。-This is the process of state transition visualization experiment source code, using MFC dialog box made of the process status in place, blocking, pending conversion between.
Date
: 2025-12-24
Size
: 3.16mb
User
:
shenglu0715196
[
OS Develop
]
bank
DL : 0
银行家算法是一种最有代表性的避免死锁的算法。要解释银行家算法,必须先解释操作系统安全状态和不安全状态。该程序实现有效描述。-Banker' s algorithm is one of the most representative of the deadlock avoidance algorithms. To explain the banker' s algorithm, we must first explain the operating system security status and insecurity. To achieve effective description of the program.
Date
: 2025-12-24
Size
: 270kb
User
:
王道
[
OS Develop
]
yemianzhuanhuansuanfa
DL : 0
使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。其中虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。程序应允许通过为该进程分配不同的实页数,来比较两种置换算法的稳定性。-Simulated using the C programming language has a number of virtual pages of the process in a given number of real pages to run, and the page fault occurs, respectively, the use of FIFO and LRU algorithm for page replacement situation. The number of virtual pages which can be given in advance (for example, 10), access to these virtual pages page address stream (whose length can be given in advance, for example, 20 virtual pages to access) can be randomly generated by the program can also be saved in advance in the document. Require the program is running the screen can show a displacement in the process of status information and the output end of the visit of the page hit rate. Procedures should be allowed through the process of distribution of the different real number of pages to compare the two kinds of replacement algorithm stability.
Date
: 2025-12-24
Size
: 1kb
User
:
fujiao
[
OS Develop
]
first
DL : 0
(1)用C语言来实现对N个进程采用动态优先权优先算法的进程调度; (2)每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: 进程标识数id; 进程优先数priority,并规定优先数愈大的进程,其优先权越高; 进程已占用的CPU时间cputime 进程还需占用的CPU时间alltime,当进程运行完毕时,alltime变为0; 进程的阻塞时间startblock,表示当进程在运行startblock个时间片后,进程将进入阻塞状态; 进程被阻塞的时间blocktime,表示已阻塞的进程再等待blocktime个时间片后,将转换成就绪态; 进程状态state 队列指针next,用来将PCB排成队列。 (3)优先数改变的原则: 进程在就绪队列中呆一个时间片,优先数增加1. 进程每运行一个时间片,优先数减3. (4)假设在调度前,系统中有5个继承,它们的厨师状态如下: ID 0 1 2 3 4 PRIORITY 9 38 30 29 0 CPUTIME 0 0 0 0 0 ALLTIME 3 3 6 3 4 STARTBLOCK 2 -1 -1 -1 -1 BLOCKTIME 3 0 0 0 0 STATE READY READY READY READY READY -(1) using C language to implement a process of N priority scheduling algorithm with dynamic priority of the process of scheduling (2) Each of the process used to identify the process control block PCB used to describe the structure, including the following fields: Process ID number id The process priority number priority, and provides greater process priority number, the higher its priority Process has occupied the CPU time, cputime The process needs to take up the CPU time of alltime, when the process has finished running time, alltime becomes 0 The process of blocking time startblock, said that when the process is running startblock a time slice, the process will enter the blocked state Processes are blocked time blocktime, indicated that they had blocked the process of time to wait blocktime films, will be converted into a ready state Process status state Queue pointer next, is used to PCB arranged in the queue. (3) The change in the number of priority pr
Date
: 2025-12-24
Size
: 1kb
User
:
李随风
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.