资源列表

« 1 2 ... .69 .70 .71 .72 .73 1574.75 .76 .77 .78 .79 ... 2656 »

[数据结构常用算法tree

说明:输出整棵二叉树以及二叉树的前序、中序、后序遍历,统计二叉树元素个数,计算高度。-Whole grain output binary and binary tree preorder, inorder, postorder traversal, statistical binary number of elements to calculate altitude.
<peble> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法Bitree

说明:二叉链表表示法编写的二叉树工程,包含前序、中序、后序和层序遍历成员函数-Binary Engineering
<腻腻> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法adjlist.c

说明:it is easier to work with a graph which is in adjacency list format: a list of vectors each vector contains the neighbor vertices or incident edges of a given vertex. -it is easier to work with a graph which is in adjace
<adweda> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法The24Card

说明:根据输入的数据,进行24点枚举。并转换为中缀表达式输出。-Based on the input data, 24-point enumeration.
<孙瑞> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法thread

说明:线索树-中序线索树的前序、中序、后序遍历。后序遍历有详细注释。-Trail tree- the tree inorder clues before preorder, inorder, postorder traversal. After preorder detailed notes.
<mike> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法expression_evaluation

说明:表达式求值。利用栈操作,对含有‘+’‘-’‘*’‘/’‘(’‘)’的表达式进行求值。(利用中序遍历)-expression evaluation
<王蒙> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法2e

说明:这是几个关于C语言完美演示的小程序,源码均可运行。-This is a perfect demonstration of several C language on small program, the source code can be run.
<陈小文> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法Data-structures---stacks-and-queues

说明:数据结构之--栈和队列的代码。 它是参考和学习的上好资料。 数据结构系列代码包含:排序算法;表,树,图,栈和队列。-Data structures- stacks and queues code. It is a superbly reference and learning information. Series code contains data structures: sorting algorithm tables,
<欧才俊> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法jbjsf

说明:卷板机算法,整个系统包含工艺,钢板材质等-Bending algorithm, the system including processes, such as steel material. . .
<Kevin> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法regedit_7

说明:vb写的无判断注册码程序,优化大师曾经用过!-No judgment registration code of vb programs, optimize once used by the master!
<赵龙> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法huffman

说明:  Huffman编码的关键点是构造一棵Huffman树。其过程是:   1.输入各个叶子节点及其频率,对每个节点的lchild, rchild, parent分别赋初值为0;   2.选择parent为0,且fre最小的两个节点开始建Huffman树,再修改相应节点的lchild, rchild, parent值,如此重复直到Huffman树建立。   3.从叶子到根逆向求每个节点的Huffman编码。 4.解压
<suyu> 在 2024-11-11 上传 | 大小:5kb | 下载:0

[数据结构常用算法Kruskal

说明:  设G=(V,E)是一个具有含权边的连通无向图。G的一颗生成树(V,T)是G的作为树的子图。如给该连通图加权并且各边的权和为最小值,那么(V,T)就称为最小耗费生成树或简称最小生成树。   Kruskal的算法概况如下:   对G的边以非降序权重排列。   对排序表中的每条边,如果现在把它放入T中的话不会形成回路,则把它加入到生成树T中,否则将它丢弃。-Let G = (V, E) is an edge with the
<suyu> 在 2024-11-11 上传 | 大小:5kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 1574.75 .76 .77 .78 .79 ... 2656 »

源码中国 www.ymcn.org