搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email to the writer.
编译原理课程设计报告书
- 词法分析中2.实验内容 SAMPLE语言语法分析部分的实现。 输入:词法分析后得到的token.txt文件. 输出:程序中的语法错误的所在的行和列,出错原因. 功能:读入词法分析后得到的TOKEN串,识别不同的语法范畴,并识别其中的 语法错误,同时显示错误所在行,列和错误的原因. -2. SAMPLE experiment as part of language syntax analysis of the achievement. Input : lexical ana
请求分页存储管理方式
- 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换-courses experiments done on the request of a distribution procedures, FIFO-algorithm (FIFO) and the most recent time on the use of algorithms (LRU) page replacement
Cache_emu
- 这是Vc++6.0实现的用于大学操作系统或计算机系统结构课程实验的缓存算法模拟程序(有图形界面)-Vc 6.0 for the University of operating system or computer system architecture courses experimental cache algorithm simulation program (with a graphical interface)
Aexp72
- 关于接口课程实验的一个源代码,需要有相关的实验平台配合使用-courses on the interface of an experimental source code, the need for the combined use of experimental platform
NachOS-4.1_110
- 美国加州大学操作系统课程实验平台Nachos,在美国非常流行,国内很多大学也采用。-the University of California courses on operating system platform Nachos, very popular in the United States, Many universities have adopted.
BIN2HEX__asm_my
- 进制转换的汇编代码,课程实验做的 比较好哦-base for the conversion of the code compilation, experimental courses do a Haoe
cifafenxichengxu_wuhanligong
- 武汉理工大学编译原理课程实验源代码之词法分析器-Wuhan Polytechnic University Experimental compiler theory's source code lexical analyzer
Banker
- 银行家算法,C++实现。代码适用于课程实验借鉴。
netClassTeacher
- 网络课程实验教学系统 可对实现程序的演示及源码的查看功能,很适合出学者学习VC开发程序。
编译原理实验报告
- 编译原理是计算机类专业特别是计算机软件专业的一门重要专业课。设置该课程的目的在于系统地向学生讲述编译系统的结构、工作流程及编译程序各组成部分的设计原理和实现技术,使学生通过学习既掌握编译理论和方法方面的基本知识,也具有设计、实现、分析和维护编译程序等方面的初步能力。
内存管理实验报告
- 操作系统课程设计报告,内存模拟管理- The operating system curriculum designs the report, the memory simulation manages
systemtest
- 本程序是操作系统课程实验的死锁的检测与解除。解除方式采用撤销进程的方法。全部用数组实现。在ubuntu(linux)下编译通过。为本人原创。每次撤销个代价最小的死锁进程,释放其所拥有的资源。 所有数据都是可以自行设置的,包括进程个数,资源种类数,各进程的代价等。-This procedure is the operating system course experiment Deadlock Detection and disarmament. The lifting of the way
compilers_principles_Experimental
- 编译原理课程实验的实验报告(附程序源码)。-Compiler Construction Principles course experiments report (attached program source).
oslib
- 操作系统课程实验中的五个经典实验,进程管理,内存管理,spooling技术等-Operating system courses experiment the five classic experiment, process management, memory management, spooling technology
2001-04-21-mp1
- 清华大学计算机系操作系统课程实验源码一: Nachos调度系统,实现了5个调度算法:先来先服务(FCFS)、优先级(抢占式、非抢占式)、轮转和多级排队。-Department of Computer Science, Tsinghua University Curriculum Experimental source operating system a: Nachos scheduling system to achieve the five scheduling algorithms:
实验一
- 简单的小程序,完成课程设计的一部分,词法分析(Simple small program to complete part of the curriculum design, lexical analysis)
201526811019_孙旭辉_计科1501_实验三
- 银行家算法实现资源分配,通过实验,观察了解操作系统是如何实现同步与互斥的。(Resource allocation by banker algorithm)
51单片机实验
- 51单片机实验,内含外部中断汇编程序以及8255扩展等。(51 single chip experiment, including external interrupt assembly program and 8255 extension, etc.)
实验一 进程及其资源管理.cpp
- 操作系统课程实验一:进程及其资源管理,C++实现(Process and its resource management)