CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 标准数据

搜索资源列表

  1. DSAAcodes

    0下载:
  2. 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:254.17kb
    • 提供者:ldl
  1. chashu

    0下载:
  2. 这是个数据结构的算法(二叉树的实现),标准,合理-This is the algorithm data structure (the realization of a binary tree), standards, reasonable
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.96kb
    • 提供者:luyufan
  1. vcwork

    0下载:
  2. 上传几个数据结构源代码,比较简单。用标准c++写的。-upload a few data source code structure, relatively simple. Standard c writes.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:34.51kb
    • 提供者:zhao
  1. B+树实现旅游图站点搜索

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

    • 发布日期:2010-04-07
    • 文件大小:670.18kb
    • 提供者:wsctlee
  1. DataStructureOfE00

    0下载:
  2. e00文件格式是ArcGIS的标准数据交换格式,这是e00文件的数据结构-The data structure of e00 file.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:7.68kb
    • 提供者:张良
  1. cora

    0下载:
  2. cora元数据提取数据集,已被作为提取标准数据集-cora metadata to extract data set has been used as a standard data set was extracted
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:500.5kb
    • 提供者:yhm
  1. queue

    0下载:
  2. 标准数据结构queue的c源码实现,非常规范,仅供参考-C source code to achieve the standard data structure queue
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1.06kb
    • 提供者:ricky
  1. redblack

    0下载:
  2. 标准数据结构红黑树的C语言实现,很规范,供参考-The standard C language data structure of red-black tree implementation specifications for reference
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:1.86kb
    • 提供者:ricky
  1. leftheap

    0下载:
  2. 标准数据结构左式堆的C语言实现,很规范,供参考-The left-heap of C language implementation of the standard data structures, specifications for reference
  3. 所属分类:Data structs

    • 发布日期:2017-11-03
    • 文件大小:1.33kb
    • 提供者:ricky
  1. pairheap

    0下载:
  2. 标准数据结构pairheap的C语言实现,很规范,供参考-The standard of data structure pairheap the C language specifications for reference
  3. 所属分类:Data structs

    • 发布日期:2017-11-21
    • 文件大小:1.91kb
    • 提供者:ricky
  1. avltree

    0下载:
  2. 标准数据结构avl树的实现,很规范,仅供参考-Standard data structures avl tree implementation specifications for reference only
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:1.47kb
    • 提供者:ricky
  1. splaytree

    0下载:
  2. 标准数据结构splaytree的C语言实现,很规范,供参考-The standard of data structure splaytree the C language specifications for reference
  3. 所属分类:Data structs

    • 发布日期:2017-11-12
    • 文件大小:1.65kb
    • 提供者:ricky
  1. 039_bus

    1下载:
  2. bpa环境下,Ieee39节点稳态暂态标准数据-the bpa environment IEEE 39 node Steady State Transient standard data
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:2.02kb
    • 提供者:庄哲
  1. CQXAD959

    0下载:
  2. 解决算法题目时常用的标准库函数,有详细的使用方法说明哦,()
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:2kb
    • 提供者:Lkopold
  1. UserCheckIn

    0下载:
  2. 编程实现二叉树结构及其相关功能,以存储用户信息,不使用标准模板类的二叉树结构和函数。同时根据二叉树的变化情况,进行相应的平衡操作,即AVL平衡树操作,四种平衡操作都考虑。采用相应的数据结构模拟用户登录系统,其功能包括用户登录、用户密码更新、用户添加和用户删除等。(The programming implements the two fork tree structure and its related functions to store user information and do not
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:1.82mb
    • 提供者:lalala2333
  1. 0565290

    0下载:
  2. 标准的pso程序包,还有pso电子书籍,可以用于学习和工程优化()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:214kb
    • 提供者:mpflaos
  1. umytzzz28

    0下载:
  2. 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序()
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:10kb
    • 提供者:tsandew
  1. sesolution

    0下载:
  2. 经典的二路归并算法,按照标准的教科书上的算法编写,好用实际()
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:8kb
    • 提供者:kddc%25246175
  1. 8589-银行客户平均等待时间

    0下载:
  2. 经典问题的标准算法:银行客户平均等候时间,要算等候时间和算逗留时间不同(The standard algorithm of the classic problem: the average waiting time of the bank customer is different from the waiting time and the time of the stay.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:13kb
    • 提供者:蓉-
  1. C++STL(2th)

    0下载:
  2. STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)
  3. 所属分类:数据结构

    • 发布日期:2018-04-30
    • 文件大小:20.36mb
    • 提供者:billson_
« 12 3 »
搜珍网 www.dssz.com