搜索资源列表
dosfs.tar
- DOS/Windows FAT 文件系统实现源码-DOS / Windows FAT file systems FOSS
44b0_lwip_ppp_gprs
- 基于44b0使用ucos2.8操作系统的全部源码,成功移植了lwip1.1.1,ppp和gprs modem的驱动,可通过GPRSmodem实现网络通信-based on the use of 44b0 ucos2.8 all-source operating system, lwip1.1.1 a successful transplant, ppp and gprs modem driver, through GPRSmodem network communication
sys_mfc_1
- 系统编程源码: 内存、缓冲区(Memory/Buffer)处理, 本程序实现CArray摸板类的快速排序
2
- :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (2) 采用首次适应算法分配。运行时,输入一系列分配请求和回收
fs-kit-0.4.tar
- be文件系统实现的源码,其配套资料为Practical File System Design
producer_consummer
- 应用临界区解决操作系统生产者消费者问题源码,实验实现环境 Visual Studio 2005。
ff
- 操作系统,实现银行家算法。基本上保证源码能够运行。
SOURCE
- EventOS操作系统核心源码,用与实现事件的响应与调度
vxwork_src
- 嵌入式操作系统vxwork_src的部分源码实现,有助于对嵌入式OS的研究学习
grub-0.97.tar
- Linux启动程序grub的源码分析与实现;
5050309915_project_2
- 操作系统课程设计 在minix3下实现实时进程,这是在minix3.1.1下修改过的源码
fifo
- C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码
okl4_2.1.微内核l4操作系统源码
- 微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用,L4 microkernel operating system source code, the operating system to achieve interesting friends can look down, I believe useful to
os_source
- 操作系统设计与实现源码-Design and Implementation of the operating system source code
kaffe-1.1.9
- java图形操作系统,将java解释器实现在操作系统内部,缺点就是速度有点慢,不过源码有很高的质量,对java 和操作系统实现有兴趣的朋友,有很高的参考价值,尤其是其中关于硬件驱动的代码,很容易就可以移植到其他平台-The graphic operating system, the java interpreter to achieve in the operating system itself, the shortcomings of the speed is a bit slow, but
make_OS_by_yourself
- orange s 一个操作系统的实现 附带光盘中的源码。-orange' s implementation of an operating system with CD source.
task-manager
- 此源码实现了操作系统自带的任务管理器功能,界面和功能和系统自带类似-This source operating system comes with task management functions, interface and comes with similar features and systems
ualloc-master
- uvisor内存分配算法,可以和dlmalloc源码实现结合阅读-uvisor heap
操作系统:设计与实现第三版下册源码
- 一个操作系统的源代码,实现了进程管理等功能(operating system source code)
基于stm32的源码
- 成功移植了contiki操作系统的代码,编译在keil5下编译生成HEX文件下载到STM32即可实现LED闪烁与串口打印功能。(The code of Contiki operation system is successfully transplanted, compiled and compiled under keil5, and HEX files are downloaded to STM32 to achieve LED scintillation and serial port p