资源列表
[人工智能/神经网络/遗传算法] 一个用于求函数极值的遗传算法程序
说明:一个用于求函数极值的遗传算法程序,使用VC++编程.-seek function for a maximum of genetic algorithm, the use of VC.<熊仲健> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[matlab例程] ImageAlignment(matlab)
说明:这里边提供了一个matlab实现的图像配准的算法. 供大家参考,方便学习研究之用.-here is the realization of a Matlab image registration algorithm. For your reference, facilitate learning research.<dyy> 在 2025-11-09 上传 | 大小:5kb | 下载:1
[数据结构常用算法] 大数运算类实例
说明:在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples<刘胜国> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] stocktradesystem
说明:用VC编写的股票交易系统,可实现股票交易中的简单算法-VC prepared by the stock trading, stock can be realized in a simple algorithm<沈刚> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] matrixclass
说明:矩阵类,自己编写,通过较多考验,符合matlab编程习惯,可处理无穷维矩阵和向量-matrices, their preparation, adoption more tests, with Matlab programming habits can handle infinite dimensional matrix and vector<程晓峰> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[数学计算/工程计算] migpreffd
说明:用于石油地震资料数字处理,包括 地震偏移(二维或三维)、滤波程序、重采样、具有很广的应用前景,还可以移植到其他的工程领域。-oil for digital processing seismic data, including seismic migration (2D or 3D), filtering procedures, re-sampling, with wide application, but also can be transferred to other engineering<王素友> 在 2025-11-09 上传 | 大小:5kb | 下载:1
[数值算法/人工智能] Interpolation-algorithm
说明:7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag<ldg> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[数值算法/人工智能] solution-of-Differential-equation-group
说明:提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP); 自适应变步长的龙格-库塔(Runge-Kutta)法(RKQC->ODEINT); 改进的中点法(MMID); 外推法(BSSTEP(RZEXTR(有理函数), PZEXTR(多项式));-provide four kinds of solutions of ordinary differential equations c code : There will be f<ldg> 在 2025-11-09 上传 | 大小:5kb | 下载:0
[数值算法/人工智能] Numerical-integration-method
说明:提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical integration c code to achieve<ldg> 在 2025-11-09 上传 | 大小:5kb | 下载:0