资源列表

« 1 2 ... 44 45 46 47 48 4950 51 52 53 54 ... 2656 »

[数据结构常用算法wxtzdlj

说明:用C语言实现的无向图最短路径,很好的算法编程-C language to the plan without the shortest path algorithm good programming
<beginer> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bastile

说明:XC的儿子小XC最喜欢玩的游戏用积木垒漂亮的城堡。城堡是用一些立方体的积木垒成的,城堡的每一层是一块积木。小XC是一个比他爸爸XC还聪明的孩子,他发现垒城堡的时候,如果下面的积木比上面的积木大,那么城堡便不容易倒。所以他在垒城堡的时候总是遵循这样的规则。小XC想把自己垒的城堡送给幼儿园里漂亮的女孩子们,这样可以增加他的好感度。为了公平起见,他决定把送给每个女孩子一样高的城堡,这样可以避免女孩子们为了获得更漂亮的城堡而引起争执。可是他发现
<shao> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法LowestBit

说明:Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example g
<shao> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法luxingjia

说明:旅行家问题,关于旅行家问题的一小段代码。值得大家学习和参考-travelers, travel home on a small portion of the code. Worth learning and reference
<杰克逊> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法myshortpath

说明:图的最短路径,值得学习的一段代码。。。。值得大家参考-map of the shortest path, we should learn from the code section. . . . Worthy of our reference
<杰克逊> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法TriHANOI

说明:自己写的汉诺塔程序,IDE是TC2.0 程序特点: 1)三根柱子都有若干盘子 2)程序可演示运行过程 编译时需要根据实际情况修改下面这句: initgraph(&driver,&mode,"c:\\TC2\\BGI") -himself wrote the Tower of Hanoi procedures, IDE process is TC features : 1) three pillars have
<yxw> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法countsort

说明:计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最
<金龙> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法depth_first_search

说明:JAVA 深度優先搜索實例 JAVA Depath First Search-JAVA depth-first search examples JAVA Depath First Search
<Siu BB> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法Findstr

说明:字符串的kmp模式匹配,分别输入主字符串和模式字符串,输出匹配结果-kmp string pattern matching, the main input strings and string mode, the output matching results
<刘莹> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法erfenfa2

说明:非递归调用的二叉查找法:初始化一个数组,提示输入待查元素,返回查找的结果和查找次数-non- recursive call the binary search method : an array initialization, suggesting that the importation of unknown origin elements, return to the search results and the number of
<刘莹> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaisufa3

说明:快速排序算法:初始化一个数组,并演示出排序的过程,给出排序后的数组进行比较。-Quick Sort Algorithm : an array initialization, and demonstrated the process of sorting out. given sorting arrays were compared.
<刘莹> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法ProblemB

说明: 给出不同的匹配的分数,求两个序列匹配的最大分数-given different matching scores for the two largest sequence matching scores
<静水> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... 44 45 46 47 48 4950 51 52 53 54 ... 2656 »

源码中国 www.ymcn.org