资源列表

« 1 2 ... .73 .74 .75 .76 .77 2078.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法gsxy

说明:// 带有列主元的高斯消元法 // 功能: 求解线性方程组 Ax = b // 参数: A - 指向n*n系数矩阵的指针 //     b - 常数向量的指针 //     n - 方程组的维数 // 返回值:0 - 如果成功。线性方程组的解保存在 b 中 //     1 - 求解失败-//Carry out principal component of the Gaussian elimination met
<bodihotboy> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法lgjfsf

说明:很不错的算法,龙贝格积分算法,大家可以下载-Very good algorithm, Romberg Integration Algorithm, everyone can download
<bodihotboy> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法qjsf

说明:穷举密码算法 /在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 //如果要提高写文件的效率,可以使用缓冲区,分批写入。-Exhaustive Cipher/In many cases we need to exhaustive combinations of algorithms, such as
<bodihotboy> 在 2024-10-21 上传 | 大小:1024 | 下载: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-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法rodix

说明:本程序是在Turbo c 下运行的,主要完成基数排序功能 -This procedure is running under Turbo c, the main function of the completion of Radix Sort
<chenweihuan> 在 2024-10-21 上传 | 大小:1024 | 下载: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-10-21 上传 | 大小:1024 | 下载: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-10-21 上传 | 大小:1024 | 下载: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-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法Hufumancode

说明:数据结构中哈夫曼编码应用实例,C语言编码。-Data structure in application of Huffman coding, C language code.
<张敏> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法prim

说明:用C语言编写的 如果以无向网表示n个城市之间的交通网络建设规划,顶点表示城市,边上的权表示该线路的造价,试设计一个方案,使这个交通网的总造价最小-Using C language if no express n to the network traffic between cities network construction planning, Vertex city, the edge of the right to express
<张公子> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法hfm

说明:从键盘输入n个叶字(字母)的权重,建立哈夫曼树及编码。并给出哈夫曼编码/译码系统。-N from the keyboard input of leaf characters (letters) the weight, the establishment of trees and Huffman coding. And gives Huffman encoding/decoding system.
<张公子> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法lianshiduizhan

说明:用链表建立堆栈的简单代码,没有做很多的排错处理,只是了解了解堆栈的实现方式
<taolizao> 在 2024-10-21 上传 | 大小:1024 | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2078.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org