资源列表

« 1 2 ... .76 .77 .78 .79 .80 2481.82 .83 .84 .85 .86 ... 2656 »

[数据结构常用算法Insertion-Sort

说明:插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore
<靳以2002> 在 2024-11-07 上传 | 大小:150528 | 下载:0

[数据结构常用算法C

说明:C语言实现的数据结构中二叉树的前序遍历、中序遍历和后序遍历以及几种排序算法-C language data structure binary tree before preorder, preorder and postorder and several sorting algorithm
<李敏捷> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法main

说明:求最长上升\下降\非上升\非下降的刷表法-Seeking maximum rise \ fall \ Philippines rise \ fall Philippines brush table method
<CatMo> 在 2024-11-07 上传 | 大小:2996224 | 下载:0

[数据结构常用算法binarysorttree

说明:输入一组记录构造一棵二叉排序树,并且输出这棵二叉排序树的中序序列 给定一个关键字值,对所构造的二叉排序树进行查找,并输出查找的结果。 -Enter a group of records a binary sort tree structure, sequence and output sequence tree binary sort tree Given a key value of the constructed b
<王玥天> 在 2024-11-07 上传 | 大小:6144 | 下载:0

[数据结构常用算法look-uptable

说明:按关键字从小到大顺序输入一组记录构造查找表,并且输出该查找表; 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。 -Press the key sequence input small to large lookup table constructed a set of records, and the output of the look-up table
<王玥天> 在 2024-11-07 上传 | 大小:6144 | 下载:0

[数据结构常用算法traversal

说明:1.输入顶点的个数、边的个数、每个顶点的值以及每一条边的信息,构建一个无向图G,并用邻接矩阵存储该图。 2.深度优先遍历第1步中构造的图G,输出得到的结点序列。 广度同上-Diagram breadth-first traversal&&deep first
<王玥天> 在 2024-11-07 上传 | 大小:270336 | 下载:0

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

说明:1.实现二叉树的下列运算: [1]输入一个二叉树的先序序列,生成二叉树的二叉链表 [2]显示其先序、中序和后序遍历结果。 [3]计算二叉树的叶子结点数。 [4]求二叉树的深度 2.编程实现二叉树的层次遍历 3.哈夫曼编码-1.operational binary tree: [1] Enter a first sequence binary tree sequence, generating a binar
<王玥天> 在 2024-11-07 上传 | 大小:264192 | 下载:0

[数据结构常用算法queue

说明:实现链队列的基本运 2. 采用循环队列实现队列的各种基本运算。 3. 停车场管理 -Chain to achieve the basic operation of the queue 2. Using circular queue queue to achieve the various basic operations. 3. Parking Management
<王玥天> 在 2024-11-07 上传 | 大小:375808 | 下载:0

[数据结构常用算法flight

说明:航班查询系统,用C语言写的,用的数据结构等基础知识,可无错误编译运行-Flight inquiry system, written in C language, the use of basic knowledge of data structures, etc. that can be compiled to run without errors
<怀鹏飞> 在 2024-11-07 上传 | 大小:6144 | 下载:0

[数据结构常用算法ansys

说明:ansys分析软件,是土木工程等学科重要的结构分析软件,应用广泛-Ansys model airplane wings command flow, the individual original command flow, simple, small volume, is widely used
<仵晗> 在 2024-11-07 上传 | 大小:1168384 | 下载:0

[数据结构常用算法shortest-path

说明:最短路径算法,对于权重图最短路径计算的基本算法-Shortest path algorithm, the basic algorithm for computing the shortest path weight of FIG.
<小七2729> 在 2024-11-07 上传 | 大小:1087488 | 下载:0

[数据结构常用算法yiqunyouhuasuanfa

说明:蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
<邓燕> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 2481.82 .83 .84 .85 .86 ... 2656 »

源码中国 www.ymcn.org