资源列表
模拟操作系统
- os模拟操作系统案例,附加实验指导书(理解操作系统文件系统的某些工作原理,学习文件操作命令的设计方法)(OS simulation operation)
30天自制操作系统.川合秀实.周自恒等.扫描版
- 30天自制操作系统.川合秀实.周自恒等.扫描版(30 day self made operating system, Chuan he Xiu, Zhou Zhou, et al. Scanning edition)
30天自制操作系统-光盘源码
- 30天自制操作系统-光盘源码 30天自制操作系统.(川合秀实).周自恒等.扫描版(30 day homemade operating system - CD-ROM source)
计算机操作系统实验三
- 进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CPU后
寻迹
- 利用红外线的输出反馈实现对前方物体的避障、对规定路线的寻迹。(Using infrared output feedback to achieve the obstacle avoidance of the front object and tracing the prescribed route.)
4线程问题
- 创建4个线程,线程1和2能读文件中的数字,线程3和4能求出数字的和或者是乘积(Creates 4 threads, thread 1 and 2 can read the file number in the 3 and 4 threads can be obtained and digital or product)
FreeRTOS_Beaglebone-master
- ARM裸机实现先FreeRTOS系统,中断,启动代码等实现!(FreRTOS for ARM9 ARM bare metal to achieve the first FreeRTOS system, interrupt, startup code to achieve!)
103244855UncertainBAPCP_new
- 本程序为针对集装箱码头船舶停靠的调度问题所开发的调度算法,算法中首先设计了基于优先级序列的船舶停靠的求解编码和解码,主要运用遗传算法进行解的优化。(This program is a scheduling algorithm for container terminal ship scheduling problem. In the algorithm, first of all, based on priority sequence of ship berthing solution enco
操作系统概念第七版习题答案(中文版)完整版
- 操作系统经典书籍,包括了很多操作系统的基本知识(Operating system classics)
test11022
- 父进程创建子进程,子进程创建线程并执行不同功能(The parent process creates the child process, the child process creates the thread and performs different functions)
计算机操作系统辅导ppt
- 这是一个功能强大的操作系统的教学课件,对于初步学习计算机的同学来说这些课件可以让他们能更快的走入计算机科学的殿堂大门(This is a powerful operating system courseware, for the preliminary study of computer students, these courseware allows them to quickly enter the door of the computer science palace)
rtos-speed-arm7_20100314
- 嵌入式RAM,RTOS直接编译可以使用,可以看看(Embedded RAM, RTOS compiler can be used directly, you can see)