搜索资源列表
myvcLabyrinth
- 谭浩强C语言书中的一个走迷宫的例子,此程序是其算法实现,用VC编译运行-Hao C-language book of a Maze example of this process is its algorithm, compiled with VC operation
Romberg.c
- 在C语言环境下的一个龙格贝积分算法例子-in C language environment of a Long Gberdao Integration Algorithm for example
classcialCprogram100
- 经典的C语言例子,对初学者很有帮助-classic example of the C language, for beginners helpful
RungeKutta
- 用龙格库塔求解微分方程的例子,用C语言编写,可作为参考。
count1
- C语言命令行编程源代码,需要在DOS环境下看出功能,不过是一个学习老的编程思想的好例子!-command line C programming language source code in DOS environment to see functional, but old is a learning program with the idea of a good example!
gaosi
- C语言版本的高斯算法,并带有例子,也可以直接在TC里面正常运行-C language version of the Gauss algorithm, and with the examples, can also be directly in the TC inside the normal operation of
81-90
- 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
91-100
- 以实际例子来学习使用C语言,适合刚入门者使用学习,很经典的例子。-Practical examples to learn how to use C language to use for beginners to learn, it is the classic example.
Dantjig
- 附件中是Dantjig标号算法的C语言实现,其中的边赋权图是根据《图论》中12页的例子来的。-It s an implementation of Dantjig Algorithm, according to Graph theory and Its Application P12.
09427
- 《用C++语言编写数学常用算法(修订版)》一书的配书盘,里面包括书中全部C++程序的源代码(一些小的示例除外),并用中文加以详细注释。 光盘共有五个文件夹,名称分别为:①BCMATH;②VCMATH;③CURVE;④SOUND;⑤examples。 本书前4章介绍的与数学常用算法有关的C++类与函数的源代码是在BCMATH和VCMATH两个文件夹中,具体使用哪个文件夹,视读者的编译系统而定。如果读者使用的是Borland C++编译系统(简称为BC++),则使用BCMATH文件夹中的所有
FFT
- FFT的C语言程序,包括失真度函数,最后加入了一个测试例子-FFT of the C language program, including the distortion function, and finally added a test case
mesch12bANDexample-VC6.0
- 这是C语言的稀疏矩阵库Meschach Library(mesch12b),我用Vc++6.0将他们移植到了window下。里面包含了调试通过的库中例子。By klingy-This is a sparse matrix library in C Meschach Library (mesch12b), I use Vc++6.0 will they migrate to the next window. Which contains the debugging examples by the
nonlinear-encoding
- C语言实现的一个小项目编程的例子,功能是实现非线性算法的编程,二分法、蒙特卡洛发等;不仅有助于学习算法编程,还可以学习C语言项目编程的方法,适用于初学者。编程环境是codeblocks.建议使用codeblocks打开程序。-An example of a small project of C programming language, the function is to achieve non-linear programming algorithm, dichotomy, Monte Ca
fft-example
- fft算法的例子代码以及fft相关知识的ppt,其中fft算法是用C语言实现的,且做了很详细的注释。- fft algorithms fft ppt example code and related knowledge, where fft algorithm is implemented in C, and made a very detailed notes.
C-Classic-algorithms100
- 基于 C 语言 经典算法 100例子,帮助新手快速掌握c语言应用-Based on the C language classic algorithms 100 examples
yijieyingfa
- 计算数学中流体力学的经典例子一维无粘性burger方程(A classic example of fluid mechanics in Computational Mathematics: one-dimensional inviscid burger equations)
QR-RLS systolic array
- 基于QR分解的RLS算法,脉动结构,附带数据例子。基于C++语言。