搜索资源列表
c数值算法.rar
- C数值算法 经典
经典汉诺塔问题c语言版
- 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
DSP的C程序和汇编程序库
- 经典DSP的C程序和汇编程序库,有很多实用的程序供大家参考,很有用的!-Classical DSP C language program and assembler language libary. It has many practical programe for all of us. It is very useful.
C语言遗传算法程序包
- 一个经典的C语言遗传算法程序包,可直接用来开发遗传算法的应用程序-a classic genetic algorithm C language package can be used directly for the development of the genetic algorithm application
sutra(C++)
- c++经典数值算法源码,相信可以节省你的不少时间.rar-c classical numerical algorithm source code, I believe you can save a lot of time. Rar
C++shuzhisuanfa
- C++经典数值算法源码,包括了各个经典的算法源码.希望能给大家带来方便,好好利用.
c数值算法.rar
- C数值算法 经典,C value algorithm classics
C++
- C++经典数值算法源码~~~~ C++经典数值算法源码~~~~ C++经典数值算法源码-C++ Classical numerical algorithm source ~ ~ ~ ~ C++ Classical numerical algorithm source ~ ~ ~ ~ C++ Classical numerical algorithm source code
C++jingdianshuzhisuanfayuanma
- C++经典数值算法源码,插值,查找,常微分方程(组)求解,等算法C源码。-C++ Classical numerical algorithm source, interpolation, find, ordinary differential equations (group) to solve, such as C-source algorithm.
C++shuzi
- C++经典数值算法源码, 大多是我优化和改动过的-C classic numerical algorithm source, most of them are my optimization and altered
data-structure-the-c-language(yanweimin)
- 数据结构(C语言版严蔚敏著)。非常出名的一本书籍,曾经用过,觉得很经典-Data structure (C-min YAN Wei-language version of book). One very well-known books, used once, I think I really classic
46644889
- c经典程序 100例 c经典程序 100例-c classic program 100 cases of c classic program 100 cases of c classic program 100 cases of
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章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
CodeComplete
- c++经典程序代码大全包含各种数学运算程序公式编程-c++ program code Daquan
Data-Structure(in-C)
- 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
2-is-a-C-binary-search-algorithm
- 二分查找2是C经典数据结构算法,希望对大家有点用-2 is a C binary search algorithm is the classic data structures, with little hope
C-source-program-100-cases-
- c经典源程序100例,锻炼基础技能,寻找更好的编程方法。-c classic source 100 cases, the exercise of basic skills, looking for better programming methods.
C数值算法集
- 本书编写了300多个实用而有效的数值算法C语言程序。其内容包括:线性方程组的求解,逆矩阵和行列式计算,多项式和有理函数的内插与外推,函数的积分和估值,特殊函数的数值计算,随机数的产生,非线性方程求解,傅里叶变换和FFT,谱分析和小波变换,统计描述和数据建模,常微分方程和偏微分方程求解,线性预测和线性预测编码,数字滤波,格雷码和算术码等。(This book has written more than 300 practical and effective numerical algorithm
C经典数据结构算法
- 包含单链表、单循环链表、顺序表、链栈、二叉树、图及汉诺塔等C经典数据结构算法