资源列表

« 1 2 ... .80 .81 .82 .83 .84 1785.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法tNQueens

说明:链式结构堆栈类的类模板实现及用堆栈类求解N皇后问题-chain structure of the stack type and class template stack used for solving problems N Queen
<liuben> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法预测

说明:数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n
<吴名> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法md

说明:MD5算法的java实现,完整的代码,供大家学习只用-java MD5 algorithm to achieve complete code for all to study only
<呵呵> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法马踏棋盘问题.

说明:将马随即放在国际象棋的8×8棋盘Board[8][8]的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。编制非递归程序,求出马的行走路线,并按求出的行走路线,将数字1,2,……,64依次填入一个8×8的方阵,输出之。-Ma immediately on the international chess 8 8 chessboard Board [8] [8] of a box, MA by the r
<jilang> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法3bitree

说明:一个二叉树的三叉链表运用实例,求出叶子的结点并输出从根结点到该叶子结点的路径!-a binary tree using the trigeminal Chain example, the leaves are obtained and the output node from the Root of leaf nodes in the path!
<> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法ercheng

说明:最小二乘法曲线拟合的经典算法,做过特征数检验,只需调用fit,文件中其他函数被fit调用,其中个输入输出变量均以给出详细说明。-least squares curve fitting classic algorithms, the number of tests done, just call fit, the paper other function to be fit Call, 000 input and output varia
<阿宇> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法“八皇后”问题递归法求解

说明:“八皇后”问题递归法求解 * 八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。-"8 Queen's" recur
<美美> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法哈希表设计

说明:哈希表设计是数据结构中重要的一个项目,该程序详尽说明了哈希表的建立等过程。-hash wishes it is an important project in the structure of the data that the form is designed, this procedure proves exhaustivly hash wishes such course as the setting-up of the form
<美美> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法wenbenbianjisuanfa

说明:一个很简单的用C写的文本编辑的工具,在tc下运行调试成功 希望对大家有用!-a very simple C text editor to write the tools running under the debugger tc success useful for all!
<孙绍智> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法哈夫曼110

说明:这是一个数据结构常用的算法叫huffman编码.是对一棵二叉树进行huffman编码的算法-This is a common data structure called Huffman coding algorithm. For a binary tree for Huffman coding algorithm
<飞扬草> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法salesman-temp

说明:货郎担 最短路径问题 用链表储存最短路径节点-traveling salesman problem using the shortest path Listless storage nodes Shortest Path
<邵柏波> 在 2024-10-04 上传 | 大小:2048 | 下载:0

[数据结构常用算法migong-c

说明:迷宫算法!通过递归算法实现!找到最优路径,完成迷宫出口的查找!-maze algorithm! Through recursive algorithm! To find the optimal path to complete the maze exports to search!
<张建波> 在 2024-10-04 上传 | 大小:2048 | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 1785.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org