资源列表

« 1 2 ... .13 .14 .15 .16 .17 2418.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法countsort

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

[数据结构常用算法CodeErroeDetecting

说明:海明码和CRC校验码加密和捡错程序 c编写,有注释-Hamming code and CRC encryption and seizure procedures c prepared wrong, Notes
<> 在 2025-01-11 上传 | 大小:900kb | 下载:0

[数据结构常用算法vily

说明:维基利亚密码VISURL C++编程,希望能有帮助,-Weijilie password VISURL C programming, hope to be able to help, thank you
<lizzy> 在 2025-01-11 上传 | 大小:10kb | 下载:0

[数据结构常用算法depth_first_search

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

[数据结构常用算法20212112909

说明:清华大学计算机教程之《数据结构》 主要与清华大学的《数据结构》配套-Qinghua University Computer Guide "data structure" and Tsinghua University's main "data structure" complementary
<chen> 在 2025-01-11 上传 | 大小:5mb | 下载:0

[数据结构常用算法20070609

说明:高斯回代算法源代码 蚁群算法的matlab源码 蚁群算法TSP(旅行商问题)通用matlab程序 Java实现几种常见的排序算法 用pascal语言实现希尔排序算法-Gaussian back to the source code generation algorithm Ant Algorithm Matlab source Ant Algorithm TSP (TSP) General Matlab procedur
<asegwaeg> 在 2025-01-11 上传 | 大小:6kb | 下载:0

[数据结构常用算法B+

说明:B+树算法:从磁盘读取数据文件,可以进行插入,删除操作,两种方式打印出元素信息。树型打印和依关键字大小打印。-B Tree Algorithm : From disk to read data files that can be inserted, deleted operation, Print out both elements of information. Tree-Print and Print size according
<刘莹> 在 2025-01-11 上传 | 大小:4kb | 下载:0

[数据结构常用算法Findstr

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

[数据结构常用算法HashFM1

说明:散列文件的操作,四个操作:向散列中插入一个元素,删除一个元素,查找散列中的元素,输出散列元素等。-hash document, the operation of four operators : to insert a hash elements, delete an element Search hash of elements, such as elements of the output hash.
<刘莹> 在 2025-01-11 上传 | 大小:4kb | 下载: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
<刘莹> 在 2025-01-11 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaisufa3

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

[数据结构常用算法ProblemB

说明: 给出不同的匹配的分数,求两个序列匹配的最大分数-given different matching scores for the two largest sequence matching scores
<静水> 在 2025-01-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 2418.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org