搜索资源列表
分配回收
- 1. 存储管理采用可变分区方式。可变分区方式是按作业需要的主存空间大小来分配分区的。当作业装入主存时,根据主存的需要量察看有无足够的空间分配,若有,则按需要量分配一个分区给该作业;若无,则作业不能装入。随着作业的装入,撤离,主存被分成许多分区,有的占用,而有的是空闲的。 2. 存储分配分别采用首次适应算法、最佳适应算法和最差适应算法。 3. 当一个新作业要求装入主存时,查找空闲区表,从中找出一个足够大的空闲区。若找到大于作业需要量的空闲区,则把它分成二部分,一部分为占用区,另一部分
jordluo
- 模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short message system, with sorting, locate
wwwgg
- 以教学任务为基本单位,在计算教学任务排课优先级的基础上,对教学任务的时间和教室的安排均采用优化资源查找的算法.为简化算法,先安排教学任务的时间,然后再安排教室,设计并实现了一个高效智能排课系统.
折半插入排序
- 此算法为从c语言折半查找-this algorithm from C language binary search
xianxing
- 1.输入一组整型元素序列,建立顺序表。 2.实现该顺序表的遍历。 3.在该顺序表中进行顺序查找某一元素,查找成功返回 1,否则返回 0。 4.判断该顺序表中元素是否对称,对称返回1,否则返回0。 5.实现把该表中所有奇数排在偶数之前,即表的前面为奇数,后面为偶数。 6.输入整型元素序列利用有序表插入算法建立一个有序表。 7.利用算法 6 建立两个非递减有序表并把它们合并成一个非递减有序表。 8.编写一个主函数,调试上述算法。 * 9
zhao
- 折半查找的算法以及顺序查找-binary search algorithm to search and order
SingleList
- C#算法,在winform中实现单链表的查找!
searchmin
- 根据分治算法策略,来实现对一个系列中最小数的查找.-under the divide-and-conquer strategy to achieve a series of the smallest number of search.
erfenchazhaosuanfa
- 二分查找算法,觉得非常有意义,不是每个人都需要,但需要时很急人-two hours to search algorithm, very meaningful, not everyone needs, but people need urgent
paixuchazhao
- 掌握在数组上进行排序和查找的方法和算法 理解方法特点,并能灵活运用 加深对排序和查找方法的理解,逐步培养解决实际问题的编程能力 -In the hands of the array on the method to sort and find methods and algorithms to understand the characteristics and flexibility in the use of better understanding of the sort an
4
- 将折半查找算法写成完整的程序 并上机通过
binarytreealgorithms
- 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
DataStructure
- C#语言版本的各种数据结构的代码,包括线性表、循环链表、堆栈、队列、矩阵、树、图及各种查找算法的代码。-C# language versions of the various data structures of the code, including the linear form, circular linked list, stack, queue, matrix, tree, graph, and a variety of search algorithm code.
jichuchazhao
- 利用c#语言实现数据结构里面的一些基础查找算法,例如顺序查找,最大值最小值查找等等。-Use c# language inside some of the basic data structure search algorithm, such as sequential search, find, etc. Maximum and Minimum Value.
Search
- C#实现常用的查找算法。详细分析了常用查找算法的优缺点及实现-C# implementation of commonly used search algorithm. Detailed analysis of the advantages and disadvantages of commonly used search algorithm to achieve
erfenfa
- 排序算法之二分法查找算法,注意和其他算法的区别及其独特之处-The dichotomy of the sorting algorithm to find the algorithm, attention and other algorithms, the difference between its unique
my-hash
- 关于HASH查找的算法。hash查找是通过计算数据元素的存储地址进行查找的一种方法。查找算法中的经典-About algorithm HASH Find. The hash lookup is to find a method by calculating the storage address of the data element. Find classic algorithm
text-3
- 基于C语言环境下的数据链查找算法,包括顺序查找和折半查找-Based on c language data link search algorithms, including master order to find the binary search algorithm and realization
kuo-hao-pi-pei-cha-zhao-CPP
- 括号匹配查找算法源码,适合初学者,加单易懂!调试,可用!-Brace matching search algorithm source code, suitable for beginners, plus a single and easy to understand! Debugging available!
cha-zhao-de--CPP
- 给出了两种查找算法源码,亲试可用,适合初学者,简单可用!-Gives two search algorithm source code, pro-test available, suitable for beginners, easy available!