资源列表

« 1 2 ... .38 .39 .40 .41 .42 2043.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法计算性能的程序

说明:Unix下有time程序,可以统计程序的时间,Windows下的time没这个功能,本程序可以实现这个功能-time under Unix procedures, statistical procedures, the time Windows did not function, the procedures can achieve this function
<方价钱> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法树与链表结合使用

说明:
<林正海> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法Marriage

说明:稳定婚姻:第一步配成一对夫妇, 即组成一个有序对, 以此作为问题的部分解, 以后每一步考虑一男一女, 如果将他们组成有序对并加入到部分解中, 不会引起不稳定, 则加入之 否则, 不组成有序对, 而是考虑另一对男女. 这样一步步地给部分解增加有序对, 直至得到完整解.在回溯的基础上,找到最优。 -stable marriage : first night of a couple that is a component ordered pa
<小康> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法动态规划-矩阵连乘

说明:由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best com
<小康> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法mergedistinct

说明:利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
<lmc> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法带头结点双链循环线性表

说明:带头结点双链循环线性表,数据结构的常用经典算法-lead node cycle linear double-stranded form, the data structure used classical algorithm
<吴语> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法诺汉塔画图版

说明:汉诺塔算法。数据结构经典常用算法,非递归算法图形版-HANOR algorithm. Data structure algorithms commonly used classic, non-graphic version of recursive algorithm
<吴语> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法逆波兰计算器

说明:数据结构经典常用算法,采用逆波兰式编制的小型计算器-data structure used classical algorithm, using inverse Polish establishment of small calculators
<吴语> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法推箱子小游戏

说明:数据结构小作业,用C++做的一个推箱子的小游戏,小巧简单-data structures small operation, with C do a little game magazines, compact simple
<吴语> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法floatbck

说明:表达式求值,用顺序栈实现,表达式可以为多位数浮点型,先转换为后序表达式输出,然后求值。-expression evaluates, with the order Stack, in the expression for multi-digit floating point, after first converted to the output sequence expression, and then evaluated.
<衣明玉> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法depthfirst

说明:这个程序是数据结构的经典算法的实现,用深度优先进行遍历的程序,原创哦-The program is the data structure of the classical algorithm implementation using depth-first traversal of the procedures for the original Oh!
<我是谁> 在 2024-09-29 上传 | 大小:1024 | 下载:0

[数据结构常用算法widthfirst

说明:这个也是个数据结构的经典算法,通过广度优先进行遍历,原创-This a data structure of the classical algorithm, through the breadth priority traversal, originality!
<我是谁> 在 2024-09-29 上传 | 大小:1024 | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 2043.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org