-
该程序用于计算二项式系数,它采用动态规划的方法,其效率远远高于递归的方法,而且空间效率也很高。...
该程序用于计算二项式系数,它采用动态规划的方法,其效率远远高于递归的方法,而且空间效率也很高。-the procedures used to calculate the binomial coefficients, which uses dynamic programming methods, the efficiency is far higher than the recursive method and space efficiency is also high.
- 2022-03-19 06:00:22下载
- 积分:1
-
VB的图书馆系统,数据库使用ACCE
VB的图书馆系统,数据库使用ACCE-VB of the library system, the use of ACCESS database
- 2022-12-03 20:30:03下载
- 积分:1
-
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是...
遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化.
-traverse binary tree is frequently encountered in a operation. Binary Tree can be applied to node count, clues of a binary tree, the binary tree for depth, in the expression evaluates such algorithm. the ergodic process, right node of the visit is universal meaning, it can be output in each node of data domain information, also be on the node for other treatment. Besides, a complete traversal, Binary enables information from the node into a nonlinear with a sense of linear order. In other words, Traversing operation nonlinear structure so linear.
- 2022-02-27 00:08:38下载
- 积分:1
-
哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能....
哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
- 2022-01-25 23:07:03下载
- 积分:1
-
图书管理系统
这个系统是同学给我的,主要是要我熟悉Visual Studio 2008 与SQL Server 2008 的结合使用,她说这个系统比较简单也适合初学者使用,我从中学到了很多东西,希望有的同学也能用到这个系统,能简单使用Visual Studio 2008 。
- 2023-08-13 20:50:02下载
- 积分:1
-
希望对大家有用,大家对数据结构(C++)的优势。
希望对大家有用,大家多上载一些数据结构(C)的东东啊。-hope useful for all, everyone on the data structure (C) Advantage.
- 2022-01-25 23:13:23下载
- 积分:1
-
项目描述: SQLite is a small C library that implements a self
项目描述: SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Features include- Project description: SQLite is a small C library that
implements a self-contained, embeddable, zero-configuration SQL
database engine. Features include
- 2022-01-22 13:40:01下载
- 积分:1
-
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径...
图的建立、遍历、最小生成树、最短路径
图的建立、遍历、最小生成树、最短路径-plans the establishment, traverse, the minimum spanning tree and the shortest road map for the establishment of traversal, minimum spanning tree, shortest path
- 2023-01-04 18:15:04下载
- 积分:1
-
共有4个数据结构的实例
共有4个数据结构的实例-a total of four examples of the data structure
- 2022-03-15 21:41:38下载
- 积分:1
-
VC++程序实现读写EXCELL数据,可以演示执行代码
VC++程序实现读写EXCELL数据,可以演示执行代码-VC++ Program Excel to read and write data, you can demo the implementation of the code
- 2022-08-05 21:09:20下载
- 积分:1