资源列表

« 1 2 ... 47 48 49 50 51 5253 54 55 56 57 ... 2656 »

[数据结构常用算法dijkstra

说明:dijkstra算法,用于寻找已建立图的最短路径,是非常有用的一个算法-Dijkstra algorithm, has been established for finding the shortest path map is a very useful algorithm
<apple> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法e

说明:本程序是一个校园导游咨询系统,提供校园内各景点的信息咨询和最点路径查询功能。-This procedure is a consultation system for the campus tour guides, provide campus information tourist attractions and the most points the path of the inquiry.
<王文浩> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:HUFFMAN树的构造算法,求最佳二元码并能借助二元码进行编码和解码。-Huffman Tree Construction Algorithm, and the best use of binary code and binary code encoding and decoding.
<王文浩> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法MUL

说明:数据结构实验,实现多项式乘法,自由输入两个多项式,计算结果并排序。-Experimental data structure, the realization of polynomial multiplication, free importation of two polynomials, the calculation results and sort.
<王文浩> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法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
« 1 2 ... 47 48 49 50 51 5253 54 55 56 57 ... 2656 »

源码中国 www.ymcn.org