CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 算法 数据结构

搜索资源列表

  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. B+树实现旅游图站点搜索

    1下载:
  2. 一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路号(这个当作弧的信息域,含有两个往返的方向,并且每个方向又对
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-04-07
    • 文件大小:686264
    • 提供者:wsctlee
  1. 数据结构课程设计

    0下载:
  2. 数据结构与算法分析课程设计  
  3. 所属分类:Windows编程

    • 发布日期:2008-12-11
    • 文件大小:417792
    • 提供者:ayisidailou
  1. 数据结构与算法分析 C++描述

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2009-02-23
    • 文件大小:2058532
    • 提供者:suxiangcheng
  1. 数据结构

    0下载:
  2. 本文是对严蔚敏《数据结构(c语言版)习题集》一书中所有算法设计题目的解决方案,主要作者为kaoyan.com计算机版版主一具.以下网友:siice,龙抬头,iamkent,zames,birdthinking等为答案的修订和完善工作提出了宝贵意见,在此表示感谢;
  3. 所属分类:图形图象

    • 发布日期:2009-03-12
    • 文件大小:302592
    • 提供者:KuhYygy
  1. 数据结构算法源码

    0下载:
  2. 带头结点双链循环线性表.c 底层编程 汉诺塔 逆阵 数据结构 百鸡百钱.c
  3. 所属分类:数据结构常用算法

  1. 数据结构算法源代码(C)

    0下载:
  2. 数据结构算法源代码(C)
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-05-03
    • 文件大小:3102032
    • 提供者:gaoyuan12121
  1. 数据结构的常用算法

    0下载:
  2. 这是数据结构c语言的几个常用算法。分别是广度和深度优先遍历,最小生成树和最短路径。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-05-31
    • 文件大小:2413
    • 提供者:lemontree_2009
  1. 数据结构算法

    0下载:
  2. 数据结构算法
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-10-07
    • 文件大小:11499
    • 提供者:hushui
  1. 数据结构与算法经典程序

    1下载:
  2. 数据结构与算法的各种实例经典程序
  3. 所属分类:其它

    • 发布日期:2010-12-21
    • 文件大小:309063
    • 提供者:zhouyang664
  1. 数据结构 约瑟夫环实验报告

    1下载:
  2. 数据结构经典算法---约瑟夫环的完整版实验报告
  3. 所属分类:数据结构常用算法

  1. xianxingbiao 数据结构中线性表的算法

    0下载:
  2. 数据结构中线性表的算法,包括线性表的基本操作的实现以及线性表的一些操作实现-Linear table data structure algorithms, including linear form the basic operation of the implementation and realization of the linear form of some operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-04-09
    • 文件大小:1049358
    • 提供者:郑梅
  1. Data Structures and Algorithm Anal

    0下载:
  2. C语言数据结构与算法分析,是一本不错的书,高清版,需要较好的阅读能力。,C language data structure and algorithm analysis, is a good book, high-definition version of the need for better reading ability.
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-07
    • 文件大小:2123991
    • 提供者:
  1. datastructurePPT.rar

    1下载:
  2. 数据结构严蔚敏版本的数据结构PPT。内容详细,每个算法都有详细演示。,Data Structure YAN Wei-min version of the data structure of PPT. Details, each algorithm has a detailed presentation.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2477656
    • 提供者:Jerry
  1. 数据结构算法解析

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第一章绪论。,YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure algorithm to resolve the first chapter of the Introduction.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-27
    • 文件大小:4559
    • 提供者:wujiawei
  1. 数据结构算法解析的第四章串

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第四章串。,YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm for strings in Chapter IV.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:8736
    • 提供者:wujiawei
  1. 数据结构中关于单链表的算法

    0下载:
  2. 数据结构中关于单链表的算法,将两个链表有序链合并成一个非递归有序的单链表,并不占用其他的存储空间,data structure of single-chain algorithm Listless and orderly of the two chains merged into a non- recursive and orderly single linked list, does not occupy other storage space
  3. 所属分类:其他数据库

    • 发布日期:2017-03-24
    • 文件大小:1128
    • 提供者:zl
  1. 数据结构书中程序的代码实现

    0下载:
  2. 配合严蔚敏的数据结构的辅导书,内有书中程序的代码实现——高一凡所著的数据结构算法解析的第三章栈和队列。,YAN Wei-Min with the data structure of the counseling book, there are procedures code book- written by high and one where the data structure parsing algorithm Chapter III stack and queue.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:17221
    • 提供者:wujiawei
  1. Choose_Best_Address_For_Hospital

    0下载:
  2. 数据结构大作业 Choose_Best_Address_For_Hospital 寻径问题: 给定n个村庄之间的交通图,若村庄i和村庄j之间有道路,则将顶点i和顶点j用边连接,边上的权Wij 表示这条道路的长度。现在要从这n个村庄选择一个村庄建一所医院,问这所医院应建在哪个村庄,才能使离医院最远的村庄到医院的距离最短?试设计一个算法来解决该问题。 -Great job data structure Choose_Best_Address_For_Hospital routing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:52074
    • 提供者:harlant
  1. datastruct1

    0下载:
  2. 一些数据结构算法的例子,包括哈夫曼编码、图的表示、关键路径、最短路径等-Some examples of data structure algorithms, including Huffman coding, map, said the critical path, the shortest path, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:6562
    • 提供者:站长
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com