搜索资源列表
Data_Structures_and_Software_Development_in_an_Obj
- 国外的数据结构与算法分析用书,用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
CPP
- 数据结构与算法分析(C++)(版第二版)源码
maze
- 数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results
kernel2.4.18_r1.1
- 自己根据lkd和情境分析,对kernel源码的核心模块的关键数据结构做的注释-Themselves in accordance with lkd and situational analysis, kernel-source core modules to do the key data structure of the Notes
huff
- 数据结构上机报告-huffman。内有详细的需求分析及、源码及测试结果。高质量!-Data structure report on machine-huffman. Inside there is a detailed needs analysis and, source code and test results. High quality!
tree
- 数据结构算法分析中的又一经典问题,二叉树问题。自己编的VC++源码-Data structures algorithm analysis in another classical problem, binary tree problem. Own series of VC++ source code
DS_C
- 数据结构与算法分析(源码),详细介绍一些常见的算法和数据结构-Data Structures and Algorithm Analysis (source), details of some common algorithms and data structures
NearestPath
- 实现了最短路径分析,依据程序所用数据的不同,需要进行更改,也是对源码的一个理解过程-NearestPath
C_STL
- stl源码分析,里面介绍了很好stl的具体实现,对学习数据结构跟算法的同学很有帮助-stl code
math
- 经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calculations, matrix operations,
Larry
- 数据结构与算法分析,清华大学课件及源码相关资料-Data Structures and Algorithm Analysis, Tsinghua University, courseware and information source
C--3ecode20110226
- 数据结构与算法分析 第三版 c++版全部源码 欢迎下载-A Practical Introduction to Data Structures and Algorithm Analysis
DS_C
- 数据结构与算法分析的代码, C描述,是个不错的源码,书也不错-data structures and algorithm analysis in C
DataStructAndAlgorithnInC
- 数据结构与算法分析c语言版,维斯版第二版源码-Source code for Data struct & Algorithm Analysis in c,2nd Edition,Mark Allen Weiss
sortSys
- 对三种数据类型的数据,能进行五种不同方式的排序,包括源码可运行文件,需求分析-Data on three types of data, can carry five different sort of way, including the source code can run the file, needs analysis, etc.
quciksort
- 数据结构中关于快速排序的课程设计,本课程设计分析了快速排序及其优化的三种方案的运行效率。本文件包含源码、测试覆盖率报告、测试数据统计和课程设计报告,对正在研究快速排序的同学有一定帮助。-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
DataStructures
- 数据结构与算法分析,java描述版本,书本所有实例源码-Data Structures and Algorithms, java descr iption version, books, all instances of the source
CPP
- 数据结构和算法设计、分析与实现,各种经典案例的C++源码-Data structure and algorithm design, analysis and implementation of various classic case of C++ source
C
- 数据结构与算法分析:C语言描述(第2版)(附源码和答案)(Data structure and algorithm analysis: C language descr iption (Second Edition) (with source code and answer))
rhsg
- c程序C经典数值算法源码,基本包含了数值分析的所有算法()