资源列表

« 1 2 ... .84 .85 .86 .87 .88 2289.90 .91 .92 .93 .94 ... 2657 »

[数据结构常用算法3.4.3

说明:单链表L中的结点是按值非递减有序排列,算法实现将值为x的结点插入表L中,使得L仍然有序。-Nodes in a single linked list L is non-decreasing ordered by value, the algorithm will node is inserted into the table L x such that L remains orderly.
<宿琳涵> 在 2024-06-18 上传 | 大小:208896 | 下载:0

[数据结构常用算法3.4.6

说明:单链表中的数据元素含有三种字符(字母、数字、其他字符),算法实现构造三个循环链表,是每个循环链表中只含有同一类字符,且利用原表中的结点空间作为这三个表的结点空间。-Singly linked lists of data element contains three characters (letters, Numbers and other characters), the algorithm constructs three circ
<宿琳涵> 在 2024-06-18 上传 | 大小:197632 | 下载:0

[数据结构常用算法3.4.7

说明:A、B、C为三个元素之递增有序的线性表,对A作如下运算,删去既在B中出现又在C中出现的元素。分别以顺序存储结构和链式存储结构实现。-A, B, C for the three elements of increasing order linear list, to make the following operation, A cut in B and appear in C elements. With sequential stor
<宿琳涵> 在 2024-06-18 上传 | 大小:395264 | 下载:0

[数据结构常用算法4.4.1

说明:判定给定字符向量是否为回文(从左向右读和从右向左读相同的字符序列)。-Determine whether a given character vector palindrome (reading from left to right and right to left reading the same sequence of characters).
<宿琳涵> 在 2024-06-18 上传 | 大小:379904 | 下载:0

[数据结构常用算法mintree

说明:一个连通图可以有多个生成树,实际应用中希望所选的生成树的权值总和最小,这就是最小生成树的问题。代码实现用Kruskal算法实现求解最小生成树。-A connected graph can have multiple spanning tree, hope in the actual application of the selected total weight minimum spanning tree, this is the mi
<宿琳涵> 在 2024-06-18 上传 | 大小:314368 | 下载:0

[数据结构常用算法minimum-spanning-tree_prim

说明:用C++实现的最小生成树,使用Prim(普里姆)算法.-C++ achieved with the minimum spanning tree, using Prim (Prim) algorithm.
<沈骏元> 在 2024-06-18 上传 | 大小:1763328 | 下载:0

[数据结构常用算法minimum-spanning-tree_Kruskal

说明:一个C++实现的最小生成树,使用的是Kruskal(克鲁斯卡尔)算法.-C++ achieve a minimum spanning tree, using the Kruskal (Kruskal) algorithm.
<沈骏元> 在 2024-06-18 上传 | 大小:1937408 | 下载:0

[数据结构常用算法AhoCorasickAlgo_Demo

说明:C#实现的AhoCorasicko多模匹配算法,并有简单的使用demo-AhoCorasicko multimode matching algorithm C# implementation, and simple to use demo
<mingshuan> 在 2024-06-18 上传 | 大小:41984 | 下载:0

[数据结构常用算法Numberical-heat-transfer

说明:数值传热学两个计算例子,附源代码,非常实用厉害-Numerical calculation of heat transfer two examples with source code, very useful powerful
<刘明辉> 在 2024-06-18 上传 | 大小:191488 | 下载:0

[数据结构常用算法Convert-arbitrary-hexadecimal-number

说明:将十进制数转换为任意进制数,C语言代码,可以直接运行-Converts a decimal number to an arbitrary hexadecimal number, C language code can be run directly
<冯俊羲> 在 2024-06-18 上传 | 大小:157696 | 下载:0

[数据结构常用算法Genetic-Algorithm-

说明:用遗传算法解决0_1背包问题,比较经典,适合做参考论文-0_1 knapsack problem solving using genetic algorithms, more classic, suitable reference paper
<冯义洋> 在 2024-06-18 上传 | 大小:51200 | 下载:0

[数据结构常用算法C++代码

说明:电脑随机生成3个10以内的不重复的整数,玩家来猜,电脑返回玩家猜对的个数
<1418194840@qq.com> 在 2014-04-17 上传 | 大小:681 | 下载:0
« 1 2 ... .84 .85 .86 .87 .88 2289.90 .91 .92 .93 .94 ... 2657 »

源码中国 www.ymcn.org