搜索资源列表
树跟二叉树
- 本程序是实现二叉树跟树的常用算法,都是尽量用非递归来编写的。关于二叉树的都可以从键盘动态输入,关于树的就不可以,原因是树的结构问题,在程序中,树的建立用到动态左孩子/右孩子建立-this program is a binary tree with the tree is commonly used algorithm, as possible, to use non - recursive prepared. On the binary tree can be dynamic input fro
层次非递归遍历
- 数据结构中的常见算法,树的层次非递归遍历序算法,简单易懂-data structure of the common algorithm, the level of tree traversal sequence non - recursive algorithm, simple
二叉树的各种遍历操作(非)递归
- 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
李森数据结构作业
- 文件夹中包括常用的数据结构的算法,包括二叉树的三种递归和非递归算法,染色问题,八皇后问题,深度广度遍历,约瑟夫环,数值转换,树的高度和叶子节点数,最小生成树 ,两点之间的所有路径-folder include common data structure of the algorithm, including the three binary tree recursive and non - recursive algorithm, Dyeing, 8 Queen, depth and bread
999999
- 数据结构试验中一个有关于非递归算法的源程序,很适合于初学者参考。-test data structure on a non - recursive algorithm of the source is well-suited to beginners reference.
数据结构的一些简单编程题
- 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
数据结构的一些较难题答案
- 有许多是考研要用的!三路归并算法,快速排序的非递归算法,无向连通图的非递归的深度优先遍历等,,希望大家用得着-many are taking tests to use! Three road merging algorithm, rapid sequencing of non - recursive algorithm, undirected graph of the non - recursive depth-first traversal, and we hope that it needs
表达式计算(加减乘除与或非及括号)C语言
- 参考书c语言版得严蔚敏的数据结构 利用堆栈实现根据表达式运算符优先级比较完成正确的计算 程序设计有运算符优先级表可以自己设定运算符优先级
pingheng.rar
- 一个vc++环境下的数据结构的课程设计报告源代码,关于非平衡二叉树转平衡二叉树的实现,A vc++ environment data structure of the curriculum design report of the source code, about the non-balanced binary tree balanced binary tree to realize the
unstruc.rar
- 非结构网格生成程序,计算流体动力学,网格生成十分方便,Unstructured grid generation procedure, computational fluid dynamics, grid generation is very convenient
mataqipan
- 数据结构课程设计之马踏棋盘(非递归实现)-Data structure of the horse riding course design board (the realization of non-recursive)
unstruc-cavity
- 非结构方腔流动计算程序,采用C语言,计算流体动力学-Non-structural square cavity flow calculation program, using C language, computational fluid dynamics
Data_Structure_C
- 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
数据结构与算法分析-CPP描述(高清非扫描)
- 数据结构与算法分析 C++描述(高清非扫描)-Data Structure and Algorithms (C++)
shujujiegousuanfa
- 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。 在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。 一个抽象的数据类型的软件模块通常包含 定义和表示和实现
fluid
- 采用非结构化网格计算了二维流动传热问题,用数值解法求解工程问题已经成为一种趋势,该程序为求解流动传热问题提供了很好的方法。-It has become a trend to solve the engineering problems by using the unstructured grid to calculate the two-dimensional flow heat transfer problem. The program provides a good method for s
多项式
- 符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, input, etc of a polynomial)
980716
- 原始非支配多目标遗传算法,适用于多个目标函数的输入,多个变量的输入,非常经典的,基于非支配解排序,()
vfae
- 上学期自己写的一个迷宫程序,分别用递归和非递归算法实现()
数据结构上机指导说明书与代码
- 数据结构描述了非数值问题的数据元素及组织关系,包含逻辑结构、物理结构与数据运算。(Data structure describes the data elements and organizational relationships of non - numerical problems, including logical structure, physical structure and data operation.)