资源列表

« 1 2 ... .40 .41 .42 .43 .44 1345.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法mowangyuyan

说明:数据结构作业题,堆栈和队的使用(大写字母表示魔王语言的词汇;小写字母表示人的词汇语言;魔王语言中包含括号)-Title data structure operations, the stack and force the use of (capital letters that devil language vocabulary lowercase letters that people s vocabulary language
<xuan> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法hafumanshu

说明:实现构造哈夫曼树的哈夫曼算法。 求解出所构造的哈夫曼 使用树的带权路径长度。 -Huffman tree structure to achieve the Huffman algorithm. Solving the structure of the Huffman tree with the right to use the path length.
<xuan> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法HuffmanCode

说明:对文本信息进行哈夫曼加密,并将哈夫曼树及密码保存,然后进行解密。-Huffman text information encryption, and password and Huffman tree preservation, and then decrypt.
<文龙飞> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法Dijkstra

说明:Dijkstra最短路径算法 Dijkstra最短路径算法-Dijkstra shortest path algorithm Dijkstra shortest path algorithm
<sunmiaoa> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法ds

说明:数据结构的C语言实现,包括链表,堆栈,队列,哈希表,二叉树,其中哈希表经过实践可实现1秒查询100万次-Data structure of the C language, including the list, stack, queue, hash table, tree, hash table which can be achieved through practice one seconds query one million ti
<赖泽天> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法algraph_binary_tree_huffmantree

说明:创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evalu
<3230133> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法shu

说明:编写程序,首先建立如下图所示的带头结点的二叉链存储结构二叉树,然后把二叉树顺时针旋转90度后在屏幕上打印该二叉树,然后输出分别按照前序遍历(含递归与非递归两种方法),中序遍历,后序遍历以及层次遍历等方法遍历二叉树次序访问各结点的序列信息,并验证结果正确与否,并实现在该二叉树中查找某结点数据的方法。-Programming, first of all to establish a lead as follows node chain st
<瑶瑶> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法zuixiaoshengchengshu

说明:使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
<chenchen> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法suanshubiaodashi

说明:这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empt
<往往> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法kruskal

说明:废话少说,下面是大家都熟悉的kruskal算法,重点在于实现,时间复杂度为O(e*loge),其中e为边数。
<kark> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法ex2

说明:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem to a salesman to sell a number of city merchandise, known distance between each city (or travel). Him to se
<> 在 2024-11-16 上传 | 大小:11kb | 下载:0

[数据结构常用算法KMP

说明:KMP模式匹配算法的原理及应用 希望对为KMP头疼的同学有点用处!-KMP pattern matching algorithm and application of the principle
<chenjing> 在 2024-11-16 上传 | 大小:11kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 1345.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org