资源列表
asdf
- 模拟实现可变分区存储管理 一、设计目的 在熟练掌握计算机分区存储管理方式的原理的基础上,利用C程序设计语言在windows操作系统下模拟实现操作系统的可变分区存储管理的功能,一方面加深对原理的理解,另一方面提高根据已有原理通过编程解决实际问题的能力,为进行系统软件开发和针对实际问题提出高效的软件解决方案打下基础。 二、各功能模块分析实现 设计合理的数据结构来描述存储空间: 对于未分配出去的部分,用空闲分区链表来描述。-simulation variable Storage M
jinchen1
- 用C语言实现进程调度-操作系统课程设计设计思想: “最高优先数优先”调度算法的基本思想是把cpu分配给就绪队列中优先数最高的进程。采用动态优先数,即优先数在创建进程时给定一个初始值,当进程获得一次cpu后其优先数就减少1。-C language scheduling process-design courses on operating system design : "Priority number of the highest priority" scheduling
zz3
- 本设计的目的是通过设计和调试一个简单的文件系统,主要是模拟文件操作命令的执行,来模拟文件管理,使学生对主要文件操作命令的实质和执行过程有比较深入的了解,掌握它们的基本实施方法。具体要求如下: (1) 设计一个支持n个用户的文件系统,每个用户可拥有多个文件: (2) 采用二级或二级以上的多级文件目录管理; (3) 对文件应设置存去控制保护方式,如“只能执行”、“允许读”、“允许写等”; (4) 系统的外部特征应接近于真实系统,可设置下述文件操作命令: 命 令 功 能 命 令 功
scaner
- 扫描器程序,读源程序,去除空白和注释,结果写入另一文件。 要求:1.删除空白、回车、以及制表符等等。 2.删除各类注释。 源程序为一文本文件“scanner.txt”,程序执行后装入另一个文件“result.txt”中。 -scanner procedures, reading source files, and remove blank notes, the results into another document. Requirements : 1. Delete the
C
- 这是一个用C编写的图书馆管理系统,功能包含了登记新书,注册新用户,借还图书登记等等。界面也简单易懂。
accidence_analyzer
- 词法分析器。 要求:1.读出所给文件的所有词 2.将所有词输出写入一个txt文档中。 3.每个词用特殊符号‘^’隔开 源程序为自己所编译的cpp文件,即“text2.cpp”,Compile——〉Build——〉BuildExiecute,将结果写入另一个文件“after_execute.txt”中。 -lexical analyzer. Requirements : 1. Read out documents to all the words of two. Outpu
VC++CFileDialog1
- 在本例中,我们将制作一个利用CfileDialog类弹出“打开”对话筐的应用程序。-in this case, We will make use of a pop-up CfileDialog category "open" dialogue basket applications.
PIDMATLAB
- 各种PID控制算法的MATLAB源程序,可以结合相应的指导书学习-various PID control algorithm MATLAB source, combining the corresponding study guide book
vc++Rolloverstalk2
- 在本例中,将学习如何让滚动轴响键盘的操作。通过本例的学习,读者将了解Windows如何响应键盘输入。-in this case, learning how to roll axis ring for the keyboard operation. The cases through the study, the reader will learn about the Windows how to respond to keyboard input.
PROTEL
- 大家在学习软件的同时,有空也去了解一下硬件电路的设计把-everyone in the learning software, is also available to understand the hardware circuit design in
vc++tooksoroll3
- 在本例中,我们将制作可以使用自定义工具条的应用程序,工具条由三色按钮组成,工具条可以放置在窗口中的任何位置。-in this case, we will make use of tools to customize the application procedures, tools of the stand by three components, Tools can be placed in the window of any location.
vc++movablesub-title4
- 在本例中,将用AppWizar生成一个可运行的应用程序,然后我们在此基础上加进一些代码,使之实现字幕滚动效果。在实例中,读者将学会如何使用AppWizar生成简单的应用程序。-in this case, will be used to generate a AppWizar operational applications, We then on this basis to add some code to enable it to achieve subtitles rolling effec
