资源列表
FreeRTOS
- 著名开源实时操作系统 FreeRTOS 源代码-Well-known open-source real-time operating system source code FreeRTOS
FIFO
- 操作系统算法FIFO算法源代码,可供学习、研究之用!!!使用C++编写-FIFO CODE
FIFO-LRU
- 在Window XP/Vista 系统的VC++ 6.0环境下运行程序;通过从一般常用的调页算法中选取典型算法LRU和算法FIFO,了解页面管理的相关细节,并用程序设计实现LRU和FIFO。-In Window XP/Vista system, VC++ 6.0 environment to run the program by paging from the commonly used algorithm LRU algorithm and the algorithm selected a
SPOOLIN
- 本实验编制一个Spooling 输出进程与另外二个要求输出的进程并发运行。要求输出进程每运行一次只输出一项信息到输出井,待输出到一个结束标志时,表示一批信息输出完成,在输出井中形成一输出信息块,再由Spooling 进程把整个信息块实际输出到打印机。采用进程的随机调度法模拟Spooling 输出,因为各进程的输出应是随机的。-In this study, the preparation of a Spooling output process with the other two require
Producer-Consumer
- 本实验要求设计在同一个进程地址空间内执行的两个线程。生产者线程生产产品,然后将产品放置在一个空缓冲区中供消费者线程消费。消费者线程从缓冲区中获得产品,然后释放缓冲区。当生产者线程生产产品时,如果缓冲区已满,那么生产者线程必须等待消费者线程释放出一个空缓冲区。当消费者线程消费产品时,如果缓冲区空,那么消费者线程将被阻塞,直到新的产品被生产出来。-In this study, to design a process address space in the same execute two thre
weishitu
- 本次实验的目的主要是通过研究并独立完成用位示图法编程实现磁盘块的分配,并理解其他三个模块,更好地掌握操作系统的原理及实现方法,加深了对操作系统基础理论知识和重要算法的理解,加强动手能力。-The main purpose of this experiment is done through independent study and map display method using programmed bit disk block allocation, and to understand t
process-control2
- 操作系统大作业进程控制模拟,用c++写的。-Operating system operation the control of process
maemo-examples
- maemo os 是nokia为了应对塞班的庞大而基于linux开发的一款操作系统,这里集合了maemo初学时的一些开发例子-maemo os is an os developed by Nokia to deal with Sybain s large content, this package contain some examples for developing on Maemo
main
- 基于多任务编程,充分利用MCU的内存资源,达到良好的实时性-Based multi-task programming, full use of the MCU' s memory resources, to achieve good real-time
Minidisk
- 1.用FAT实现一个简单的文件存储系统 2.实现一个缓冲区,用来读文件和写文件 -1. Achieved with a simple FAT file storage system 2. Achieve a buffer used to read files and write files
Matrices
- Metodo para realizar operaciones con matrices
Newton-y-Biseccion
- Metodo para buscar una raiz, por medio de Newton-Rhapson
