资源列表

« 1 2 ... .64 .65 .66 .67 .68 2569.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法UVaOJ-401(Palindromes)

说明:判断输入字符串是否为镜像或回文串。 来源于UVaOJ - 401. 水题。-A regular palindrome is a string of numbers or letters that is the same forward as backward. For example, the string "ABCDEDCBA" is a palindrome because it is the same when the s
<LHD> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法Tree

说明:源程序(C语言)对二叉树进行了一些基础操作,包括二叉树的初始化,遍历(先序)输入,凹入表输出等。-Source code (C language) had some basis for binary operations, including the initialization of a binary tree traversal (first order) input, recessed table output.
<weiling> 在 2024-11-03 上传 | 大小:1024 | 下载:1

[数据结构常用算法stackSort

说明:基础c语言实现高效快速堆栈排序,无需手动参与,数据结构排序算法。-Stack sort
<isaacyu> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法gene

说明:基因串是由一串有限长度的基因所组成的,其中每一个基因都可以用26个英文大写字母中的一个来表示,不同的字母表示不同的基因类型。一个单独的基因可以生长成为一对新的基因,而可能成长的规则是通过一个有限的成长规则集所决定的。每一个成长的规则可以用三个大写英文字母A1A2A3来描述,这个规则的意思是基因A1可以成长为一对基因A2A3。 用大写字母S来表示一类称作超级基因的基因,因为每一个基因串都是由一串超级基因根据给出的规则所成长出来的。
<lean> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法horse_match

说明:你一定听过田忌赛马的故事吧? 如果3匹马变成1000匹,齐王仍然让他的马按从优到劣的顺序出赛,田忌可以按任意顺序选择他的赛马出赛。赢一局,田忌可以得到200两银子,输一局,田忌就要输掉200两银子,平局的话不输不赢。 请问田忌最多能赢多少银子?-You must have heard the story of Tian Ji s horse, right? If three horses turned into 1000
<lean> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法building_footprint

说明:对于城市中几座建筑外形,给出这些建筑的二维轮廓-For several architectural features in the city, these buildings are given a two-dimensional contour
<lean> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法stone_game_dp

说明:现有4堆石子,两个人轮流取石子,他们有n种可能的取法,取法表示从第1堆取A1个石子,从第2堆中取B1个,第3堆取C1个,第4堆取D1个.如果取的时候某一堆的石子数比所要取的石子数要少,则这种取法是不可行的.取到最后没有可行取法的人就算输了. 现给出4堆石子的石子数目以及n种取法,请问如果两个人都采用最优取法,先取的人是赢还是输.-Four existing heap of stones, two people take turns
<lean> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法Treap

说明:数据结构treap实现的一个class模板,实现简单高效易懂-Treap a class template data structure implemented, simple to understand and efficient
<czz> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法queue

说明:队列的相关操作函数,包括出队,入队,判队空,判队满,初始化队列,清空队列等函数-Related queue manipulation functions, including the team into the team, the team empty sentenced sentenced team full, initialize the queue, the queue empties other functions
<陈延伟> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法FIFO-Replacement-algorithm

说明:FIFO 置换算法 操作系统大作业FIFO源代码-FIFO Replacement algorithm
<> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法zuixiaoshengchengshu_MATLAB

说明:最小生成树算法的matlab实现,自己写的-good for learning
<Han Ming> 在 2024-11-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法chartW

说明:利用优先级队列求最短路径的算法实现,算法课上的一次作业,水平不高,仅供参考-Use the priority queue for the shortest path algorithm, the algorithm first lesson on the job, the level is not high, for reference
<falyyyy> 在 2024-11-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 2569.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org