-
数据结构哈夫曼树
数据结构哈夫曼树-Huffman tree data structure
- 2022-03-15 19:17:02下载
- 积分:1
-
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式....
用二叉树实现逻辑表达式的基本运算,包括逻辑与,或,非,还可以判别表达式是重言式,还是矛盾式.-binary tree using logical expressions of basic operations, including logic and, or, not, we can judge expression is tautology, or contradiction.
- 2022-04-15 00:38:52下载
- 积分:1
-
Algorithm category, the combined ranking of the source code, from the Introducti...
算法类,合并排序的源代码,来自算法导论上的-Algorithm category, the combined ranking of the source code, from the Introduction to Algorithms
- 2022-04-21 13:58:30下载
- 积分:1
-
这是用c++实现的一个复数重载的实例,对于学习c++中重载的问题很有帮助,来看看吧!...
这是用c++实现的一个复数重载的实例,对于学习c++中重载的问题很有帮助,来看看吧!-This is achieved with c a plural Heavy examples for learning, c Overrideable very helpful, at the end of!
- 2022-04-25 07:07:40下载
- 积分:1
-
powerbuilder
powerbuilder
- 2022-10-06 02:20:02下载
- 积分:1
-
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;...
根据贪心算法,来求解最小生成树;
这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current situation
- 2023-05-29 18:05:03下载
- 积分:1
-
DES,MD5,ZLIB算法源代码
DES,MD5,ZLIB算法源代码-DES, MD5, ZLIB algorithm source code
- 2022-07-10 21:54:32下载
- 积分:1
-
本人原创(delphi程序设计提高与应用)源码。本实例利用ADO组件与Access数据库连接,并可将其中的数据表中的数据生成word报表及Excel文件。源码中
本人原创(delphi程序设计提高与应用)源码。本实例利用ADO组件与Access数据库连接,并可将其中的数据表中的数据生成word报表及Excel文件。源码中几乎所有的步骤都有详尽的说明,是delphi初级数据库编程人员快速进入状态的实用案例。-My original (delphi improve program design and application) source. The examples of the use of ADO components with the Access database connection, the data could be data in the table below to generate word statements and Excel documents. Source of almost all the steps are very detailed, is the primary database delphi programmers to quickly enter the state of practical cases.
- 2022-03-06 01:02:12下载
- 积分:1
-
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对...
从数组中 任取一个元素 p (可随机取,现在以取第一个为例).以P作为主元,对数组 进行划分 ,前一部分小于 P,后一部分 大于p.最后划分处存储p,然后分别对划分后的前一部分和后一部分递归调用.
算法平均时间复杂度: O(nlogn)
-Any check from the array element p (can be random access, and now to take the first example). To P as the main element of the array to be divided, the first part is less than P, the latter part of the final division is greater than p. Department store p , and then were divided into the first part and the latter part of recursive calls. algorithm the average time complexity: O (nlogn)
- 2022-03-12 12:50:19下载
- 积分:1
-
医院管理
我们的项目有病人的数据库。它记录更新、 删除、 插入记录正确。我们已经使用 PHP,HTML 作为前端作为后端 SQl 和 WAMP 作为软件工具。
- 2023-09-06 04:40:04下载
- 积分:1