资源列表

« 1 2 ... .80 .81 .82 .83 .84 2585.86 .87 .88 .89 .90 ... 2656 »

[数据结构常用算法实习2.3

说明:用栈的形式实现车厢调度,火车入口处的车厢序列编号为1到n-Realizes the compartment dispatch with the stack form,The train entrance compartment sequence serial number is 1 to n
<林枝> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法6.2

说明:实现哈希表的建立,插入等功能,并用初留余数法构造,处理冲突-Realize hash wish foundation of form , function of meddling in etc. , and with leave remainder law construct for the first time, deal with the conflict
<林枝> 在 2024-11-02 上传 | 大小:1024 | 下载:0

[数据结构常用算法improved mergesort

说明:这是一个改进了自顶向下的归并排序,它改进的地方主要有:采用小子文件截止的机制,当序列长度小于32时,采用直接插入排序;对归并的内循环作了优化,判断的次数更少。-This is an improvement from a top-down sort of merger, it improved the main : the deadline for the paper boy mechanism, the length of the se
<唐海浪> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法echsh

说明:二叉树的各种遍历。递归和非递归遍历以及层次遍历。-the binary tree traversal. And recursive and non- recursive traversal level traverse.
<cslf> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法distsort

说明:该程序是分布计数排序,它是我所见过的各种排序方法中最快的,它的时间复杂度为O(n),但是这种排序适用于已知待排序列的上下限,并且如果上限与下限的差值比较大的话,空间消耗也比较大.-distribution of the program is counting sequencing, it is I have seen the fastest sorting methods, it's time complexity of O (
<唐海浪> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法gelei combination

说明:该程序用格雷码来生成组合数序列,它比一般的方法要快,这是由格雷码的分布特性所决定的.-the procedures used to generate Gray code sequence portfolio, it generally means than to be fast, it was a Gray code distribution by the decision.
<唐海浪> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法dynamic knapsack

说明:该程序用动态规划解决经典的背包问题,虽然它的效率与分支定界法比起来,还是有一定的差距,但它的简洁性却是无与伦比的.-the program with dynamic programming solution to the classic knapsack problem, although its efficiency and branch and bound over, there is still a certain gap, bu
<唐海浪> 在 2024-11-02 上传 | 大小:3072 | 下载:0

[数据结构常用算法煤气管道设计

说明:一个最短路径算法,具体内容程序开头有介绍-a shortest path algorithm, the specific content of the beginning of a process introduced
<陈帅> 在 2024-11-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法inordervisit

说明:该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non- recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code mor
<唐海浪> 在 2024-11-02 上传 | 大小:9216 | 下载:0

[数据结构常用算法preorder

说明:该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non- recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is
<唐海浪> 在 2024-11-02 上传 | 大小:9216 | 下载:0

[数据结构常用算法divide and conquer

说明:这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
<唐海浪> 在 2024-11-02 上传 | 大小:1024 | 下载:1

[数据结构常用算法combine

说明:该程序用于计算二项式系数,它采用动态规划的方法,其效率远远高于递归的方法,而且空间效率也很高。-the procedures used to calculate the binomial coefficients, which uses dynamic programming methods, the efficiency is far higher than the recursive method and space efficie
<> 在 2024-11-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 2585.86 .87 .88 .89 .90 ... 2656 »

源码中国 www.ymcn.org