Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - runs
Search - runs - List
Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, Bochs can be compiled to emulate a 386, 486, Pentium, Pentium Pro or AMD64 CPU, including optional MMX, SSE, SSE2 and 3DNow! instructions. Bochs is capable of running most Operating Systems inside the emulation including Linux, DOS, Windows 95/98 and Windows NT/2000. Bochs was written by Kevin Lawton and is currently maintained by the Bochs project at \"http://bochs.sourceforge.net\".
Date : 2008-10-13 Size : 4.03mb User : 王陈

DL : 0
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++. -Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386
Date : 2008-10-13 Size : 186.26kb User : 郭春阳

DL : 0
Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386 & above CPU`s. Its completely written in C++. -Jazmyn is a 32-bit, protected mode, multitasking OS which runs on i386
Date : 2025-12-24 Size : 186kb User : 郭春阳

操作说明 该程序除源程序外,还需有另外一个存放记录的文件(此程序中使用的文件名为score.txt),本程序并没有创建这个文件的功能,要首先产生这个文件,可用记事本先作一个空的文件名为score.txt 的文件。程序运行与该文件的存放位置有关,位置是程序数据段的FNAME的值。二者要保持一致,否则会出错。 程序运行时,在出现主菜单后,按l键,将显示学生的各科成绩;按i键后,执行插入功能,可以插入新的学生成绩;按m键,可修改学生成绩。由于本程序是个简单程序,在修改时,要输入学生的所有成绩,包括不要修改的成绩;按d键输入要删除的学生名,将使其成绩全为0;按q键输入要查询的学生的姓名,将显示其各可成绩;按c键将显示数学成绩的分段统计结果。 以上功能在单独运行时可以实现(即在进入主菜单后,单击功能键选中该功能操作后关闭。运行其它功能,要重新进入主菜单单击别的功能键,即每次只能运行一项功能)。要特别说明的是,本程序主要目的是验证汇编程序实现的数据记录操作功能,为使程序不致过长,减少篇幅,程序处理都很简单。程序中没有错误处理程序,如果输入错误,如按退格键将会出错,因此输入时要注意不要输错。 -Operating Instructions In addition to the program source code, the need to have another record store file (the file used in this program called score.txt), this procedure does not create the file function, to first generate the file, use Notepad first as an empty file named score.txt file. Run with the file storage location of the location is FNAME program data segment value. Both to be consistent, otherwise it will go wrong. The program runs, the main menu appears, press the l button to display all subjects the students press i button, insert function, you can insert a new student achievement Press m key, you can change student achievement. As the program is a simple procedure, modified, to enter all the achievements of students, including the results do not change press d key to enter the students name to be deleted, will make its results are all 0 press q key to enter the students to query name, will display its all available results press c button to display the segmented
Date : 2025-12-24 Size : 5kb User : winner531531

Salvo, The RTOS that runs in tiny places, is a full-featured cooperative multitasking RTOS for severely memory-limited applications. HI-TECH Software (http://www.htsoft.com) produces an ANSI-compliant C compiler (PIC C) that is certified by Pumpkin for use with Salvo on many of Microchip s PIC microcontrollers.-Salvo, The RTOS that runs in tiny places, is a full-featured cooperative multitasking RTOS for severely memory-limited applications. HI-TECH Software (http://www.htsoft.com) produces an ANSI-compliant C compiler (PIC C) that is certified by Pumpkin for use with Salvo on many of Microchip s PIC microcontrollers.
Date : 2025-12-24 Size : 7.5mb User : Vilo

GMP 是一个任意精度的数学计算库。 想升级GCC到4.3.0版本,在安装前,需要先安装MPFR和GMP.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
Date : 2025-12-24 Size : 1.93mb User : guliqun

DL : 0
进程调度算法的模拟 1.用语言来实现对n个进程采用不同调度算法的进程调度。 2.每个用来标识进程的进程控制块PCB用结构来描述,包括以下字段: (1)进程标识ID,其中0为闲逛进程,用户进程的标识数为1,2,3…。 (2)进程优先级Priority,闲逛进程(idle)的优先级为0,用户进程的优先级大于0,且随机产生,优先数越大,优先级越高。 (3)进程占用的CPU时间CPUtime,进程每运行一次,累计值等于4。 (4)进程总共需要运行时间Alltime,利用随机函数产生。 (5)进程状态,0:就绪态;1:运行态;2:阻塞态。 (6)队列指针next,用来将多个进程控制块PCB链接为队列。 3.优先数改变的原则 (1)进程在就绪队列中每呆一个时间片,优先数增加1。 (2)进程每运行一个时间片,优先数减3。 4.在调度前,系统中拥有的进程数PCB_number由键盘输入,经初始化后,所有的进程控制块PCB链接成就绪队列。 先到先服务 优先级 轮转法 最短作业优先 -Process scheduling simulation 1. Use language to achieve the n processes using different scheduling process scheduling. 2. The process used to identify each process control block PCB used to describe the structure, including the following fields: (1) process identification ID, where 0 is the process of wandering, the identity of the user process number 1, 2, .... (2) process priority Priority, wandering process (idle) priority is 0, the user process priority greater than 0, and randomly generated, the greater the priority number, the higher the priority. (3) process CPU time CPUtime, each process runs once, the cumulative value equal to 4. (4) process requires a total running time Alltime, using random function generator. (5), process status, 0: Ready state 1: Run the state 2: blocking state. (6) queue pointer next, is used to link multiple process control block PCB for the queue. 3. Change the principle of priority number (1) process to stay in a ready queue in each time s
Date : 2025-12-24 Size : 15kb User : 王强

DL : 0
时间片轮转调度是一种最古老,最简单,最公平且使用最广的算法。每个进程被分配一个时间段,称作它的时间片,即该进程允许运行的时间。如果在时间片结束时进程还在运行,则CPU将被剥夺并分配给另一个进程。如果进程在时间片结束前阻塞或结束,则CPU当即进行切换。调度程序所要做的就是维护一张就绪进程列表,当进程用完它的时间片后,它被移到队列的末尾。-CPU will be denied and assigned to another process. If the process before the end of the time slice blocking or over, immediately switch the CPU. Scheduler to do is to maintain a ready list of processes, when the process runs out of its time slice, it was moved to the end of the queue.
Date : 2025-12-24 Size : 3kb User : 缪缪

DL : 0
操作系统课程设计 分页存储管理系统;建立一个基本分页存储管理系统的模型。 首先分配一片较大的内存空间,作为程序运行的可用存储空间; 建立应用程序的模型; 建立进程的基本数据结构及相应算法; 建立管理存储空间的基本存储结构; 建立管理分页的基本数据结构与算法; 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入; 注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,一个进程占一行-Courses on operating system design paged memory management system establish a basic paging storage management system model. First assign a larger memory space, run as a program storage space available build application model build process basic data structure and the corresponding algorithms manage storage space to establish the basic storage structure establishment of management structures and basic data paging algorithm design of storage space allocation and recovery algorithms providing information dump function, you can store the information to disk, you can also read in from disk Note: The code runs first in the D drive directory to create a process table with a. txt file and in the file name and size of the input process, such as a 12, one per line process,,,,
Date : 2025-12-24 Size : 12kb User : Gee

拟文件系统的前端操作shell 实现一个简单的shell(命令行解释器)。 将设计一的管理程序simdisk作为后台进程运行,利用本设计任务的shell操作simdisk。 本设计任务在于学会如何实现在前端的shell进程和后端的simdisk进程之间利用共享内存进行进程间通信(IPC)。 -File system front-end operations intended to implement a simple shell shell (command line interpreter). The design of a management program simdisk runs as a background process, the use of the design task shell operation simdisk. The design task is to learn how to achieve simdisk process between the front and rear shell process using shared memory for inter-process communication (IPC).
Date : 2025-12-24 Size : 11kb User :

RTLinux(AReal-Time Linux,亦称作实时Linux)是Linux中的一种实时操作系统。它由新墨西哥矿业及科技学院的V. Yodaiken开发。-RTLinux is a hard realtime RTOS microkernel that runs the entire Linux operating system as a fully preemptive process.
Date : 2025-12-24 Size : 1.82mb User : Kiger

DL : 0
用于银行系统,功能为银行开户,存取款等,程序运行良好-For the banking system, functions as a bank account, deposit and withdrawal, etc., the program runs well
Date : 2025-12-24 Size : 3kb User : 林林

A shell is a program that runs operating system commands.Using a conventional desktop, the user selects an item with the mouse and then applies an action to it,such as highlighting an icon and choosing to copy it.In a shell,the person types instructions (or actions) followed by the targets and any special options.This counterintuitive interface can confuse new users who are used to conventional desktops.
Date : 2025-12-24 Size : 1.34mb User : arbitr
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.