搜索资源列表
最大lyapunov指数与相关维数C程序
- 最大lyapunov指数与相关维数C程序-largest dimension associated with the C Program
computerdisign-C
- 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
C++Math
- 改进算法的C++程序.doc. 改进算法的C++程序.doc-improved algorithm in C procedures. Doc. Improved algorithm C program. D oc
c++SoruceCCodeAboutTen
- C++程序设计与应用源码、C++反射的例子、RSA算法、vc++访问DAO数据库、遍历文件夹并建成目录树、打字小程序、电子便笺 、仓库管理系统
kalmanfilter(C)
- 这个是卡尔曼滤波(kalman filter)C程序!
科学计算与C程序集
- 科学计算与C程序集,包含插值、拟合、矩阵计算等!-scientific computing and C suite, including interpolation, fitting, matrix calculation!
工程科学计算与C程序集(上,下)
- 程序是我们上课时中用到的,工程科学计算与C程序集 (上,下) 相信是很有用的!-is our class names, scientific computing and engineering procedures Set C (upper and lower) believe that it is very useful!
100道C语言经典实例
- 用标准C语言解决100道经典数学问题,堪称经典,是C程序开发员必备的C源码库,具有很强的参考价值。-using standard C language to solve 100 classical mathematical problems for his classic, C procedures required developers of C source code library, and has a strong reference value.
最小二乘的c++计算
- 最小二乘在工程中运用广泛,此c++程序能快速给出高精度的结果。
三次样条插值程序
- 三次样条插值c程序
c++最优化问题全解答
- 这里包含了比较全和详细的c++程序源代码,其中有牛顿法,dfp法,内点法等
对称TVD计算激波反射的程序
- 使用对称TVD格式计算一维激波管,C++程序
计算熵和修正条件熵的C++程序
- C++程序,计算熵和修正条件熵CCE
Strassen矩阵乘法算法 C++程序源码
- Strassen矩阵乘法算法 C++程序源码 V.Strassen在1969年发表了一个算法,将计算两个n阶方阵的乘积的时间复杂性降低到了o(nlog27),被誉为“在代数复杂性理论中最激动人心的结果”。该算法主要适用于方阵的乘法。-Strassen algorithm for matrix multiplication C++ program source V. Strassen published in 1969, an algorithm to compute the product of
kalman_c.rar
- kalman C程序,应用于GPS+IMU,kalman C procedures, applies GPS+ IMU
C++程序用类来实现矩阵
- 编写C++程序完成以下功能: (1) 用类来实现矩阵,定义一个矩阵的类,属性包括: 矩阵大小,用 lines, rows(行、列来表示); 存贮矩阵的数组指针,根据矩阵大小动态申请(new)。 (2) 矩阵类的方法包括: 构造函数,参数是矩阵大小,需要动态申请存贮矩阵的数组; 析构函数,需要释放矩阵的数组指针; 拷贝构造函数,需要申请和复制数组; 输入,可以从cin中输入矩阵元素; 输出,将矩阵格式化输出到cout; 矩阵相加的
C_filter
- 用fdatool设计一个50Hz陷波器,导出系数,编程,对原始信号signal.txt进行滤波。本程序为C程序。-50Hz with fdatool design a notch filter, export coefficient, programming, filtering the original signal signal.txt. This program is C program.
Hilbert-c
- hilbert变换的C程序,用DSP来实现的-hilbert transform C programs, achieved with a DSP
C-languageprogramwhichgenertesrandomnumberwithGaus
- 这三段C程序能够产生符合高斯、瑞利和泊松分布的随机数,并且包括关于它们的说明文档-These three paragraphs C program to generate consistent with Gaussian, Rayleigh and Poisson distribution of random numbers, and includes documentation about them
fft-c程序
- 用c语言实现MATLAB中的fft函数,实用可行(Implementation of FFT functions in MATLAB with C language)