资源列表
进程调度.rar
- 进程调度.rar
Stack-and-Queue-
- 1.熟悉堆栈这种特殊线性结构的特性; 2.熟练并掌握堆栈在连接存储结构下的基本运算; 3.熟悉队列这种特殊线性结构的特性; 4.熟练并掌握队列在循环存储结构下的基本运算。-1 familiar with the characteristics of the special linear structure of the stack 2 skilled and master the basic operation of the stack in the connectio
Knapsack-problem
- 假设有一个能装入总重量为T的背包和n 件重量分别为W1,W2,W3,...,Wn的物品。编写算法从n件物品中挑选若干件恰好装满背包,即使得Wi1+Wi2+...+Win=T.(W旁边的字符皆为角标)。要求找出满足条件的所有解。-Suppose there is a load of T of the total weight of W1, N, W2, W3, Wn. Algorithm is compiled n items selected several pieces just loade
Linear-table-operation
- 1,线性表在顺序存储结构上的建立、插入、删除运算。 2,线性表在链接存储结构上的建立、插入、删除运算。-1, the establishment, insertion and deletion of the linear table in the sequential storage structure. 2, the linear table in the link storage structure, the establishment, insertion, delete ope
Binary-Tree
- (1)实现二叉树的构造过程,并打印出二叉树 (2)对该二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历; (3)将该二叉树的所有左右子树进行交换,得到新的二叉树,并打印出该二叉树; (4)对新获得的二叉树分别用层序、前序、中序和后序四种不同的方法进行遍历。-(1) the construction process to achieve the two fork tree, and print out the two fork tree
128FFT_C
- 基本C++的128点的FFT计算,为了方便移植,添加了大量注释。-FFT calculation of the basic C++ 128 points.
deviceinfo2
- deviceinfo delphi xe8 android app source code
tree
- 编码树的遍历,找的时候还没在网上找到相对应的内容。对应于中大的数据结构实验.-Traverse coding tree in a large experimental data structure corresponding to
TelephoneServiceSystem
- 一个模拟时钟提供接听电话服务的时间(以分钟计),然后这个时钟将循环地自增1(分钟),直到到达指定的时间为止。 在时钟的每个“时刻”,就会 ——执行一次检查来看看当前电话的服务是否已经完成, 如果是,这个电话从电话队列中删除,模拟服务将从队列中取出下一个电话(如果有)继续开始。 ——同时还需要执行一个检查来判断是否有一个新的电话到达, 如果有将其到达的时间记录下来,并为其产生一个随机服务时间,这个服务时间也被记录下来,然后将这个电话放入电话队列中, 当客户服务人
StudentsAchievementManagementSystem
- 设计一个实用的小型学生成绩管理系统程序,它有输入、输出、插入、删除、查找、追加、读入、显示、保存、拷贝、排序、退出查询、检索和排序等功能,并且能够对指定文件操作,也可以将多个文件组成一个文件。-Design a practical small student achievement management system procedures, it has input, output, insert, delete, search, add, read, display, save, copy,
nmi
- NormalizedMutualInformation(NMI),areusedtomeasure the clusteringperformance
DNAseries
- DNA环状序列是算法中的经典问题,包括了对String的经典的处理和问题中的运用。-DNA loop sequence is the classic algorithm , including the treatment of String of classic and problems in the application .