搜索资源列表
unix_V
- 著名的AT&T UNIX v6 源码,虽然已不能在现在的机器中直接运行(通过在Linux上安装pdp11 simulator可以运行),但从中首先可以学习到C程序设计的简约与严谨(原作者是图灵奖得主Brian W. Kernighan和Dennis M. Ritchie),其次还可以帮助深入理解操作系统概念,其设计思想仍然广泛存在于多数操作系统中。 本系统的首次发布于1976年,现仍然做为MIT高年级学生、研究生的操作系统学习的分析材料。 -famous AT
C++yinhangjia
- 大家来看看这个源码吧! 我是新手,有错的地方还请大虾门指出并指点。 哈哈!-everyone to look at the source! I greenhorn, the wrong place also requested that the door prawns and guidance. Ha ha!
sendokyeswhywhatwhere
- 用Evc开发的一些关于文件操作的程序实例源码,供大家下载参考学习- With E v c development some about the document operation procedure example source code, study for everybody downloading reference -Evc development with the document on the operation of the program is the source code,
2
- :在可变分区管理方式下采用首次适应算法实现主存分配和回收。 [提示]: (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,初始状态见右图。空闲区说明表格式为:起址——指出空闲区的起始地址;长度——一个连续空闲区的长度;状态——有两种状态,一种是“未分配”状态,另一种是“空表目”状态。 (2) 采用首次适应算法分配。运行时,输入一系列分配请求和回收
c_wlink
- c程序源码链接过程方面的代码,很不错,有完整的工程和详细注释
candasm
- 用C和汇编写的Dos操作系统的源码,用C和汇编写的Dos操作系统的源码
DISK
- 采用C语言编写的源码,磁盘的调度模拟(没有图形界面)
4.299_1116
- QEMU是一套由Fabrice Bellard所编写的模拟操作系统的自由软件。它与Bochs,PearPC近似,但其具有某些后两者所不具备的特性,如高速度及跨平台的特性。经由kqemu这个非自由的加速器,QEMU能模拟至接近真实电脑的速度。 可以模拟 IA-32 (x86)个人电脑,AMD 64个人电脑,MIPS R4000, 升阳的 SPARC sun3 与 PowerPC (PReP 及 Power Macintosh)架构 支持其他架构,不论在主机或虚拟系统上 增加
yuandaima
- 1.杀人游戏系列 2.学生成绩管理系统 3.屏幕录像软件 4.Vista风格日历控件C#源码 5.LOKI97加密解密算法
cujfeb2004
- 国外的-C++ 200多个源码-foreign-C more than 200 FOSS
Nachos
- 高级操作系统实验nachos源码-Software and Microelectronics, Peking University Institute of Experimental nachos advanced operating system source code
MS-DOS.6.0.Source.Code
- MS-DOS 6.0源码
os_source
- 操作系统设计与实现源码-Design and Implementation of the operating system source code
miniosbyc
- C写的小型操作系统源码,包括两个版本。挺好的,试试看。-Small operating system written in C source code, including the two versions. Very good, and give it a try.
fistgen-0.0.6.1.tar
- Solaris操作系统下的过滤驱动程序, C源码程序.-Under the Solaris operating system filter driver, C-source program.
UNIXv6src[1].tar
- Unix系统7源码,很有用的资料,看看提高巨大。-7-source Unix systems, the information is useful to see a huge raise.
cpuuu
- C++源码,关于cpu分时系统的。。。,我们可以了解CPU是怎样管理进程的。-C++ source code, on the cpu time-sharing system. . . , We can understand how the CPU is the management process.
File
- 操作系统课程设计,文件管理系统的c++源码,有文件增加,删除,创建目录,修改文件,保存当前状态等功能。-Operating systems curriculum design, document management system c++ source code, there are files to add, delete, create directories, modify files, save the current state functions.
ClockingPlayImplement
- 有定时功能的课间操播放器C#源码下载,设定到指定时间,音乐播放器自动播放,特别适合学校广播体操等固定时间响起的音乐播放场合,源码简单,使用了C#常用编程控件,AxInterop.WMPLib.dll和Interop.WMPLib.dll。-With timing function class-break setting-up exercise player C# source code download, set to the specified time, the music player a
C-Standard-Library
- C标准库源码,对于了解malloc、printf等库函数有很大帮助。-C standard library source code, for understanding malloc, printf and other library functions are very helpful.