资源列表
8086
- 汇编语言,8086排序题 代码见1.asm文件(Assembly language, 8086 sort question code, see assembly language, 8086 sorting questions, code see 1.asm.)
编译原理
- 编译原理编译器的设计,包含pl0.c pl0.h(pl0.c & pl0.h design)
yijiedaolibai
- 一级倒立摆系统响应,最优算法lqr稳定控制的仿真,以及Simulink搭建的图形及仿真。(The first-order inverted pendulum system response, the optimal algorithm lqr stability control simulation, and Simulink structures and simulation.)
nachos_study_book
- 学习操作系统用的nachos系统的学习用书,对学习操作系统的有很大帮助(the nachos study book is strongly useful for learning OS.)
汽车牌照的简单自动识别
- 对汽车牌照简单的识别的程序和函数,例如,停车系统识别,交通信号拍照识别(Simple identification of car license, parking system, traffic signal camera)
LRU
- 用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is
进程调度
- 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CP
银行家算法
- 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
编译原理
- 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。(Through the design of the preparation, debugging a specific lexical analysis procedures, deepen the understanding of the principles of lexical analysis. And grasp in the programm
微机原理实验代码参考
- 一、对程序进行改错 多字节非压缩型BCD数除法 (96875/5=19375) 二、十进制转化为二进制 编制程序,把十进制数15786转化成二进制数(One:For a correction of program Multi byte non compression type BCD number division (96875/5=19375) Two:Decimal into binary To program a decimal number 15786 into binar
学生版程序(实验2 数字调制解调实验II)
- 实现数字调制解调的所有程序。需使用USRP,可对比BPSK及QPSK的区别。(Achieve digital modulation and demodulation of the originator of the coding process.)
用labview制作的电梯运行演示程序
- labview设计的一个电梯演示小程序。(LabVIEW design of a small elevator demonstration program.)
