资源列表

« 1 2 ... .71 .72 .73 .74 .75 1976.77 .78 .79 .80 .81 ... 2656 »

[数据结构常用算法kmp

说明:KMP算法,能够实现字符串的模式匹配!C++语言实现!-KMP 算法,能够实现字符串的模式匹配!
<chen> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法bfs

说明:This bfs program-This is bfs program..
<yohanes> 在 2025-06-17 上传 | 大小:9kb | 下载:0

[数据结构常用算法depth

说明:后序遍历求二叉树深度。-After the depth of traversal for binary tree.
<lth> 在 2025-06-17 上传 | 大小:116kb | 下载:0

[数据结构常用算法Binary

说明:汇编写的二叉树 输入相应大节点 自动产生相应大二叉树-Binary Tree
<王宁> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法chengxu

说明:数据结构的一些比较经典的程序,适合刚学的人,里面的一些程序都是比较常用的-Data structure of some of the more classical procedures, suitable for those who just study, which compared a number of procedures are commonly used
<刘宇琦> 在 2025-06-17 上传 | 大小:828kb | 下载:0

[数据结构常用算法Huffman

说明:本课程设计的目的是使学生掌握数据结构的基本概念和算法分析方法,以提高学生的编程能力和解决实际问题的能力。-This course is designed to enable students to master the basic concepts of data structures and algorithms analysis in order to enhance student programming ability and the ability to solve practical
<yeah> 在 2025-06-17 上传 | 大小:12kb | 下载:0

[数据结构常用算法LCS

说明:最长公共子序列(LCS)算法 求两个字符串的最长公共子序列。 X的一个子序列是相应于X下标序列{1, 2, …, m}的一个子序列,求解两个序列的所有子序列中长度最大的,例如输入:pear, peach输出:pea。 -LCS
<夏小军> 在 2025-06-17 上传 | 大小:401kb | 下载:0

[数据结构常用算法KMP

说明:给定两个串S和T,长分别m和n,算法给出了一个找出二串间最大匹配的算法。该算法可用于比较两个串S和T的相似程度。-Given two strings S and T, respectively m and n, an algorithm to find the second largest string matching algorithms. The algorithm can be used to compare two strings S and T the degree of simil
<henry> 在 2025-06-17 上传 | 大小:231kb | 下载:0

[数据结构常用算法Queen8

说明:经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
<黄庆芝> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法Mazeproblem

说明:迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem
<黄庆芝> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[数据结构常用算法Huffmancoding

说明:对文本文件进行huffman编码、解码 读取文本文件,并统计文件中字母个数 建立huffman树 对文件进行huffman编码 对文件进行huffman解码 -Text documents huffman encoding, decoding to read a text file, and the number of statistical documents the establishment of letters of the document tree hu
<黄庆芝> 在 2025-06-17 上传 | 大小:1kb | 下载:0

[数据结构常用算法huffymantree

说明:这是一个构造哈夫曼树的程序 属于数据结构算法-this is a huffman tree data structure
<123456> 在 2025-06-17 上传 | 大小:153kb | 下载:0
« 1 2 ... .71 .72 .73 .74 .75 1976.77 .78 .79 .80 .81 ... 2656 »

源码中国 www.ymcn.org