资源列表
[操作系统开发] 批处理系统的作业调度
说明:这是上完操作系统课时,做的实习设计,又实验的目的,分析,设计。采用的是用响应比作业调度算法。-this is the operating system on the classroom, doing internships designed and The purpose of this experiment, analysis, design. The response ratio is Job Scheduling algorithm.<成龙> 在 2008-10-13 上传 | 大小:210.78kb | 下载:0
[操作系统开发] 页式虚拟存储管理中地址转换和缺页中断
说明:页式虚拟存储管理中地址转换和缺页中断,这是赏完操作系统课时做的实习设计,有完备的分析余与设计,如实验目的,实验内容,实验模块的实现,采用的是采用先进先出页面置换算法。<成龙> 在 2008-10-13 上传 | 大小:232.13kb | 下载:0
[操作系统开发] 用信号量解决生产者-消费者问题
说明:这是操作系统课,期中考试的题目,用互斥信号量解决进程同步的问题-This is the OS class, the subject of the examination period, with the volume contradict signal synchronization process to resolve the problem<成龙> 在 2008-10-13 上传 | 大小:59.84kb | 下载:0
[其它] 200505132247180
说明:该程序是我初学C#时编制出来的(含源代码) 供大家免费学习和使用,纯绿色软件, 本程序是一个模windows 计算机器编写的一个计算器程序. 因为是用C#编写的,所以你的计算机在安装Microsoft .NET fr a mework 才可以运本程序.-I am learning C# out to (including source code) for free learning and we use pure green software, the process is a computer<hl> 在 2008-10-13 上传 | 大小:20.43kb | 下载:0
[其它] lxing
说明:编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Princ<刘星> 在 2008-10-13 上传 | 大小:1.55kb | 下载:0