资源列表

« 1 2 ... .70 .71 .72 .73 .74 2075.76 .77 .78 .79 .80 ... 2656 »

[数据结构常用算法myshortpath

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

[数据结构常用算法countsort

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

[数据结构常用算法depth_first_search

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

[数据结构常用算法Findstr

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

[数据结构常用算法kuaisufa3

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

[数据结构常用算法ProblemB

说明: 给出不同的匹配的分数,求两个序列匹配的最大分数-given different matching scores for the two largest sequence matching scores
<静水> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法bianldeyouyngi

说明:进行图的遍历的演示,(c 语言 数据结构课程设计题),绝对有用,可以运行-plans for the traversal of the display, (c language curriculum design data structures that), absolutely useful, can run
<ppppp> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法LCS070621

说明:用动态规划法实现查找两字符串的公共子序列。是算法中的一个重要问题。-use dynamic programming search for two strings to achieve the public sequences. The algorithm is an important issue.
<成熠> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法SHELLPX

说明:输入待排数据元素序列,然后用希尔排序法对其进行排序。-input data elements to row sequence, and then use the Hill sorting its ranking.
<林杰> 在 2024-10-21 上传 | 大小:1024 | 下载:0

[数据结构常用算法CPP

说明:素数打表法,高效率。关于多个或者单个素数的高效率判别-Primes play table method, high efficiency. High efficiency on multiple or single primes discrimination
<皮阳> 在 2024-10-21 上传 | 大小:1024 | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 2075.76 .77 .78 .79 .80 ... 2656 »

源码中国 www.ymcn.org