资源列表
[数据结构常用算法] gsxy
说明:// 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 // b - 常数向量的指针 // n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 // 1 - 求解失败-//Carry out principal component of the Gaussian elimination met<bodihotboy> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] lgjfsf
说明:很不错的算法,龙贝格积分算法,大家可以下载-Very good algorithm, Romberg Integration Algorithm, everyone can download<bodihotboy> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] qjsf
说明:穷举密码算法 /在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 //如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as<bodihotboy> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] poly
说明:本程序是在turbo c 下运行,实现多项式的相加,相减,相乘.由4个函数组成-This procedure is in turbo c run, realize the sum of polynomials, subtract, multiply. 4 function by the composition of<chenweihuan> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] rodix
说明:本程序是在Turbo c 下运行的,主要完成基数排序功能 -This procedure is running under Turbo c, the main function of the completion of Radix Sort<chenweihuan> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] pinghengerchashu
说明:基本思想是在构造二叉检索树的过程中,当插入一个接点后都去检查是否由于该接点的插入而破坏了二叉检索树的平衡性;若出现绝对值超过1的平衡因子,则需要在保持二叉检索树特性的前提下通过调整使之达到新的平衡。-The basic idea is to construct binary tree search process, when inserted after a contact to check whether it was due to<chenweihuan> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] yuesefuhuan
说明:本演示程序演算约瑟夫环问题,人数n应为任意的,首先应输入一个值赋给初始报数上限m,程序应能自动保存出列人的序号和将出列的人所持的密码赋给m,再次作为报数上限,如此循环,直至所有人都出列为止。-The demo program Joseph Central calculus problem, the number n should be arbitrary, we must first enter a value assigned to<毕小凯> 在 2024-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zuixiaoshengchengshu
说明:演示Kruskal算法和Prim算法 集合的并,元素查找的操作及应用 说明: 代码均在vc++6.0环境下编译均通过 在非VC++6.0环境下编译请去掉头文件 windows.h 和函数 end() -Demo Kruskal algorithm and Prim algorithm and collection, elements of the search operation and applicati<毕小凯> 在 2024-11-19 上传 | 大小:1kb | 下载:0