资源列表

« 1 2 ... .55 .56 .57 .58 .59 260.61 .62 .63 .64 .65 ... 2656 »

[数据结构常用算法BST

说明:Binary search Tree implementation.
<Abhishek> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法searchthemaxandmininarray

说明:分治思想是算法中很常用的一种技巧。在N个数中求最小值Min和最大值Max,我们只需分别求出前后N/2个数的N/2个数的Min和Max,然后取较小的Min,较大的Max即可(只需较大的数和较大的数比较,较小的数和较小的数比较,两次就可以了)。-You can use the procedure to find the Minnumber and the Maxnumber in the array.
<徐天扬> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法text

说明:分别从8个文件里提取同样数据结构的数据,用关键字排列,然后输出,文件内容2W个此数据结构,大概样子如下: Key: 3047 Protein: DIP-3047N Degree: 4 Linked-protein(s): DIP-3048N DIP-3049N DIP-3050N DIP-3153N Key: 3048 Protein: DIP-3048N Degree: 2 Linked-pro
<tony> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:通过栈和队列,求算术表达式的值,能够更深入的理解栈的先进后出和队列的先进先出-Through the stack and queue, find the value of arithmetic expressions, to more advanced understanding of the stack and queue in the FIFO after the
<子童> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Huffman

说明:输入字符以及对应的概率权值,构建哈夫曼树;通过程序计算出哈夫曼编码并输出结构-Enter the characters and the corresponding probability weights to construct the Huffman tree Huffman calculated by the program and output structure
<徐彬鹏> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Shortest_Path

说明:warshall算法,离散数学结构理论与应用-warshall algorithm
<高树锋> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Btree

说明:对B树的创建、遍历、查找、删除等作以简单的实现。-The creation of the B tree, traversal, search, delete, etc. for a simple implementation.
<caobing> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法knap_sor

说明:It is a knapsack problem.In wic we have profit and corresponding weights.We have a knapsack value in weight.We will take weights according to that way that profit should be maxm.This code ll give yuh that optimal profit.
<Nevla> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法111

说明:用分支界限算法解决旅行上问提,大家可以看看,顺便了解一下用分支界限算法和旅行上-ok o k ko ok o k ok o k oko k ok kok ok ok ok ok ok o ko kok ok o ko ko k
<邢延生> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法duoxiangshi

说明:一元多项式的相加,单链表实现的,挺简单的,第一次传的,多多见谅-The sum of Multinomial single linked list to achieve, quite simply, the first pass, and a lot of excuse me
<198996> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法Portfolio

说明:n个自然数中选r个的组合,运用递归算法,能都输出,经尝试无误-natural numbers n r a combination of selected
<john> 在 2025-01-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法BubbleSort

说明:冒泡排序的完整代码,封装,函数参数同类库快排-bubble sort
<ly> 在 2025-01-16 上传 | 大小:1kb | 下载:0
« 1 2 ... .55 .56 .57 .58 .59 260.61 .62 .63 .64 .65 ... 2656 »

源码中国 www.ymcn.org