搜索资源列表
数据结构配套光盘
- 《数据结构》配书光盘 内容包括:线性表,栈和队列,串,数组与广义表,树,图,查找,排序等所以算法。 该光盘中配有《数据结构》一书中的所有算法、每一个算法的 C 程序(后缀为 .cpp 的文件)及可执行文件(后缀为 .exe 的文件)。-"data structure" assigned CD include : linear table, stack and queue, strings, arrays and broad scale tree, map, searc
sjjgcyygp
- 本光盘是《数据结构(C语言版)》一书的配书光盘,作为数据结构课程的 辅助学习工具。-the CD is "data structure (C-language version)," a book on CD-ROM distribution, as a data structure courses assisted learning tools.
数理统计
- 所有数理统计知识的源代码都在此,是一本数理统计数的配套光盘.里面有各种分布类型及参数估计\\插值-all mathematical statistical knowledge of the source code here is a mathematical statistical matching CD. There are various types and the distribution parameter estimation \\ interpolation, etc.
CD-ROM
- CD-ROM的物理格式(ISO9660),即CD-ROM光盘记录数据的数据结构。-CD-ROM physical format (ISO9660), that is, CD-ROM disc data structure records.
code
- 《多任务下的数据结构与算法》 光盘源代码- Multi-task under the data structure and algorithm, the source code CD-ROM
DataStructreAndArithmetic
- 《数据结构与算法》的光盘源码。里面有算法的各个实例- Data structures and algorithms, CD-ROM source. There are various examples of algorithms
DataStructreBookSource
- 本书源码为高一凡编著的《数据结构》算法实现及解析配套光盘源码。-Source book for high Yifan edited by the Data Structure matching algorithm and analytical source CD-ROM.
DSDemoW
- 数据结构程序的演示光盘,能了解数据结构的课程-Data structure procedures demonstration CD-ROM, to understand the data structure course
sjjg_C_cdrom
- 《数据结构(C语言版)》配书光盘 DSDemo。给大家共享-" Data structure (C language version)," CD-ROM with the book DSDemo. To share
ACM_Code
- (ACM)广东省赛题解光盘内容,ACM竞赛必看,很值得参考学习!-(ACM) in Guangdong Province Solutions CD-ROM game title content, ACM contest must see, it is worth considering to learn!
dataStruct
- 零基础学数据结构附带光盘,包含所有源代码。适合学习-Zero-based learning with CD-ROM data structure that contains all the source code. For learning
109
- small c compiler by john mp cd-sdfadf
ftsoftds1st_src
- C++数据结构源代码,随书光盘也是书中实例的源码,如果你阅读这本书的话,或许对你比较有用。 -C++ data structure of source code, CD-ROM with the book is also an instance of the source book, if you read this book, then perhaps more useful to you.
mathematical-used-in-CPP
- 本光盘是《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 -This CD is " in C++ language mathematics commonly used algorithm (revised edition)," a book with a book pla
DSDemo
- 数据结构C语言版配书光盘和例程,实用的初学者教程。-Data structure C language version with CD-ROM and routines, practical tutorial for beginners.
Polynomial
- 一个d阶多项式有如下形式: cdxd+cd− 1xd− 1+cd− 2xd− 2…+c0 其中,cd≠0,指数都是非负数。每一个cixi是多项式中的一项。 设计一个C++的模板类 Polynomial<T>,T给出系数的类型,要求能够实现多项式的表示和运算。Polynomial类应该包括私有变量degree,和其他需要的变量。对多项式的表示要求用线性表的形式,例如(c0,c1,c2,…,cd)表示系数表。并设计以下成员函数和操
Implementation-of-data-structure
- 《数据结构》算法实现及解析随书光盘,包含各个章节代码的实现,全部使用C++实现-" Data Structures" and the analytic algorithm CD with the book, each chapter contains the implementation of the code, all achieved using C++