资源列表

« 1 2 ... .33 .34 .35 .36 .37 1738.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法insert

说明:随机生成10000个数使用快速排序,插入排序,和归并排序并保存文件,并且输出各自的运算时间-Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’ ɨ
<王文超> 在 2024-11-07 上传 | 大小:2.43mb | 下载:0

[数据结构常用算法Circular-permutation

说明:圆排列问题。算法分析与设计。C++程序。-Circular permutation. Algorithm analysis and design. C program.
<任倚天> 在 2024-11-07 上传 | 大小:3.38mb | 下载:0

[数据结构常用算法WordSegment

说明:用C++开发的分词系统 运用基于哈希的逆向最大匹配算法 基于词典-Word in C development system uses a hash-based reverse maximum matching algorithm is based on dictionary
<zhuangkun> 在 2024-11-07 上传 | 大小:327kb | 下载:0

[数据结构常用算法merge

说明:分治法排序,给定长度为n的一个序列,对其进行快速排序和求第i小数-(1) Input: A sequence of n numbers <a1, a2, . . .,an>. Output: A permutation (reordering) <a1’, a2’, . . .,an’> of the input sequence such that a1’ a2’  . . .
<王文超> 在 2024-11-07 上传 | 大小:2.43mb | 下载:0

[数据结构常用算法linked-list

说明:实现对链表的插入、删除、输出,是学习链表入门的很好的材料-Achieve the list of insert, delete, export, is a good start to learn the material list
<> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Data-Structure

说明:数据结构演示系统,有数据结构中的各种算法,有线性表的算法,还有个各种排序查找算法。-Data structures demonstration system, the data structure of the various algorithms, the algorithm has a linear form, as well as a variety of sorting search algorithm.
<Thomas> 在 2024-11-07 上传 | 大小:699kb | 下载:0

[数据结构常用算法duishizi

说明:算法设计与分析 堆石子问题 #include<stdio.h> #include<algorithm> int a[100][100],b[100][100],c[100] int max0(int a,int b) { if(a>b) return a else return b } int min0(int a,int b)
<李玲> 在 2024-11-07 上传 | 大小:3kb | 下载:0

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

说明:二叉树,编写程序任意输入二叉树的结点个数和结点值,构造一棵二叉树,采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历并计算出二叉树的高度。-binary tree
<ww> 在 2024-11-07 上传 | 大小:204kb | 下载:0

[数据结构常用算法zheban

说明:折半查找法,二叉树为基础,代码结构严谨精炼-Binary search method, binary tree as the foundation, the code structured refining
<prove> 在 2024-11-07 上传 | 大小:215kb | 下载:0

[数据结构常用算法Program-of-gram

说明:图的创建、遍历、最小生成树、最短路径、拓扑排序、关键路径-create ,travase,spaning tree,the shortest path,topological sort program of graph
<希达> 在 2024-11-07 上传 | 大小:242kb | 下载:0

[数据结构常用算法Trees-

说明:数据结构树和二叉树的一些简单程序,适合初学者学习-Data structure and two and a simple procedure of the tree. beginners learn
<ply> 在 2024-11-07 上传 | 大小:47kb | 下载:0

[数据结构常用算法Floyed-and-Dijkstra-Sort

说明:改代码实现了Floyd和Dijkstra算法在最短路径问题上的应用,并且比较了两者的效率。-The code has applied Floyd and Dijkstra algorithm in the shortest path problem, and given the efficiency of the these two algorithms.
<liu peng> 在 2024-11-07 上传 | 大小:3kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 1738.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org