搜索资源列表
gerris-snapshot.tar
- Gerris是C语言编写的开源流体力学软件包,基于8叉树数据结构和自适应网格。适用于不可压缩流体的数值计算与视频输出,功能强大,linux环境,用户可以根据源码进行自己的修改。-Gerris is a powerful open-source flow solver, and it is written in C language under Linux environment.
fp_tree
- 数据挖掘的树结构下C加加的源代码,在商业上很有应用价值。-Data Mining the tree structure of simple C source code, useful in commercial applications.
erchashu
- 基于VC的有关数据结构的二叉树的先序和层次遍历算法-VC based on a binary tree data structure of the first order and hierarchy traversal algorithm
gsuffix-1.0.0.tar
- 该gsuffix库实现枚举的字符串搜索使用 serveral的算法。它采用了后缀树和后缀数组的数据结构,以及一些其他方法。-The gsuffix library implements serveral algorithms used for enumerative string searches. It incorporates the suffix tree and suffix array data structures as well as some other methods.
Programs
- 数值分析算法,密码Jacobi符号计算,数据结构中二叉树判定及一元稀疏多项式计算。-Numerical analysis algorithms, password Jacobi symbol calculations, the data structure sparse binary polynomial to determine and calculate a dollar.
exp8
- 对二叉树的删除、复制、中序遍历采用递归方式实现。 层序遍历采用辅助队列数据结构完成,为了计算层高, 使用了两个队列,交替的向两队列中插入相邻的两层, 这样完成层高的统计。-On the binary tree delete, copy, preorder recursive manner. Traversal sequence complete with assisted queue data structure, in order to calculate storey,
exp4
- 二叉树是一种重要的数据结构 。 通过 实现二叉树的一系列操作,帮助 实现二叉树的一系列操作,理解 和掌握链式存储二叉树的性质 -Binary Tree is an important data structure. By implementing a series of binary operations, a series of actions to help achieve binary tree, understand and grasp the nature of chain stor
基于测站记录手簿的支导线网自动计算程序设计
- 本程序根据数据结构中树和森林的有关概念和算法,用Visual Basic 6.0编程开发语言中的类和集合对象描述支导线网的数据结构,采用面向对象的程序编程方法,使用非递归算法,实现了基于测站记录手簿的支导线网自动计算算法。 程序可用于工程测量中的用全站仪进行观测,用手工或电子手簿记录支导线网的观测数据,根据起算和观测数据可直接对待定点进行坐标计算。
Tree
- 数据结构对二叉树结构的C++代码实现,包含基本的建立二叉树,各种方式遍历二叉树,深度计算、结点个数计算-Data structure of binary tree structure of the c++ code, include the establishment of the basic binary tree, various ways to traverse the binary tree, depth calculation and node number calculation,