资源列表

« 1 2 ... .04 .05 .06 .07 .08 2109.10 .11 .12 .13 .14 ... 3400 »

[数学计算/工程计算ExponentRegress

说明:指数回归方程 ExponentRegress.cs 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(double x) 预测函数,根据模型得到预测结果。 public override double computeR2() 计算
<wangyinghao> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算HyperbolaRegress

说明:双曲线回归方程 HyperbolaRegress.cs 注意!该模型要求a与b的值要大于0!使用该模型时应注意验证这个限制条件。我在实现模型时未加入任何出错流程控制。X不能为0。 方程模型为 public override double[] buildFormula() 得到系数数组,存放顺序与模型系数相反,即该数组中系数的值依次是b,a。 public override double forecast(doub
<wangyinghao> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算Md5A

说明:md5的加密算法.一个工程文件.很好的用来学习,研究-md5 encryption algorithm. a project file. very good for study, research
<xiezhiyun> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算kalmanexample

说明:some example which explain kalman clearly,if you know little about kalman,it will be good choice.
<wanyi> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算EllipticEquation

说明:利用AFEPack包求解变二次系数的椭圆型方程.在求解这个问题的过程中,先要把程序的结构进行整理,将变二次项系数的因素加进去 ,并使得其更加有利于复杂一些的问题的求解 。为此,我们使用一个类来管理这个求解的问 题,先写一个对这个类进行声明的头文件 EllipticEquation.h-Use AFEPack package for solving variable coefficient elliptic quadratic equat
<崔峰> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算0

说明:模拟鼠标. 模拟鼠标.-Simulation of the mouse. Simulated mouse. Simulated mouse.
<> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算CheckID

说明:利用C++ Builder程式撰寫出可以驗證台灣人身分證件是否為合法證件的 C 源碼-The use of C++ Builder program to write out the identity of Taiwan can verify whether the documents as a legal document and C source
<Jack> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算enigma

说明:enigma加密算法,一种很好的算法,值得学习,希望不要错过。
<陈峰> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算sort---VB

说明:基于VB的冒泡排序的算法程序,试过了可以用,适合初学者-VB on the Bubble Sort algorithm procedure can be tried for beginners
<包包> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算C2

说明:线性代数方程组的解法.全主元高斯约当消去法,LU分解法,追赶法-Linear algebraic equations of the solution. The entire principal Gauss Jordan elimination method, LU decomposition method, to catch up with the Law
<freezingsnow> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算fft

说明:用于进行一维和二维的傅利叶变换及其逆变换-Used for the one-dimensional and two-dimensional Fourier transform and its inverse transform
<杨过> 在 2024-11-01 上传 | 大小:4096 | 下载:0

[数学计算/工程计算dfpmin

说明:数值方面的优化算法,主要用于拟牛顿的算法之中-Numerical aspects of the optimization algorithm, mainly used for quasi-Newton algorithm are
<王丰> 在 2024-11-01 上传 | 大小:4096 | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 2109.10 .11 .12 .13 .14 ... 3400 »

源码中国 www.ymcn.org