资源列表

« 1 2 ... .21 .22 .23 .24 .25 1626.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法7

说明:请编写函数fun,,函数的功能是:将放在字符串数组中的M个字符串(每串的长度不超过N),按顺序合并组成一个新的字符串。函数fun中给出的语句仅供参考。 例如,字符串数组中的M个字符串为 AAAA BBBBBBB CC 则合并后的字符串的内容应是:AAAABBBBBBCC。 提示:strcat(a,b)的功能是将字符b复制到字符串a的串尾上,成为一个新串。 注意:部分源文件存在文件PROG1.C中。数据文件IN
<kaixin> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Maze-solving-Two-way-circular-list

说明:实现了经典的迷宫求解问题和双向循环链表问题,应用性很强-To achieve a classic two-way circular maze solving problems and problem list, the application of highly
<黎明> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法FloydWarshall

说明:这是一个最短路径的FloydWarshall算法。适合计算各个点之间的最短路径,复杂度n的三次方。 -This is a shortest path FloydWarshall algorithm. For calculating the shortest path between each point, n cubic complexity.
<zwz> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法ZheBanSearch

说明:用C++实现的一种折半查找的排序算法,主要理论是来自C++程序设计书上,自己亲手实践出来的,希望对大家有帮助-C++ implementation using a binary search of the sorting algorithm, the main theory is from the C++ programming book, his hands-out, we want to help
<乐天> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法dizenglianbiao

说明:该源码解决了实现两个递增链表(集合)的并集,交集和差集,属于数据结构中线性表的基本操作。-The source code to solve the increasing realization of two lists (sets) of the union, intersection, and difference, the data structure is the basic operation of the linear tab
<Cherlas> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法lala

说明:用遗传算法求解最短路径问题求解的遗传算法的参数设定如下: 种群大小:M = 50 最大代数:G = 1000 交叉率: = 1 c p ,交叉概率为1 能保证种群的充分进化。 变异率: = 0.1 m p , 一般而言,变异发生的可能性较小-With a genetic algorithm to solve the shortest path problem of the genetic algorithm parame
<zhouyanghua> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法sqlist

说明:c语言的顺序表实现 在linux下测试通过 -c language of the order of the table to achieve the test under linux
<yangheng> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Floyd

说明:Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-Floyd algorithm, also known as Floyd algorithm, insertion point method, is used to find a given vertex-weighted graph shortest path algorithm.
<刘旭> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法data-strucures

说明:C source codes for searching and sorting techniques.
<jn123> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法HannoiTower

说明:实现汉诺塔算法的完整java源程序,体现了数据结构、算法、屏幕显示三方面的知识-Tower of Hanoi algorithm to achieve the complete java source code, reflecting the data structure, algorithms, knowledge of the screen shows three
<wangfeng> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法yiweihuangjinfengefa

说明:机械优化设计的一维黄金分割法程序,已测试过的,很有用!-Optimization of Mechanical Design dimensional golden section method in a program.
<王龙> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法fastSort

说明:这个小程序是在C语言编程里一个非常重要的算法。虽然,它的代码量很少,但是它能在最短的时间内,花费系统最少的资源完成从小到大(或者从大到小的排序),在学习C语言的初期,这是一个非常好的程序。-This small program in C language programming in a very important algorithm. Although it is small amount of code, but it can i
<cuizong007> 在 2024-10-07 上传 | 大小:4096 | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 1626.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org