资源列表

« 1 2 ... .83 .84 .85 .86 .87 1688.89 .90 .91 .92 .93 ... 2656 »

[数据结构常用算法Adjacencylisttraversal

说明:遍历邻接表以及执行邻接矩阵布尔调整是数据结构里图的经典算法。- Traverse the adjacent table and adjust the implementation of Boolean adjacency matrix data structure is a classic graph algorithm.
<冷秋> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法gongziguanli

说明:用C++实现的工资管理系统!这里用了数据结构中的链表!-Using C++ implementation of the salary management system! Here with a list data structure!
<wp> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法juzheng

说明:C语言实现数组计算,算法简单,容易阅读,适合C语言初学者使用。-C language realization of the array, the algorithm is simple, easy-to-read, suitable for beginners to use C language.
<kaka> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法suanfa

说明:包括字符串反转, 链表反转, 判断两个数组中是否存在相同的数字, 判断链表是否存在环, 找出单向链表的中间结点, 如何判断一棵二叉树是否是平衡二叉树, strstr()的简单实现,-Including the string reversal, list reversal, to determine the existence of two different array of figures to determine the exist
<张文> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Robson

说明:Robson遍历改进版: 这个课程设计的目的是进行一个罗布森遍历. 编写和测试的“修改”罗布森遍历程序使用链表代表的二叉树。 这一修改后的版本与原始的不同之处在于罗布森以一个节点的左指针指向左子树;现在修改版是反向。也就是说,当一个节点的左(右)子树正在走过,它的左(右)指针将指向其右(左)子树。在遍历,当一个节点访问,输出 每个栈的内容,它的右左指针。如此这样处理每个栈内元素。-Robson Traversal
<hunter> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Binary_Tree

说明:Binary_tree.cpp :执行文件生成所有二叉树 这样做的目的C + +程序是产生所有二叉树指定节点数目。 基本思想是衍生所有二叉树基于退化树。 该算法的动机是圆括号法则代表二叉树。 一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。 该文件还提到计算机内存时(读/
<hunter> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法bestpath

说明:基于二叉树的图最有路径算法,在图能转化到二叉树表示时,可求解-the best path based on binary tree
<王举范> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法huffmansystem

说明:实现霍夫曼编码系统。包含文件hfmfunc.cpp、main.cpp、huffman.h-Huffman coding system to achieve. Include file hfmfunc.cpp, main.cpp, huffman.h
<yy> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法ExpEvaluation

说明:This program use for ExpEvaluation
<guohuan> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法zhuangxiang

说明:自己编写的装箱问题的各种求解策略,包括BESTFIT,FIRSTFIT,WORSTFIT,NEXTFIT-I have written a variety of bin-packing problem solving strategy, including the BESTFIT, FIRSTFIT, WORSTFIT, NEXTFIT etc.
<binbin> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法structure

说明:哈希表操作,关于数据结构,用C语言实现的。学生专用-Hash table operations on the data structure, realized with C language. Student
<周思君> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法Match

说明:括号匹配的检验 试写一个判别表达式开、闭括号是否配对出现的算法。-Matching brackets test expression test to write a discriminant open and close brackets there are matching algorithms.
<liyuansong> 在 2024-10-06 上传 | 大小:3072 | 下载:0
« 1 2 ... .83 .84 .85 .86 .87 1688.89 .90 .91 .92 .93 ... 2656 »

源码中国 www.ymcn.org