资源列表

« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法MST-kruskal

说明:The classic kruskal algorithm is implemented Import: adjacency matrix Output: Minimum spanning tree
<曾经的故事 > 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法biTree

说明:? 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法(要求使用顺序队列,调用顺序队列基本操作实现),求二叉树的深度(后序遍历)。(Two binary linked list storage structure - first traversal of the extended sequence according to the e
<qiuqiu2017 > 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Bindnary Tree

说明:C++实现数据结构中二叉树的ADT 可实现创建 求最小二叉树等等功能(C++ data structure to achieve the two fork tree ADT, you can create, seek the minimum two fork tree, and so on)
<马晨飞 > 在 2024-11-06 上传 | 大小:325632 | 下载:0

[数据结构常用算法delete

说明:删除数组中小于某个特定值的所有函数,或删除大于某个特定值的所有函数,或删除某一指定范围内的所有元素,用二叉树实现(Delete all functions in the array that are less than a particular value, or delete all functions that are larger than a particular value, or delete all elements wi
<whay > 在 2024-11-06 上传 | 大小:13312 | 下载:0

[数据结构常用算法tree

说明:输入任意树并存储,实现前序、中序、后序遍历(Enter any tree and store, to achieve pre-order, in order, after the sequence traversal)
<whay > 在 2024-11-06 上传 | 大小:39936 | 下载:0

[数据结构常用算法binarySearchTree

说明:这是基于C++语言的关于二叉查找树的删除、插入、查找的功能实现(Delete, insert, find of the binary tree)
<whay > 在 2024-11-06 上传 | 大小:14336 | 下载:0

[数据结构常用算法search

说明:这是基于C++语言关于一个图形中简单路径的数量的计算方法(This is based on the C ++ language about the number of simple paths in a graph)
<whay > 在 2024-11-06 上传 | 大小:13312 | 下载:0

[数据结构常用算法多项式

说明:符号处理是一类非数值性问题,一元多项式就是符号处理的一类实例。一个一元n次多项式的一般形式如下: Pn(x)=p1xe1+p2xe2+…+pmxem 其中 p1,p2,…, pm为各项的系数,非零; e1,e2,…, em 为各项的指数,满足0?e1 ?e2 ?... ?em 现要求在计算机中存储这样的多项式,并能对它们进行处理,如:加法、减法、乘法等等。(The operation, representation, i
<小慧hui > 在 2024-11-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法运算器

说明:设计实现一个简单的计算器,可以接受中缀数值表达式,并进行求值。 至少应该包括加、减、乘、除4种运算和括号处理; (2) 运算量可以自己约束(整数、实数等); (3)有能力的同学可以仿照WINDOWS计算器界面(The design and implementation of a simple calculator, can accept infix numerical expression, and evaluation. At
<小慧hui > 在 2024-11-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Josephus

说明:约瑟夫环编程C语言实现:N个人围城一桌(首位相连),约定从1报数,报到数为k的人出局,然后下一位又从1开始报,以此类推。最后留下的人获胜。(有很多类似问题,如猴子选代王等等,解法都一样)(Joseph ring programming, C language implementation)
<wanzuren001 > 在 2024-11-06 上传 | 大小:12288 | 下载:0

[数据结构常用算法acm入门题集

说明:ACM入门练习题,入门的好选择,自己整理的,希望对你有帮组,参加ACM能取得一个好成绩(ACM entry exercises, the entry of a good choice, organize their own, I hope you have to help groups, to participate in ACM can get a good result)
<zhoufeng > 在 2024-11-06 上传 | 大小:356352 | 下载:0

[数据结构常用算法expression.tar

说明:表达式求值的一个C语言程序,可以识别高低层次的运算符,从而求出最后的运算结果.(expression evaluation)
<与民由之 > 在 2024-11-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org