资源列表

« 1 2 ... .42 .43 .44 .45 .46 1447.48 .49 .50 .51 .52 ... 2656 »

[数据结构常用算法as

说明:数据结构 课程设计 表达式类型的实现-Implementation of expression type
<wjq> 在 2024-10-11 上传 | 大小:279552 | 下载:0

[数据结构常用算法syntax

说明:LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8.
<冯景航> 在 2024-10-11 上传 | 大小:6144 | 下载:0

[数据结构常用算法7logo

说明:这个程序解决了巨大的7logo问题,并且可以在acm上运行,算法课必备-This program solves the problem of huge 7logo, and can run in the acm algorithm class must
<zhou> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法Matrixchain

说明:这个算法解决了矩阵连乘问题,采用的算法来自算法设计-This algorithm solves the matrix multiplication problem with using the algorithm from the algorithm design
<zhou> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法hashmap

说明:按照hashmap的基本原理用C++实现了简单的基本功能-Simple basic functions in accordance with the basic principle of the hashmap C++
<shangzai> 在 2024-10-11 上传 | 大小:97280 | 下载:0

[数据结构常用算法rbt

说明:c code for Red Black tree algorithm -c code for Red Black tree algorithm
<ashwini> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法mgsf

说明:迷宫算法求解 bc++3.1和vc++6.0下调试通过 栈空判别 弹栈 将元素压入堆栈-Maze algorithm bc++3.1 and vc++6.0 to debug through the stack space will determine popped onto the stack element
<严若林> 在 2024-10-11 上传 | 大小:30720 | 下载:0

[数据结构常用算法Hash

说明:哈希算法之链式哈希存储结构实现,数据结构-Hash Algorithm
<zzl> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法yrh3

说明:链表的创建及插入、删除操作 逆序创建链表 主函数通过调用创建、插入、删除用输出函数完成链表的基本操作-The creation of the list and insert, delete in reverse order by calling the main function to create lists to create, insert, delete, complete the list with the output of
<严若林> 在 2024-10-11 上传 | 大小:5120 | 下载:0

[数据结构常用算法yrh1

说明:哈夫曼树的存储和哈夫曼编码的存储 在哈夫曼树HT[1..n] 搜索最大权值和最小权值并用s1,s2 返回它们的下标-Huffman tree storage and Huffman coding is stored in the Huffman tree HT [1 .. n] the right to search the maximum and minimum weights and use s1, s2 return their
<严若林> 在 2024-10-11 上传 | 大小:4096 | 下载:0

[数据结构常用算法yrh2

说明:ADT Queue 的表示和实现-------------- //--------------队列的顺序存储结构- -ADT Queue-------------- //-------------- representation and realization of the order of the queue storage structure-
<严若林> 在 2024-10-11 上传 | 大小:3072 | 下载:0

[数据结构常用算法ShortestPath

说明:本程序是使用动态规划算法来解决单源最短路径问题。使用时,先输入每个头结点的邻接顶点个数,然后输入每个邻接顶点的数据。-This procedure is to use the dynamic programming algorithm to solve the single-source shortest path problem. When used, enter each of the first number of vertice
<陈军> 在 2024-10-11 上传 | 大小:41984 | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 1447.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org