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

搜索资源列表

  1. Data_Structures_and_Software_Development_in_an_Obj

    0下载:
  2. 国外的数据结构与算法分析用书,用java语言编写,实现一个简单的类似于JDK中的类库,深入浅出。这是类库的源码-foreign data structure and algorithm analysis, using java language, to achieve a simple JDK similar to the library visitors. This is the source class library
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.06mb
    • 提供者:lucylin
  1. CPP

    0下载:
  2. 数据结构与算法分析(C++)(版第二版)源码
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:107.38kb
    • 提供者:罗建平
  1. maze

    1下载:
  2. 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
  3. 所属分类:Data structs

    • 发布日期:2014-10-03
    • 文件大小:67.54kb
    • 提供者:sunyingcheng
  1. kernel2.4.18_r1.1

    0下载:
  2. 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:49.16mb
    • 提供者:bradgei
  1. huff

    0下载:
  2. 数据结构上机报告-huffman。内有详细的需求分析及、源码及测试结果。高质量!-Data structure report on machine-huffman. Inside there is a detailed needs analysis and, source code and test results. High quality!
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:9.42kb
    • 提供者:sunyingcheng
  1. tree

    0下载:
  2. 数据结构算法分析中的又一经典问题,二叉树问题。自己编的VC++源码-Data structures algorithm analysis in another classical problem, binary tree problem. Own series of VC++ source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:160.81kb
    • 提供者:感飞
  1. DS_C

    0下载:
  2. 数据结构与算法分析(源码),详细介绍一些常见的算法和数据结构-Data Structures and Algorithm Analysis (source), details of some common algorithms and data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:44.17kb
    • 提供者:yy
  1. NearestPath

    0下载:
  2. 实现了最短路径分析,依据程序所用数据的不同,需要进行更改,也是对源码的一个理解过程-NearestPath
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:379.58kb
    • 提供者:李勇永
  1. C_STL

    0下载:
  2. stl源码分析,里面介绍了很好stl的具体实现,对学习数据结构跟算法的同学很有帮助-stl code
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.7mb
    • 提供者:Xiaoji
  1. math

    0下载:
  2. 经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calculations, matrix operations,
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:302.02kb
    • 提供者:csc
  1. Larry

    0下载:
  2. 数据结构与算法分析,清华大学课件及源码相关资料-Data Structures and Algorithm Analysis, Tsinghua University, courseware and information source
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:13.52mb
    • 提供者:scorpio
  1. C--3ecode20110226

    0下载:
  2. 数据结构与算法分析 第三版 c++版全部源码 欢迎下载-A Practical Introduction to Data Structures and Algorithm Analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:146.05kb
    • 提供者:石锋
  1. DS_C

    0下载:
  2. 数据结构与算法分析的代码, C描述,是个不错的源码,书也不错-data structures and algorithm analysis in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:44.2kb
    • 提供者:jj
  1. DataStructAndAlgorithnInC

    0下载:
  2. 数据结构与算法分析c语言版,维斯版第二版源码-Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:74.8kb
    • 提供者:
  1. sortSys

    0下载:
  2. 对三种数据类型的数据,能进行五种不同方式的排序,包括源码可运行文件,需求分析-Data on three types of data, can carry five different sort of way, including the source code can run the file, needs analysis, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.84mb
    • 提供者:李辉
  1. quciksort

    0下载:
  2. 数据结构中关于快速排序的课程设计,本课程设计分析了快速排序及其优化的三种方案的运行效率。本文件包含源码、测试覆盖率报告、测试数据统计和课程设计报告,对正在研究快速排序的同学有一定帮助。-Data structures on a quick sort of curriculum design, the course design and analysis of Quicksort and its optimized operating efficiency of the three program
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:258.51kb
    • 提供者:yyp
  1. DataStructures

    0下载:
  2. 数据结构与算法分析,java描述版本,书本所有实例源码-Data Structures and Algorithms, java descr iption version, books, all instances of the source
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:48.22kb
    • 提供者:stanly
  1. CPP

    0下载:
  2. 数据结构和算法设计、分析与实现,各种经典案例的C++源码-Data structure and algorithm design, analysis and implementation of various classic case of C++ source
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:34.74kb
    • 提供者:aibucai
  1. C

    1下载:
  2. 数据结构与算法分析:C语言描述(第2版)(附源码和答案)(Data structure and algorithm analysis: C language descr iption (Second Edition) (with source code and answer))
  3. 所属分类:数据结构

    • 发布日期:2017-12-28
    • 文件大小:38.42mb
    • 提供者:天才蜗牛
  1. rhsg

    0下载:
  2. c程序C经典数值算法源码,基本包含了数值分析的所有算法()
  3. 所属分类:数据结构

    • 发布日期:2018-05-01
    • 文件大小:149kb
    • 提供者:DXX%25255F3514
« 12 »
搜珍网 www.dssz.com