资源列表

« 1 2 ... .02 .03 .04 .05 .06 11007.08 .09 .10 .11 .12 ... 66581 »

[界面编程《操作系统》课程实验指导书

说明:操作系统课程实验指导书, 一、 课程实验的目的 二、 课程实验要求 四、 课程实习题目 、报告的要求和格式-operating system to guide experimental courses, a curriculum The purpose of this experiment two, four courses experimental requirements, training courses topic, reporting requirements and format
<王哲> 在 2008-10-13 上传 | 大小:70.04kb | 下载:0

[界面编程操作系统课程实验报告1

说明:1. 经典IPC问题的分析报告 根据课本所提供的几个实例或自己查找到的IPC实例,写出具体的模型的设计思想,写出相应的伪代码,并针对于伪码写出具体的设计思路,每个信号量的设置含义及目的,并对于设计的每行伪码给出详细地解释,对其可能被中断情况给与分析。(如有可能,可以利用多线程编程对某个算法具体实现)-1. IPC classic analysis of the textbooks in accordance with the provision of several examples or to
<王哲> 在 2008-10-13 上传 | 大小:77.82kb | 下载:0

[Windows编程3DGIS

说明:文回顾与评述了三维GIS的相关发展情况,探讨了三维GIS的有关基本问题,如数据获取、大数据量存贮与处理、三维空间分析,同时指出科学计算可视化、数据库系统管理、数字影象处理等技术的成熟和二维GIS长期发展提供的理论实践经验等为三维GIS的发展提供了良好的基础。最后为三维GIS实际系统的开发提出了几个值得注意的要点。-In this paper,the review and comment on the development of 3 dimension GIS are first made.Th
<王哲> 在 2008-10-13 上传 | 大小:8.93kb | 下载:0

[C#编程Linuxcommands4diskmanage

说明:LINUX磁盘文件系统命令全集-LINUX disk file system ordered confined.
<李生> 在 2008-10-13 上传 | 大小:15.29kb | 下载:0

[Windows编程xie

说明:通过页式虚拟存储管理中缺页中断轮转算法的模拟设计,了解虚拟存储技术的特点,掌握页式存储管理的缺页中断轮转法。 计算缺页次数、缺页率、被淘汰的序列。-make a sence of the charasteristic of virtual store skill ,via the simulating design of interrupt cycle arithmetic,and master the missing-page interrupt cycle arithmetic about
<林子建> 在 2008-10-13 上传 | 大小:1.15kb | 下载:0

[Windows编程多级反馈轮转法

说明:采用多级反馈轮转法调度算法,从而了解多级反馈轮转调度算法的优点与缺点. 先要随机产生几个进程,初始化进程.确定进程的的优先顺序,定义时间片的长度.-multilevel feeding and rotary schedule method has been used to understand its advantages and drawbacks. First, several processes have been created and initialized, their priori
<林子建> 在 2008-10-13 上传 | 大小:2.07kb | 下载:0

[Windows编程模拟一个文件管理系统

说明:设计的文件系统实现下述的基本操作:建立文件;删除文件;打开文件;关闭文件; 可对文件设置保护措施(读,写,执行)。-the file system is designed to implement basic operations as follow: create file delete file open file close file set security measure
<林子建> 在 2008-10-13 上传 | 大小:12.9kb | 下载:0

[Windows编程二分搜索法

说明:要求随机关生一个序列,任意查找其中一个元素时,采用二分搜索法实现,并且还能显示查找次数。使用二分法首先要使序列列按从小到大排序,因此程序中还要有排序功能。- there is a random series ,when looking for any an element in this series,we can achieve this by the method of bisectional searching,also the number of search times will be
<林子建> 在 2008-10-13 上传 | 大小:12.73kb | 下载:0

[Windows编程模拟页式虚拟存储管理中缺页中断

说明:本次设计要求我使用最不经常使用页面淘汰算法。该算法在需要太太某一页是,首先淘汰到当前时间为止,被访问次数最少的那一页。这只要在页表中给每一页增设一个访问计数器即可实现。每当该页被访问时,访问计数器加1,而发生一次缺页中断时,则淘汰计数值最小的那一页,并将所有的计数器清零。-Abstraction: This design require me use a most unusual swap algorithm. When swap operation is demanded, this al
<林子建> 在 2008-10-13 上传 | 大小:1.73kb | 下载:0

[GDI/图象编程transorm

说明:图像处理,如果你的图像由于选择屏的原因,不能使色阶清晰的反应出来,你可以通过该程序调整色阶。注意,这里的图片为BMP格式-image processing, if you choose the screen images because of the cause, we can not make clear the upper portion of the reaction, and you can adjust the color gamut of procedures. Note that
<刘剑英> 在 2008-10-13 上传 | 大小:1.01kb | 下载:0

[C#编程操作系统进程死锁模拟

说明:此程序模拟操作系统死锁,用户可在程序运行时选择死锁或不死锁比较不同的运行情况。-Deadlock operating system, users can choose to run or not Deadlock Deadlock compare different operating conditions.
<王重华> 在 2008-10-13 上传 | 大小:1.28kb | 下载:0

[C#编程模拟系统多进程的运行

说明:这是模拟三个进程如何在系统的调度下运行的,其结果存放在jc.c文件中,可便初学都对进程的运行有更深该的认识。-This is how the simulation process in three Scheduling System running, and its findings jc.c stored in a document, then the process of learning all of the operations have a better understanding.
<王重华> 在 2008-10-13 上传 | 大小:1.86kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 11007.08 .09 .10 .11 .12 ... 66581 »

源码中国 www.ymcn.org