资源列表

« 1 2 ... .52 .53 .54 .55 .56 1157.58 .59 .60 .61 .62 ... 2656 »

[数据结构常用算法binaryageneral_tree

说明:代码包含了二叉树的创建和普通树的创建,并且有对应的前序、中序、后序遍历和对应的用队列和栈方法的遍历-The code includes the creation of the binary tree and the creation of the tree, and the corresponding pre-order, inorder, postorder traversal and traversal of the corresp
<merle.zhu> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法ordering-systems

说明:内排序系统,提供快速排序、冒泡排序、堆排序等常见排序代码。-Within the sorting system, providing quick sort, bubble sort, heap sort common sort code.
<ci> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法New

说明:最短路径新算法,程序速度特快,3万节点,35000条路全部遍历,只需1秒。-New shortest path algorithm, the program speed of the express, 30,000 nodes, 35,000 road traversing all, just 1 second.
<> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法QuickSort

说明:步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high
<马艳娟> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法Distance-Vector

说明:距离向量解决分布式异步距离算法 可在VC6.0下成功运行-Distance Vector
<aa123321pp> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法HashFunction

说明:Hash function. It is easy. It is very useful.
<david> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法topxia-TopxiaOEmbed-4cb4183

说明:PHP解析优酷、土豆、酷6、新浪视频等网址 参见 Demo,见好知网的小组“发视频"的功能。-The PHP parsing Youku, potatoes, cool, Sina video website see http://www.howzhi.com/group/php/discuss/424 Demo, brought the matter the HowNet of team " made the video"
<3w43e> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法EduAVLTree

说明:Educational based AVL Tree complete Implementation
<Sameer> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法Vec_ount

说明:水仙花 最大序列和 最小序列和 各种排序算法 判断一个数的二进制中1的个数-Daffodils largest sequence and minimal sequence and various sorting algorithms to determine a number of binary number
<刘基> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法tree_completely

说明:二叉树的总结 -构造链式二叉树&查找二叉树中某节点&求深度(高度, 层数)前序,中序, 后序遍历(递归, 和非递归)&求出二叉树所有节点总数-Summary of binary tree- the constructed chain binary tree & Find a node in the binary tree & seek depth (height, number of layers) preorder,
<Wang Zan> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法chained-binary-tree-algorithm

说明:用C++实现链式二叉树的算法,有完整的可运行的程序。-The realize chained binary tree algorithm, using C++ complete operable program.
<Kitty> 在 2024-11-19 上传 | 大小:6kb | 下载:0

[数据结构常用算法Huffman-code

说明:数据结构中经典算法霍夫曼编码的实现,打印形式采用凹式打印-realization of Huffman code
<kelsi> 在 2024-11-19 上传 | 大小:6kb | 下载:0
« 1 2 ... .52 .53 .54 .55 .56 1157.58 .59 .60 .61 .62 ... 2656 »

源码中国 www.ymcn.org