资源列表

« 1 2 ... .96 .97 .98 .99 .00 1301.02 .03 .04 .05 .06 ... 2656 »

[数据结构常用算法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-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法shu

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

[数据结构常用算法zuixiaoshengchengshu

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

[数据结构常用算法suanshubiaodashi

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

[数据结构常用算法kruskal

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

[数据结构常用算法KMP

说明:KMP模式匹配算法的原理及应用 希望对为KMP头疼的同学有点用处!-KMP pattern matching algorithm and application of the principle
<chenjing> 在 2024-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法Mergesort

说明:采用随机数来生成要排序的内容,并使用模板,可以很方便的更改产生随机数的类型。-Used to generate random numbers to sort the contents, and the use of templates, you can easily change the type of random numbers generated.
<Allan> 在 2024-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法standard_pso_2007

说明:用c语言实现标准的微粒群算法,功效更好,可以和matlab互凋-a standard pso algorithm in c
<周大卫> 在 2024-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法TheUnderlyingProgramming

说明:c写的小程序,包括鼠标检测,时间陷阱,检测出错等。-c write small procedures, including the mouse detection, time traps, such as error detection
<liyang> 在 2024-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法12323

说明:找出单链表的最大值和最小值,删除单链表中不等于最大值和最小值的节点。-Single-linked list to find the maximum and minimum values, the deletion of a single list in does not mean maximum and minimum values of the node.
<星辰> 在 2024-10-14 上传 | 大小:11264 | 下载:0

[数据结构常用算法PKU1655

说明:PKU1655解题报告 动态规划算法、dp算法、ACM题-PKU1655 dynamic programming algorithm for solving the report, dp algorithm, ACM title
<菲戈> 在 2024-10-14 上传 | 大小:11264 | 下载:0
« 1 2 ... .96 .97 .98 .99 .00 1301.02 .03 .04 .05 .06 ... 2656 »

源码中国 www.ymcn.org