资源列表
-p2
- 最长公共子序列(LCS),最长递增子序列(LIS),最长公共递增子序列(LCIS)的实现,根据《算法导论》英文版的伪代码改写成C语言版本,测试完美通过。-The longest common sub-sequence (LCS), the longest increasing subsequence (LIS), the longest sequence of public increments (LCIS) of the realization, according to " Intr
3104006424
- 数据结构课程设计报告————平衡二叉树操作的演示-sahdfkahfjk
cpp
- 用栈实现的简单选择排序 ,对输入的十个数字进行从小到大排序-Stack to achieve the selection sort, enter the number of ten small to large
geometric
- 凸包计算,多边形切割,基本几何公式,球面面积,网格计算,等计算函数。含使用时的注意事项。-Convex hull calculation, polygon cut, basic geometric formulas, spherical area, grid computing, and other computing functions. with cautions .
DFT_1
- 一维DFT的C++简单实现算法,正反变换。-One-dimensional DFT of C++ algorithm is simple, positive and negative transformation.
链式表的相关使用啊
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
VC0001
- 二叉树遍历的图形化动态演示Visual C++程序-THe Visual C++ source code for BiTree Traverse Algorithm.
Cholesky
- 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
rtree-core-lib
- r-tree及其变形的库,对于开发gis的人员很有帮助-r-tree and the deformation of the Treasury, for the development of the staff very helpful gis
JosephProblem
- 解决约瑟夫问题,很传统的题目了。方式很简洁,链表和数组两种数据结构-Solving Joseph Problem
c常用算法
- c常用源码下载,c常用算法
zhaojiabi
- 找假币:小明去买猪肉,结果找来的零钱中有假币(硬币)!可惜小明一不小心把它混进了一堆真币里面去了。现在知道假币的重量比真币的质量要轻。给你一个天平,请用最快的时间把那个可恶的假币找出来。-Looking for counterfeit money: Xiao Ming to buy pork, the results got from the small change in counterfeit money (coins)! Unfortunately, Bob accidentally go
