资源列表

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

[数据结构常用算法123

说明:首先将给定值key与表中中间位置记录的关键字相比较,若二者相等,则查找成功,否则根据比较的结果确定下次查找的范围是在中间记录的前半部分还是后半部分,然后在新的查找范围内进行同样的查找,如此重复下去,直到在表中找到关键字与给定值相等的记录,或者确定表中没有这样的记录。 编写程序构造一个有序表La,从键盘接收一个关键字key,用二分查找法在La 中查找key,若找到则提示查找成功并输出key所在的位置,否则提示没有找到信息。 -Binary search source code
<邓芳> 在 2025-06-22 上传 | 大小:164kb | 下载:0

[数据结构常用算法astarr

说明:这是一个基于A*算法的搜索算法,可用于路径的查找。-This is an algorithm based on A* search algorithm, can be used for path search.
<wentao> 在 2025-06-22 上传 | 大小:1.1mb | 下载:0

[数据结构常用算法guangheshenshousuo

说明:图形的广度优先搜索及深度优先搜索,是个不错的参考资料-Breadth-first graph search and depth-first search, is a good reference
<zhangheng> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法shujujiegou

说明:数据结构的文件代码。 -Data structure file code. Data structure file code.
<人人> 在 2025-06-22 上传 | 大小:43kb | 下载:0

[数据结构常用算法Problem-of-Combination

说明:递归算法:子集合的选取,组合问题。 vs2010平台下win32控制台应用程序-Problem of Combination
<王一纯> 在 2025-06-22 上传 | 大小:2.95mb | 下载:0

[数据结构常用算法maze-solving

说明:用C++写的“迷宫求解”。实现对随机迷宫或者是给定的迷宫的自动寻径。-Written in C++, " maze solving." Achieve a given random maze or labyrinth of automated routing.
<应鸳凯> 在 2025-06-22 上传 | 大小:288kb | 下载:0

[数据结构常用算法HuffmanTree

说明:霍夫曼编码,c++实现一个对字符串建霍夫曼树并且进行霍夫曼编码。保存到文件里。-Huffman coding, c++ to implement a Huffman tree and build the string for Huffman coding. Saved to the file.
<范荣琦> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[数据结构常用算法digui

说明:递归程序调用分析程序,对输入语法通过递归调用程序分析-Analysis of recursive program calls the procedure, the syntax of the input program analysis by recursive calls
<风轻轻> 在 2025-06-22 上传 | 大小:518kb | 下载:0

[数据结构常用算法suanfuyouxianfenxisuanfa

说明:酸腐有限分析算法,对文法进行分析,分析文法是否正确-Sour limited analysis algorithm, the analysis of grammar analysis grammar is correct
<风轻轻> 在 2025-06-22 上传 | 大小:8kb | 下载:0

[数据结构常用算法topology-algorithms

说明:拓扑排序是有向无环的一种重要的应用,实现了算法和数据结构的关系密切。-Topological sort is a directed acyclic important application, to achieve the algorithms and data structures are closely related.
<何萌鑫> 在 2025-06-22 上传 | 大小:113kb | 下载:0

[数据结构常用算法cpp

说明:c语言实现任意数阶乘,具体信息请看源码-factorial of any number of c language
<zhangzhiming> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法algorithms

说明:关于c++的全英文相关算法介绍,想详细,很旺对大家有用-C++ on the correlation algorithm described in English, to detail, very busy for all of us
<沙洲雪雁> 在 2025-06-22 上传 | 大小:1.61mb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 1375.76 .77 .78 .79 .80 ... 2656 »

源码中国 www.ymcn.org