搜索资源列表
cibidiaodu
- 有多个访盘要求在等待时对这些要求的顺序的确定安排或调整,只在减少平均磁盘服务时间就成为磁盘调度,而磁盘调度有多种的调度算法,其中最短路径优先是其中基本一种,本课程设计是使用C++程序设计语言,在windows平台下对此调度算法进行模拟,通过此调度算法的模拟来进一步的加深对磁盘最短路径优先调度的了解,及对C++程序设计语言的使用。 关键词:磁盘调度 最短路径优先 操作系统 课程设计 -set to visit a number of requests waiting for the rig
microwindows-0.86.tar
- linux的图形界面程序,使用c++编程,在linux下解压使用。-linux graphical interface, the use of c programming, the use of Linux under decompression.
xianjinxianchu
- 先近先出,时间片轮转,以及优先级的进程调度程序。采用叻C++的编程方法。值得下载。-first-out near first time films rotate, and the process of priority scheduling procedures. Using C + + featuring the programming method. Worth the download.
kbfq
- 可变式分区管理的计算机模拟 实验环境:Microsoft Visual C++ 6.0 编程语言:C++ 实验步骤也有 -variable zoning management of the computer simulation environment : Microsoft Visual C + + 6.0 Programming Language : C experimental steps have
MatlabVc2007417
- 这是一个基于MATLAB与VC混合编程的程序代码!是关于一维离散小波去噪的程序!-based on MATLAB and Visual C + + programming code! On the one-dimensional discrete wavelet denoising the procedure!
FileSystemdesign
- 模拟文件系统,操作系统课程设计的心血,含详细设计报告(设计要求、设计思想、数据结构设计、实体关系图、数据流图、程序流程图、结果分析等)。界面友好,模拟MS-DOS命令行方式,并提供命令列表和命令帮助。编程语言:c语言,编译工具:VC6.0。主要内容:模拟磁盘(使用内存空间)、模拟磁盘空间申请、模拟文件目录、模拟打开文件表。主要功能:建立文件、写文件、读文件、显示文件、删除文件、重命名文件、查询文件属性、关闭文件。 -simulation file system, operating syst
OS23
- Linux C语言编程环境的使用,加深对消息的创建、发送和接收的理解,认识其本质。分析共享存储区的创建,附接和断接 -Linux C language programming environment used to enhance the message creation, sending and receiving understanding, understanding of its nature. Analysis of shared storage area to create,
VMwareChsBook
- vmware中文教程,你想让你的电脑变成多台进行使用吗?你也为没有多台电脑在多平台环境下进行C/S或B/S编程感到苦恼吗?请参考该文档,可以轻松解决你的问题,让你彻底发挥你的电脑的功能,可以一台变成多台并且在多个操作系统平台下进行使用。-vmware Chinese Course, you want your computer into a multi-use it? You do not have more than one computer in the multi-platform env
TCP
- 操作系统内核编程TCP通讯的服务器端与客户端的C语言源码-Operating system kernel programming server-side TCP communication with the client s C language source
AVRminiProg_Test
- 采用mega16设计的avr单片机编程工具,修改宏定义可以分别实现avr dragon, avr ISP SKII和avr jtag SKII功能-Mega16 designed using avr Singlechip programming tools, to amend the definition of macros can achieve avr dragon, avr ISP SKII and functional avr jtag SKII
OperatingSystemMemoryManagement
- (1) 本实验要求使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。 (2) 虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。 (3) 要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。 -(1) This experiment requires the use of C la
c
- C和C++嵌入式系统编程学习资料。 你可以从这本书里学到很多东 西。除了了解如何更有效地使用C和C++你还将会从本书中对常见的嵌人式软 件问题的详细解释,并从本书所提供的源代码中得到益处。本书中包含的高级 主题有存储器检测和验证、设备驱动程序的设计和实现.实时操作系统的内部 机理,还有代码优化技术。 -C and C++ Embedded Systems Programming learning materials. You can learn from this boo
yemianzhuanhuansuanfa
- 使用C语言编程模拟一个拥有若干个虚页的进程在给定的若干个实页中运行、并在缺页中断发生时分别使用FIFO和LRU算法进行页面置换的情形。其中虚页的个数可以事先给定(例如10个),对这些虚页访问的页地址流(其长度可以事先给定,例如20次虚页访问)可以由程序随机产生,也可以事先保存在文件中。要求程序运行时屏幕能显示出置换过程中的状态信息并输出访问结束时的页面命中率。程序应允许通过为该进程分配不同的实页数,来比较两种置换算法的稳定性。-Simulated using the C programming
biyelunewen
- 本课程设计为学生提供了一个既动手又动脑,自学,查资料,独立实践的机会。将本学期课本上的理论知识和实际有机的结合起来,锻炼学生实际分析问题和解决问题的能力,提高学生适应实际、实践编程的能力,使对C++系统编程有一个大致的了解。-This course is designed to provide students with a hands they both mental and physical, self-study, information search, independent pract
test1
- 适合初学者的计算机实验,计算机软件编程,基本的c编程,关于树的概念-Experimental computer for beginners, computer software programming, the basic c programming, on the concept of tree
zhexuejiajiucan
- 这是操作系统这门可的作业---哲学家进餐问题,用vc6.0编的,语言是c,可以说是windows程序设计吧-This is the operating system is working- the dining philosophers problem, with vc6.0 compiled language is c, can be said that the windows programming
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
Test1
- 操作系统读者写者实验 windows平台下C++编程实现-Readers to write the operating system under test windows platform C++ Programming
bitManage
- 操作系统课程中,位管理的模拟实现,对理解操作系统的位管理有重要作用,同时对学习C#编程,也能起到作用-Courses on operating system, the analog-bit managed to achieve, bit operating system for understanding the management has an important role, while learning the C# programming, but also can play a rol
12290
- 用c语音编写的超声波测距的源代码,可以实现超声波测距的界面c语言编程-C speech prepared by ultrasonic distance of the source code, you can achieve ultrasonic distance c programming language interface