搜索资源列表
C常用算法程序集-徐士良
- 新版本的数值算法参考。解压缩的密码是:www.myebook.cn 对应各章的目录-The new version of numeric algorithm. The password is: www.myebook.cn according the directory name of each chapter.
C语言常用算法源代码(荐)
- 包括大量C语言常用算法源代码,我认为还不错的,好东西大家共分享,希望能给大家帮助。-including a large number of commonly used algorithm C language source code, I think it is good, the good things we were sharing the hope that we can help.
徐士良C语言算法程序第三版
- 常用算法程序集(C语言描述)徐士良 第三版配套光盘 C:. ├─ch09 ├─ch08 ├─ch07 ├─ch06 ├─ch05 ├─ch04 ├─ch03 ├─ch02 ├─ch16 ├─ch15 ├─ch14 ├─ch13 ├─ch12 ├─ch11 ├─ch10 └─ch01-algorithm commonly used procedures set (C language) is th
24524617
- C常用算法程序集第二版(徐士良编著)随书源码[C]-C algorithms procedures set the second edition (Shi-Liang Xu ed.) with the book-source [C]
mayuan
- 徐士良 《C常用算法程序集(第2版)》 中的全部源程序-"C algorithms procedures set (2nd Edition)" all source
C-Programming-of-Commonly-Used-Algorithm(Third-Edi
- 本程序为徐士良《常用算法程序集(C语言描述)》(第三版)配套程序,内容详尽,对学习很有帮助!word文档里有程序的对应说明,可以找到自己想用的程序!
Cafdafa
- C常用算法程序集 常用的行之有效的算法而编写的C语言函数程序集
commonly-used-algorithm-Sets-of-C-language
- c常用算法程序集,集合了C语言常用的算法.
changyongsuanfachengxuji
- 本程序针对工程中常用的行之有效的算法而编写,其主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。 书中所有算法均用C语言描述。 本程序集可供广大科研人员、工程技术人员以及管理工作者阅读使用,也可作为高等院校师生的参考程序。 与本程序配套的书为《C常用算法程序集》。也一同上传。可从本网站上下载。
C语言常用算法程序集
- C语言常用算法程序集配书程序-C language commonly used algorithm for procedure Sets
C常用算法程序集(清华)
- C常用算法程序集(清华).-C algorithms commonly used procedures set (Tsinghua).
C语言常用算法集锦
- C常用算法程序集,在这程序集中包含了20章,每一章又含盖了多个算法的源码,这对于一个c语言的学习者而言是莫大的一笔财富.-C algorithms commonly used procedures set, this program focus includes 20 chapters, each chapter also covers a number of the algorithm source code for a c language learners is a great amoun
C常用算法程序集
- C常用算法程序集源代码
C 语言常用算法源码
- 经典实用的C语言算法
C常用算法程序集
- C常用算法程序集
C_language_algorithms_for_Quick_Lookup_Manual
- 《C语言算法速查手册》用C语言编写了科研和工程中最常用的166个算法,这些算法包括复数运算、多项式的计算、矩阵运算、线性代数方程组的求解、非线性方程与方程组的求解、代数插值法、数值积分法、常微分方程(组)初值问题的求解、拟合与逼近、特殊函数、极值问题、随机数产生与统计描述、查找、排序、数学变换与滤波等。同时结合这些算法列举了将近100个应用实例,对其进行验证和分析。 -" C language algorithms for Quick Fact Manual" using
Numeric-Algorithm-with-C-Language
- C常用算法程序集, 包含常用的插值,曲线拟合, 排序,极值问题,微分方程求解,矩阵计算-Numerical Algorithm with C language
常用算法程序集第五版
- 数值积分、线性方程组求解、数据处理、统计分析算法(Numerical integration, linear equations, data processing, statistical analysis algorithm)
C语言算法速查手册 第三版
- 常用数学算法的C语言代码,包含矩阵运算、多项式拟合、快速付立叶变换等等算例。(The C language code of common mathematical algorithms includes matrix operation, polynomial fitting, fast Fourier transform and other examples.)
C语言常用算法代码
- C语言常用算法代码,包括常见的数值计算的珍贵源代码