资源列表

« 1 2 ... .42 .43 .44 .45 .46 2247.48 .49 .50 .51 .52 ... 2657 »

[数据结构常用算法B+树实现旅游图站点搜索

说明:一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路
<wsctlee> 在 2010-04-07 上传 | 大小:686264 | 下载:0

[数据结构常用算法AOV

说明:AOV遍历算法,实现。数据结构课程
<jimmy988129@163.com> 在 2010-12-26 上传 | 大小:687858 | 下载:0

[数据结构常用算法lei

说明:类的调用 类的调用 -Category of call types of call-type call-type call
<> 在 2024-07-07 上传 | 大小:688128 | 下载:0

[数据结构常用算法DataStructure

说明:展示数据结构的一些实用技巧. 包含: 1.运用kmp算法计算无穷概率 2.矩阵乘法的十种经典运算技巧 3.位运算的实用技巧(1) (2) (3)-Data structure to display a number of practical skills. Includes: 1. The use of KMP algorithm infinite probability 2. 10 kinds of classi
<int> 在 2024-07-07 上传 | 大小:686080 | 下载:0

[数据结构常用算法shuanfayanshi

说明:中国数学建模-编程交流-组合算法概论 ├数学思想-vc6.0
<悟能> 在 2024-07-07 上传 | 大小:687104 | 下载:0

[数据结构常用算法datastructs

说明:严蔚敏数据结构教程中的c实现的源代码,对学习数据结构很有用-Yan Wei-min data structures in c tutorial implementation source code, data structures useful for learning
<断西风> 在 2024-07-07 上传 | 大小:684032 | 下载:0

[数据结构常用算法rbtree

说明:红黑树的实现包括插入删除左旋右旋等操作。-blackredtree
<王飞> 在 2024-07-07 上传 | 大小:686080 | 下载:0

[数据结构常用算法Binary-search-method-

说明:折半查找法(在一个给定的数组中有没有给定的数)。-Binary search method (in a given array, there is no number given).
<huqing> 在 2024-07-07 上传 | 大小:684032 | 下载:0

[数据结构常用算法pro

说明:掌握关系连接操作的实现算法,理解算法的I/O复杂性,使用C语言实现重要的关系连接操作算法。-Knowledge of relational join operation algorithm, to understand the algorithm I/O complexity, using the C language important relationships connecting operation algorithm.
<李善国> 在 2024-07-07 上传 | 大小:686080 | 下载:0

[数据结构常用算法Large-integer

说明:实现较大整数的加减乘除等运算,可运行-Achieve a larger integer addition, subtraction and other operations can be run. . . .
<kjh> 在 2024-07-07 上传 | 大小:687104 | 下载:0

[数据结构常用算法09 遗传算法(Genetic Algorithm, GA)

说明:遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated fro
<ZJN27> 在 2024-07-07 上传 | 大小:687104 | 下载:0

[数据结构常用算法Maze

说明:input the start point ,it will print a stepline to get out the maze
<feiyuan> 在 2024-07-07 上传 | 大小:683008 | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2247.48 .49 .50 .51 .52 ... 2657 »

源码中国 www.ymcn.org