资源列表

« 1 2 ... .75 .76 .77 .78 .79 1980.81 .82 .83 .84 .85 ... 2656 »

[数据结构常用算法1

说明:用邻接矩阵表示的图的类型 DFS:深度优先遍历的递归算法BFS:广度优先遍历判断从顶点vi到顶点vj是否可达-Adjacency matrix type DFS: depth-first traversal of the recursive algorithm BFS: breadth-first traversal of the judgment from the vertex vi to vertex vj is reachable
<赫想> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法2

说明:建立图的邻接表DFS:深度优先遍历的递归算法 BFS:广度优先遍历-Establish the adjacency table DFS: depth-first traversal of the recursive algorithm BFS: breadth-first traversal
<赫想> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法9

说明:基于先序遍历算法创建二叉树先序遍历中序遍历后序遍历采用后序遍历求二叉树的深度、结点数及叶子数的递归算法-Create a Binary Tree in preorder traversal preorder traversal algorithm after preorder postorder traversal binary tree of depth, the number of nodes, and leaves the num
<赫想> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法store

说明:使用C++编写的商店购物与管理系统的一个小程序,供初学者使用-Store shopping management system using C++ written a small program for beginners
<code> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法huadongchuangkou

说明:使用Java编写的模拟滑动窗口协议,部分修改可实现停等、回退N帧以及选择重发功能-Analog sliding window protocol written in Java, the partial revision of the stop-and-wait fallback N fr a me retransmission function
<code> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法SString

说明:只有头文件,没有主程序,需要的话自己可以写一个进行测试。-Only the header files, not the main program, if necessary, they can write a test.
<宋恒军> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法ChineseSegmentation

说明:用trie算法实现的中分分词程序,在VC2010中编译运行成功,所参考资料也为转载,若原作看到这个,希望与我联系:)-Chinese Segmentation implemented by Trie algorithm,compiling and running successfully in VC2010
<胡玥> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法zhan

说明:能够将一个输入的中缀表达式(数字为一位或两位数)转换成后缀表达式,并能求出表达式的值。-Convert an input infix expression (figures for the one or two digits) the the suffix expression, and to evaluate the expression.
<吴莹> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法erchashubianli

说明:能够以广义表输入一个二叉树,并能对其进行前序遍历,中序遍历,后序遍历,层次遍历。-Generalized list, enter a binary tree, and its preorder traversal, in order traversal post-order traversal, traverse the level.
<吴莹> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法hash_link

说明:哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
<朱晓建> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法3

说明:数据结构算术表达式的求解问题,还可以转化成后缀表达式-Data structure of arithmetic expressions to solve problems, and can also be converted into postfix expression
<田阳> 在 2025-06-02 上传 | 大小:2kb | 下载:0

[数据结构常用算法2-3-tree

说明:2—3树是这样一种树: A.每个非叶子结点都有2个或3个儿子; B.每条众树根到树叶的路径长度相等; C.只有一个根结点的树也是2—3树。 本题目要求从键盘输入以整数序列,建立一棵2-3树。所以我的建树构思为以2-3树的插入操作来进行建树。-2-3 tree is such a tree: A. Each non-leaf node has two or three sons B. Each congregation
<冯读庆> 在 2025-06-02 上传 | 大小:2kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 1980.81 .82 .83 .84 .85 ... 2656 »

源码中国 www.ymcn.org