搜索资源列表
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
attemper1
- 数据结构的课程设计 输入长度N 可以输出所有可能序列 并演示-data structure of the curriculum design input length N can export all the possible sequences and demonstrated
83640-0d
- C++编成数据结构与程序设计方法 D.S.Malk编著-into C data structures and procedures for design D. S. edited Malk
hafumanshiyanbianma
- 数据结构中哈夫曼编码实验,有详细设计代码,供大家学习用,-data structure Huffman coding experiments, the detailed design code for everyone to learn from.
Javasource
- 数据结构与算法分析设计的实验作业,归并排序、二分查找法、N皇后的算法源代码
datastruct
- 数据结构与算法设计学习得素材,其中提供了。五六个数据结构得应用源码
houzi
- 数据结构课程设计猴子选大王源程序代码
digui
- 《数据结构课程设计案例精编》上第7章的递归算法,包括Hanoi、maze、八皇后-err
Untitled1
- 实现魔王语言,能够识别多种输入(数据结构课程设计)-The realization of devil language, able to identify a wide range of input (data structure of the curriculum design)
Airport
- 用数据结构模拟小型飞机场的运作模式,代码来自与数据结构与程序设计-airport transport
suanfadiaodu
- 实现按优先级与时间片相结合的进程调度算法 内容: 1:设计进程控制快,进程队列结构(包括:就绪队列,等待队列,运行队列)等必要的数据结构。 2:模拟操作系统进程调度的功能,编写进程调度程序,模拟的处理机分派程序,进程等待函数和进程唤醒函数。 3:编写用户程序,创建6个用户进程。 进程调度的设计方法 1。数据结构 (1)优先级与时间片的设计 ◆进程因等待放弃CPU时,优先级置为1(高优先级) ◆进程因时间片到放弃CPU时,优先
wbbjq
- 简单的文本编辑器,数据结构课程设计的一道题目-Simple text editor, data structure design of a course title
2010
- 实现B树的数据管理功能用于数据结构课程设计-B Tree Implementation of data management capabilities for data structure course design
Data_Structure_and_Programming_Design_textcode
- 这是Robert L. Kruse写的数据结构与程序设计一书各章节的源码,很全,学习时可以作为参考。-It is written by Robert L. Kruse data structures and program design source book chapters, it is full, learning can be used as reference.
DataStructure
- 《数据结构与程序设计》(C++语言)源代码大全,VC++6.0编辑-The data structures and program design
C语言课程设计案例精编
- 经典源代码,对c初学者很有用,对c语言课设也很有实用价值。比如菜单构建、鼠标调用、键盘中断、数据结构与算法
1
- /*设顺序表中的关键字是递增有序的,讲监视哨设在高下标端,设计算法实现简单顺序查找*/(A key sequence in the table / * is incremental and orderly, about surveillance posts in the standard end, design algorithm is simple sequential search.)
数据结构课程设计
- 救护车调度模拟系统 设计要求:(1 ) 基本要求是救护车只接本医院的病人,病人求救时该院无车就只能等待。 (2) 进一步要求是:最近的医院无车时,派最近的待命救护车。最好还能权衡一下:是否等待该院的车回来更快?(Sometimes it is closer to a patient than a patient. It is more difficult, and in this case, the ambulance is on the road. Return, it is more t
数据结构与算法分析:C语言描述
- 书中详细介绍了当前流行的论题和新的变化,讨论了算法设计技巧,并在研究算法的性能、效率以及对运行时间分析的基础上考查了一些高级数据结构,从历史的角度和近年的进展对数据结构的活跃领域进行了简要的概括。(The book introduces the current popular topics and new changes, discusses the algorithm design skills, and examines some advanced data structures on th
交通咨询系统
- 设计一个交通咨询系统,能让旅客咨询从任一个城市到另一个城市之间的最短路径(里程)。(Design a traffic consulting system that allows passengers to consult the shortest path (mileage) from one city to another.)