资源列表
binTree-hfut
- 合肥工业大学数据结构试验三二叉树(包括实验要求、预习报告、最终试验报告)。 主要实验内容: <1>求二叉树的高度。 <2>设计算法按中序次序输出二叉树中各结点的值及其所对应的层次数。 <3>将按顺序方式存储在数组中的二叉树转换为二叉链表形式。 <4>复制一棵二叉树T到T1。 <5>交换二叉树中每个结点的左右孩子指针的值。 <6>设计算法以实现下面所提到以扩
UMAT-material-thermal-model-
- 描述材料热力的子程序 用于ABAUQS UMAT-Material thermal model
quadtree
- 地理信息系统 栅格数据四叉树编码(四进制morton码)-Geographic information system raster data quadtree coding (quaternary the morton yards)
ts
- 线性表的基本操作建立一个包含图书(书号,书名,定价)信息的的链表,并具有如下功能: (1) 根据指定图书个数,逐个输入图书信息; (2) 根据书名进行查找,返回此书的书号和定价; -Linear form of the basic operation to establish a book (ISBN, title, pricing) information linked list, and has the following functions: (1) according to
SVDD
- 真正可以运行的SVDD代码,在TE化工数据集上的代码。-A code that can actually implement, on the basis of TE process in chemistry.
cJSON
- cJson是一个老外写的解析代码。在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-cJson parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
Graph-Dijkstra-Travel(final)
- 设计、实现一个全国大城市间的交通咨询程序,为旅客提供三种最优决策方案:(1)时间最短(2)费用最小(3)中转次数最少。-Design, implement a nationwide consultation process traffic between major cities to provide passengers with three kinds of optimal decision scenarios: (1) the shortest time (2) minimum cost
5
- 建立二叉树和线索二叉树分别用以下方法建立二叉树并用图型显示出来: 用先序遍历的输入序列 用层次遍历的输入序列 用先序和中序遍历的结果 最后对所建立的二叉树进行中序线索化,并对此线索树进行中序遍历-Build binary tree and threaded binary following methods were used to establish a binary tree with graphics display: The first traversal of
tree-similar
- 按先序遍历序列建立两个二叉树的二叉链表 A 和链表 B ,设计算法判断 A 、 B 二叉树是否相似。-Traversal sequence established by the first two binary tree binary list A and list B, the design algorithm to determine A, B binary tree is similar.
xueshengchengjitiaoxingtongji
- 学生成绩条形图统计问题,条形图问题描述:给定n个数据,绘出表示这n个数据的条形统计图。即统计出这n个数据中有多少个不同的值,以及每个值出现的频率是多少。条形图常用于表示数据分布情况。例如,学生考试成绩统计、居民收入分布情况等。假设输入数据为正整数,利用二叉排序树完成输入数据频率统计。-Bar graph statistics student performance problems
用链表求循环小数
- 对于任意的真分数 N/M ( 0 < N < M ),均可以求出对应的小数。如果采用链表表示各个小数,对于循环节采用循环链表表示,则所有分数均可以表示为如下链表形式。 输入: N M 输出: 转换后的小数(不超过 50 位) 要求: 仅编写将分数转换为小数的函数 change( int n, int m, NODE * head ) 。 预设代码: /* PRESET CODE BEGIN - NEVER TOUCH CODE BELOW */ #in
key_Queue
- 3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。-3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine wheth