搜索资源列表
Protocols, Algorithms, and Source Code in C.rar
- Protocols, Algorithms, and Source Code
最短路径c语言代码
- 关于最短路径的算法,c语言写的-on the shortest path algorithms, written in C language
C++常用算法之1复数运算
- 本代码是《计算机常用数值计算算法与程序 C++版》一书的配套复数运算代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-the code is "commonly used computer numerical algorithms and procedures C version," a book supporting complex computing code, each so
C++常用算法之2随机数生成
- 是《计算机常用数值计算算法与程序 C++版》一书的配套代码,每个源程序文件的文件扩展名都使用.cpp形式。这些C++程序已经在微软公司Windows 平台下的Virsual C++ 6.0环境下通过-is "commonly used computer numerical algorithms and procedures C version," a book supporting code, each source document file extensions are
SGA_AUTO.C
- 自适应遗传算法之C语言版本,自适应遗传算法之C语言版本-adaptive Genetic Algorithms C language version, adaptive Genetic Algorithms in C Language Version
Data.Structures.and.Algorithms.in.C++.(Adam.Drozde
- 学习c++的书籍,很好的
Algorithms
- 提供了多项式计算、矩阵计算、随机数产生、插值、拟合、方程组求解等一些数值计算算法,并附有查找、排序算法。在对这些算法进行讲解的同时,附上所有算法的C源码,方便进行动手尝试学习。-Provides a polynomial calculation, matrix calculation, random number generation, interpolation, fitting, solving equations and some numerical algorithms, along w
Algorithms.In.C.3rd.Ed.Part5.Graph.Algorithms
- 经典算法书(中文版)。这一套算法系列书介绍了当今最重要的算法,共分3卷,这是第2卷(第五部分),集中讲解图算法。本书共有6章(第17章~第22章)。第17章详细讨论图性质和类型,第18章~第22章分别讲解图搜索、有向图和DAG、最小生成树、最短路径以及网络流。书中提供了用C语言描述的完整算法源程序,并且配有丰富的插图和练习。-Algorithms in C, Third Edition, Part 5: Graph Algorithms is the second book in Sedgewi
Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct
- 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
Data.Structure.And.Algorithms.In.C.2nd.ed.-.Adam.D
- 由Adam.Drozdek编写的数据结构和算法,C语言版的,第二版。比较经典。-Data.Structure.And.Algorithms.In.C.2nd.ed .-. Adam.Drozdek
numerical-algorithms-in-C
- C语言数值算法大全,包含各种数值算法的源码-Daquan numerical algorithms in C, contains a variety of numerical algorithm source code
Algorithms.in.C.Parts.1-4
- 算法:C语言的实现。非常经典的一本书、、、、愿与大家共勉。-Algorithms in C,Parts1-4
sort-algorithms
- Bubble sort and quick sort algorithms in C++.
Data.Structures.and.Algorithms.in.C
- C++数据结构与算法第二版英文版Adam Drozdek著 -Data Structures and Algorithms in C
Data.Structures.and.Algorithms.in.C
- [数据结构与算法C..版].很不错的一本数据姐都与算法书籍哦,需要的可以-Data structure and algorithm C. Edition ]. A very good data sister books and algorithms Oh, need to be down
suan-fa-in-C
- 用c语言编写的各种算法,很有用的东西,大家下载下来看看就知道了!都运行通过的,分享供大家学习-Various algorithms using c language, useful things, download them to see to know it! Run through share for everyone to learn
matrix-operation-in-c-language
- 这是各种运算算法,包括多项式计算,实复数运算,矩阵运算,求解方程组等各种运算的c语言代码-This is all kinds of computing algorithms in c language, including polynomial computation, real plural computing, matrix operation, solving equations and so on.
Algorithms-in-C-program
- 算法大集合的C程序源码,可供工程技术人员参考使用-Algorithms in C program
exp10
- 三种排序算法的C语言实现 直接插入排序算法。 快速排序算法。 直接选择排序算法。(Implementation of three sorting algorithms in C language Direct insertion sort algorithm. Quick sort algorithm. Direct selection sorting algorithm.)
