资源列表

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

[数据结构常用算法Board

说明:棋盘覆盖问题是分治算法的一个经典问题,这里用C++进行了实现,代码在C++Builder下运行通过。-Board cover problem is a classic divide and conquer algorithm problem, here were implemented in C++ code in C++ Builder to run through.
<> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法the-max-sum

说明:一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requi
<> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法qiuzhi

说明:C++编写的表达式求值。在数据结构课程里学习过后编写的。有助于应用。*面。-Written in C++ expression evaluation. Learning in the data structure after the written curriculum. Help application. No interface.
<李杰> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法qiuzhi2

说明:数据结构课程里的小程序,算法实现了表达式的求值。有助于初学者应用。很好的程序 -IS very useful for you to study it
<李杰> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法houzhui

说明:后缀表达式求值小程序。实现了数据结构书中后缀表达式求值的算法。-Postfix expression evaluation applet. To achieve a data structure in the book of postfix expression evaluation algorithm.
<李杰> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法zandeyunsuan

说明:这个小程序属于数据结构范畴我的栈运算包括括号配对-This small program is My stack operations, including brackets pair
<张小溪> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法skiplist

说明:跳转表,随机化的数据结构.插入logn,查询logn.但是占用空间较大.-skip list
<宋一行> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Shortestpath

说明:用C语言实现最短路径算法 最小生成树 本程序是用F算法求最短的路由花费 可计算的最大的路由结点数为100 */ /* 运行环境: vc++6.0 */ -C language with the shortest path algorithm minimum spanning tree algorithm of the program is seeking the shortest route F calculate the m
<yuanjie> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法ysf

说明:约瑟夫环: 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 -Joseph Central: Given n individuals (with numbers 1,2,3 ... n, respectively) sitting around a round table arou
<hhhlnln> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Fibsearch

说明:Fibonacci搜索算法的实现 Fibnacci的递归算法实现-Fibonacci search algorithm recursive algorithm to achieve Fibnacci
<joy> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法Floyd

说明:floyd算法,可以直接生产一定大小矩阵的txt文件-floyd algorithm, can produce a certain size of the matrix of the txt file
<limao> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法DOSCalculator

说明:dos 加法器 实现先乘除后加减,先括号内再括号外的依次运算。-dos adder to achieve the first after the addition and subtraction multiplication and division, first in brackets followed by further operations outside the parentheses.
<林子牧> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 2358.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org