资源列表

« 1 2 ... .80 .81 .82 .83 .84 1985.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法bipartite-graph-algorithms

说明:本文初步介绍了二分图有关的基本算法,和常用的建模方法-The paper initially describes the bipartite graph algorithms, and modeling
<陈融一> 在 2025-06-16 上传 | 大小:559kb | 下载:0

[数据结构常用算法kmp_test

说明: 实现KMP算法,输入三组主串S和模式串P,输出模式串的Next(j)函数值,以及该P在S中的位置的定位函数值,即序号值。其中S的长度为15~25,P的长度为5~8。-KMP algorithm, enter the three main string S and pattern string P output mode string Next (j) The function value, as well as the P position in the S orientation funct
<雨落> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法BranchAndBoundMethod

说明:分支与界法的算法,结合一些具体的例子,可以直接输出结果-Branch and bound method, algorithm, combined with some specific examples
<daib10> 在 2025-06-16 上传 | 大小:7kb | 下载:0

[数据结构常用算法Cpp1

说明:算法分析,回溯法原理及基本实现,实现基本逻辑,完成主要功能-Algorithm analysis and backtracking principle and the basic realization of basic logic to complete the main function
<痛苦的西瓜> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:对所给出的城市路口、道路信息,分别用Dijkstra 算法和Floyd算法,求出两两之间的最短距离和路径,结果输出到文件,每行一组最短路径,其格式为逗号分割的信息,分别为起点、终点、最短距离、中间依次经过的路口编号,各行按照起点编号、终点编号从小到大排序,只输出起点编号小于终点编号的部分。 -Information given city intersection, road, Dijkstra algorithm and Floyd algorithm to calculate the sh
<> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法main

说明:重言式判断的学习代码,利用栈,队列,树来解决问题-Tautology type of judgment to learn code, stacks, queues, trees to solve the problem
<陆羽> 在 2025-06-16 上传 | 大小:3kb | 下载:0

[数据结构常用算法Huffman

说明:哈夫曼树的编写,程序语言为C语言,数据结构与算法范畴。-Huffman written by C progamming language,Data structure and algorithm
<王伟峰> 在 2025-06-16 上传 | 大小:306kb | 下载:0

[数据结构常用算法List-of-application

说明:数据结构课程设计 链表应用应用链表实现对数据的插入,删除,查找,排序。-A student achievement management system, uses linked list for data inserting, deleting, sorting and querying, C-C.
<zy> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法Huffman_1

说明:对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generated code decode, output message strings.
<zy> 在 2025-06-16 上传 | 大小:2kb | 下载:0

[数据结构常用算法Huffman_2

说明:对输入的一串电文字符实现赫夫曼编码,再对赫夫曼编码生成的代码进行译码,输出电文字符串。要实现赫夫曼树德算法,首先要实现在HT[1.k]中选择parent为0且权值最小的两个根结点的选择算法;另外,还要一个实现统计输入电文字符串中各种字符出现的频率以及字符的种类的算法。假设电文中仅含有大写字母。-For the entry of a string of message character realize hoffman (coding, again to hoffman (code generat
<zy> 在 2025-06-16 上传 | 大小:1kb | 下载:0

[数据结构常用算法test23

说明:用顺序存储实现栈的初始化、入栈、出栈、取栈顶、判栈空操作。调用以上操作实现判断从键盘输入的括号序列是否匹配。-Stored in order to achieve the initialization of the stack, stack, stack, take the top of the stack and sentenced to the operation of the stack is empty. Call operation to achieve more than the j
<陈杰> 在 2025-06-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法text

说明:用顺序存储实现栈的初始化、入栈、出栈、取栈顶、判栈空操作。调用以上操作实现判断从键盘输入的括号序列是否匹配。-Stored in order to achieve the initialization of the stack, stack, stack, take the top of the stack and sentenced to the operation of the stack is empty. Call operation to achieve more than the j
<陈杰> 在 2025-06-16 上传 | 大小:13kb | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 1985.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org