资源列表
arithmetic
- 算法设计与实验题解-王晓东编写 语言:C-Algorithm Design and experiment of Xie- Xiaodong write Language: C++
ds_4
- 1.定义二叉树的链式数据结构。 2.编写函数,创建下图所示的二叉树。 3.编写函数输出二叉树的先序、中序、后序遍历。-1. The definition of binary tree data structure chain. 2. Write a function, create a binary tree as shown in figure below. 3. Write function, the output of the first binary sequence, in o
ds_5
- 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the o
ds_6
- 1.定义哈希表数据结构。 2.除留余数法做为哈希函数、 H(key) = key P 用线性探测再散列解决冲突方法,编写函数,实现哈希造表的过程,并输出哈希表。 3.编写函数,求查找成功时的平均查找长度(ASL)。-1. Define hash table data structure. 2. In addition to leaving the remainder as the hash function method, H (key) = key P re-hashing
DPmissileDefence
- 动态规划入门问题:导弹防御 的解答与源程序,包含样例输入与输出-Introduction to dynamic programming problems: answers and the source of missile defense, including sample input and output
BinaryTree
- 求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
OS
- 操作系统课程设计 资源管理系统 银行家算法 安全算法 源代码和课设报告-Operating system, curriculum design, resource management system security algorithm banker' s algorithm source code and class-based reporting
CampusTour
- 这个程序的主要功能是进行校园导航 程序可以显示校园内的场馆的位置-The main function of this program is to navigate the campus program can display the location of venues on campus
bank
- 假设某银行有四个窗口对外接待客户,从银行开门起就不断的有客户进入银行。由于每个窗口在某时刻只能接待一个客户,因此在客户众多时需按先后顺序排队,设计一个程序,遵循先到者先办理的原则,模拟银行办理业务的效率最高,客户耗时最少的情形。-Suppose there are four windows of a bank receiving external customers, starting from the bank have continued to open the door into the
josephus
- 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
Cpp1
- 一个行编辑程序,是根据数据结构课程设计实习题目设计的行编辑程序,功能较为简单-One-line editing program, is based on the data structure design of curriculum design internship subject line editing program, features a relatively simple
DataStructuresandAlgorithms
- 数据结构和算法,Alfred V.Aho所著,很不错的一本老书,有时候都可以拿来看一看。-Data structures and algorithms, written by Alfred V. Aho , it is a good old book, if you got time you can take a look.