资源列表

« 1 2 ... .53 .54 .55 .56 .57 1958.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法InsertSort

说明:直接插入排序 排序过程:整个排序过程为n-1趟插入,即先将序列中第1个记录看成是一个有序子序列,然后从第2个记录开始,逐个进行插入,直至整个序列有序-Direct Insertion Sort to sort the process: the whole process of sorting times for the n-1 insert, that is, first sequence of the first one reco
<文静> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法Fibonacci

说明:Fibonacci问题的程序,希望对大家有所帮助-Fibonacci procedure, I hope all of you to help
<王健> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法multiStageGraph

说明:使用动态规划求多段图的C++源程序,用于满足最优化问题且问题能转换成一个有向图问题的求解,可以直接运行!-The use of dynamic programming for multi-stage plan of C++ source code, designed to meet the optimization problem and the problem can be converted into a directed grap
<张凯兵> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法score

说明:学生成绩信息管理系统的源代码及运算结果和分析-Student performance information management system' s source code and the calculation results and analysis
<阿庆> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法tudelinjijuzhen

说明:图是数据结构中重要的数据结构,此文档就是通过邻接矩阵的方式对图进行了各种操作-Graph data structure is an important data structure, this document is the adjacency matrix by way of various operations carried out on the map! ! ! !
<lvcheng> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法joseph

说明:这是个约瑟夫环课程设计,当报数到哪位时就出列,然后以出列的人的密码为下次报数值-This is Joseph Central curriculum design, as reported when the number to which a column, then the column' s password value for the next report
<xiazai> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法Bisorttree

说明:数据结构中树的操作应用 代码简单明了 函数简单明确-Tree data structure in application code is simple function operation simple and clear
<侯宁> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法erchsa

说明:大家来看看 二叉树的先序遍历 后序遍历 中序遍历 -Before we take a look at the binary tree postorder traversal traversal traversal Thank you
<王东> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法2

说明:这是一个迷宫算法,能自动生成迷宫,并寻找从入口到出口的一条通路-This is a maze algorithm, can automatically generate the maze and find the entrance to the exit from a path
<jim> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法tu

说明:遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data
<庄小虎> 在 2024-10-01 上传 | 大小:229376 | 下载:0

[数据结构常用算法4.tar

说明:依据Johnson原则,应用贪心算法解决两处理机流水作业调度问题。注释详实,可读性好。-Johnson based on the principle of application of the greedy algorithm to solve the two processor flow-shop scheduling problem. Comments detailed, readable.
<ryyrzzl> 在 2024-10-01 上传 | 大小:229376 | 下载:1

[数据结构常用算法huffman

说明:huffman二叉树的使用,并且可以对文件进行编码及解码的处理-huffman binary tree using
<席玺> 在 2024-10-01 上传 | 大小:229376 | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 1958.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org