资源列表
nibolan
- 数据结构课程设计,逆波兰算法的实现 。-Data structure curriculum design, implementation Reverse Polish Algorithm.
1
- 黄金分割法在机械设计中的实际应用 列举了一个例题-Golden section method in the mechanical design of a practical application example cited
dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止-Dijkstra (Dijkstra) algorithm is a typical single source shortest path algorithm for computing a node to all other nodes of the shortest path. The main feature is the sta
3_kebian_release
- 登台阶(递归法)已经通过实现方便-Deng-level (recursive method) has been adopted to facilitate the achievement of
02
- 编写递归函数,求n个元素集合的所有子集。 不妨令集合元素为小写字母,原集合为{ a , b , …, a + n - 1}。 输入:input.txt,仅包含整数n(1-26)。 输出:若输入合法,输出集合的所有子集;否则输出"WRONG"。-Write a recursive function, an n-element set of all subset of. May wish to make a collection of elements to lowercase le
TrasverseGenerateBTree
- 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Binary tree node is set in capital letters, enter the pre-order traversal of a binary tree traversal sequence and generates this binary tree, t
bign
- 计算大整数的头文件,支持加减乘除,流,次方,开方,求余,小于,大于,不等于等运算。-Calculation of large integer header files to support the addition and subtraction multiplication and division, flow, power, square root, seeking more than, less than, greater than, not equal to other operatio
FireNet
- FireNet的一个c和c++预言源码,思路比较特别,递归较少,不错-FireNet solved by c language
Topological
- 拓扑排序算法是数据结构中算法,已经编译,并无错误,在vs2008中编译。为实验中所作算法。-Topological sorting algorithm is a data structure, algorithm, has been compiled, no errors in the vs2008 compiler. By the algorithm for the experiment.
BinaryTree
- 此文档为二叉树的具体实现,是用c语言实现的。-This document is a concrete realization of a binary tree, with c language.
DFA1
- 去趋势波动分析的开发程序,共享给大家,谢谢。-Detrended fluctuation analysis of the development process, for everyone to share, thank you.
AdjList
- a code to use DFS which is achieved with stack to search the map which is stored ine the adjList,this is my first time to practice the map
