搜索资源列表
qiujifen
- VC环境下实现的可以进行积分计算的源代码,本人亲测可用-VC environment can be calculated integral of the source code, I pro-test available
BM
- 这个是B-M算法的C++变成实现方法,很容易就能解决繁琐的B-M算法,非原创,亲测可用-This is the BM algorithm C++ become realization, it is easy to be able to solve the complicated BM algorithm, non-original, pro-test available
OpenExcel
- MFC_列表CListCtrl读写Excel文件,刚写完,亲测可用,不懂可学一下CListCtrl的用法。介绍一下:输入excel文件到列表&&输出列表到excel文件,需要1、向项目工程中添加基本的7个类,分别是:CApplication,CMyFont,CRange,CWorkBook,CWorkBooks,CWorkSheet,CWorkSheets,选择MFC Class From TypeLib,在Add Class From 中选中File,在Location中输入或者选择EXCEL
liblbfgs-1.9.tar
- 拟牛顿算法计算函数最小值,采用LBFGS算法,亲测可用。-a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
newton_iteration
- 这是我自己写的亲测可用的matlab 牛顿迭代法函数程序-This is the Newton iteration program based on MATLAB written by myself
emd
- 亲测可用的EMD分析,直接调用改函数即可。具体可看代码说明部分,或者在matlab里help emd-EMD analysis of pro-test available, direct call function can be changed. Specific instructions can look at the code section, or help emd in matlab in
float_hex_dec
- 利用MATLAB编程实现float类型的十六进制数向十进制数的转换,可以看看,本人亲测可用。-Float type using MATLAB programming hexadecimal number to decimal conversion, you can see, I am pro-test available.
cubicspline
- cubicspline三次样条插值方法,亲测可用,用于数据分段插值,C++源码-cubicspline cubic spline interpolation method, pro-test available for data piecewise interpolation
gsl-2.3-vs2015
- 使用VS2015编译的GSL2.3库,包含32位和64位两个版本,亲测可用!-Using VS2015 compiled GSL2.3 library, including 32-bit and 64-bit versions, pro-test available!
gamp
- 基于遗传算法的匹配追踪,亲测可用- U57FA u4E8E u9057 u4F0 u7B97 u6CD5 u7684 u5339 u914D u8FFD u8E2A uFF0C u4EB2 u6D4B u53EF u7528 u3002
RNN-RTRL-train
- 递归神经网络-实时学习训练算法代码,亲测可用,简洁无误,容易上手。- Recursive neural network- real-time learning training algorithm code, pro-test available, simple and correct, easy to use.
模拟退火
- 直接实现matlab的模拟退火算法优化,亲测可用,修改参数即可(Matlab simulation annealing algorithm optimization)
UKF2ok
- 无迹卡尔曼滤波算法,亲测可用,这是在matlab中运行的文件(UKF(Unscented Kalman Filter))
VC中FFT计算
- 在VC++语言环境下,蝶形算法写的FFT。亲测可用
矩阵求逆LU分解法
- C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)