搜索资源列表
lab3
- c—语言的句法分析器。读入一个C--语言程序,判断该程序是不是一个合法的C-- 语言程序。如果程序有语法和语义错误,请给出错误信息。
lab3-handin.tar
- jos lab3代码,是操作系统课程实验的代码,由bochs模拟
闰年计算
- data segment ;定义数据段 infon db 0dh,0ah,'Please input a year: $' Y db 0dh,0ah,'This is a leap year! $' N db 0dh,0ah,'This is not a leap year! $' w dw
lab3
- 四川大学软件学院操作系统课程设计Nachos实验3源码以及实验报告-Sichuan University School of operating system software program designed Experiment 3 Nachos source code and experimental report
mit-jos
- 美国MIT电子工程与计算机科学 教学用操作系统,北大清华也用它!-a teaching operating system which is widely used by mit, it will let you know more about os
lab3
- 小实验,汇编语言的-Small experiment, the compilation of language
Lab3
- 并行算法实验用的源代码,是从国外大学下载挑选的,真正的内部资料。-Parallel algorithm used in the experiment source code, is downloaded from selected foreign universities, the real internal information.
lab3
- 从键盘接收输入的一个班的学生成绩,并存放于50字grade数组中,其中grade+i保存学号为i+1的学生成绩。然后根据grade中的学生成绩,把学生名次填入50字rank字数组中,其中 rank+i的内容是学号为i+1学生的名次。再按学号顺序把名次从终端上显示出来。(输入学生个数<=50,可以不定) -Input from the keyboard to receive a ban of student achievement, and stored in 50 words grad
lab3
- mashina turinga rabotaet normalek
Lab3
- Csharp实现的一个简单的学生管理系统,支持文件的存储。-Csharp achieve a simple management system for students in support of document storage.
lab3.tar
- 6.828 MIT lab3 麻省理工的开放课程-6.828 MIT lab3 MIT OpenCourseWare
Lab3
- 屏幕上画图: (1)、 有上、下、左、右四个方向的按键(例如键盘的上下左右键),选择不同的键,屏幕上的光标就沿着该方向画直线。 (2)、 设置不同的键,可以改变图的前景色和背景色。 显示一幅图: (1)、 在程序中写好你要显示的图形的代码。 (2)、 包括多种形状,有不同的颜色,做出的图形能表示一个物体。 (3)、 在屏幕上显示所绘制的图形。 -Paint on the screen: (1), there is up, down, left and right bu
lab3
- 用C++编写的简单的词法分析器,还请大家多多指教。-C++, written in a simple lexical analyzer, but also please the exhibitions.
lab3
- C++ introduction to vectors-C++ introduction to vectors
lab3
- 编写程序,实现两个字符串比较,如相同,由显示“MARCH”,否则,显示“NOMATCH”-Programming to achieve the two string comparison, as the same, by the display " MARCH" , otherwise display " NOMATCH"
lab3
- 模拟电梯调度算法,对磁盘进行移臂和旋转操作-Simulated elevator scheduling algorithm, moving the disk arm and rotation
Lab3
- Intellectual system
ucore-lab3
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验3:用户进程。实验目的:了解用户进程的关键信息;理解内核管理用户进程的方法;理解系统调用的过程。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparr
Lab3
- Ejemplo programa en Assembler Sourcecode asm lab3
lab3-final
- MIT JOS LAB3调试好的代码,在linux-ubuntu 通过qemu测试,实验得分满分。-MIT JOS LAB3 debugged code, linux-ubuntu by qemu test, test scores out.