-
least squares curve fitting Author : Anonymous article Source : unknown number o...
最小二乘法曲线拟合
作者:佚名 文章来源:不详 点击数:164 更新时间:2006-1-4
【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】
//最小二乘法曲线拟合
typedef CArrayCDoubleArray
BOOL CalculateCurveParameter(CDoubleArray *X,CDoubleArray *Y,long M,long N,CDoubleArray *A)
{
//X,Y -- X,Y两轴的坐标
//M -- 结果变量组数
//N -- 采样数目
//A -- 结果参数
文章录入:admin 责任编辑:admin
-least squares curve fitting Author : Anonymous article Source : unknown number of hits : 164 updated : 2006-1-4 Text : big or small-- [comment] [collections] [accession told friends] [Print this article] [Close :// least-squares method curve fitting typedef CArray
- 2022-05-27 23:23:51下载
- 积分:1
-
这个系统实现操作系统作业的模拟调度,在VC环境下实现,用MFC实现了界面的可视化...
这个系统实现操作系统作业的模拟调度,在VC环境下实现,用MFC实现了界面的可视化-The system simulation to achieve the operating system job scheduling, in the VC environment to achieve, using MFC to achieve visualization of the interface
- 2023-03-31 19:20:04下载
- 积分:1
-
xp 和Apple的双系统,该文件是用来在xp的启动栏里加Apple的启动选项,用于启动Apple系统,具体的方法是吧tboot复制到c:(和boot.ini同...
xp 和Apple的双系统,该文件是用来在xp的启动栏里加Apple的启动选项,用于启动Apple系统,具体的方法是吧tboot复制到c:(和boot.ini同级目录)在boot.ini文件的最后加上行加上c: boot=Apple Mac Os x 10.5 leopard 保存-xp, and Apple" s dual system, the file is used to start bar xp plus Apple startup options used to start Apple systems, specific methods, right tboot copied to c: (and boot.ini peer directories) In the boot.ini file, add the line add c: tboot = Apple Mac Os x 10.5 leopard to save
- 2022-03-04 14:09:29下载
- 积分:1
-
FPGA的设计,VHDL编程,Max Plus模拟,在实际电路验证…
FPGA数字钟的设计,用VHDL语言编程,max+plus仿真,可在实际电路中验证-FPGA design, VHDL programming, max plus simulation, in the actual circuit verification
- 2023-01-15 13:10:04下载
- 积分:1
-
在Symbian的进度条的例子
progress bar example in symbian
- 2023-01-17 21:35:04下载
- 积分:1
-
高通QCELP
高通Qcelp-13k源代码,是CDMA中常用的那种
- 2022-03-20 07:00:26下载
- 积分:1
-
拼图游戏 ,VC++ 游戏编程源码,很优秀地实现,值得收藏研究,学习。...
拼图游戏 ,VC++ 游戏编程源码,很优秀地实现,值得收藏研究,学习。-puzzles, games programming source VC, very good to achieve worthy collection of research to learn.
- 2022-02-07 20:28:02下载
- 积分:1
-
一个小程序的画,不完善,请给精上传,谢谢大家
一个画图的小程序,不完善,请大家给与完善后上传,-A drawing of a small program, imperfect, please give refined upload, thank you
- 2022-04-24 14:07:35下载
- 积分:1
-
teset polygon is overlap or not
ARCGIS程序, 基于ArcGIS平台
用于测试面(如行政区)是否重叠-teset polygon is overlap or not
- 2022-05-21 16:36:27下载
- 积分:1
-
cdecl 将声明翻译成通俗语言
国际上著名的cdecl的超级简化版 , 也算是一个另类的中文版吧。。。可以将C 语言的声明翻译成中文哦!!!例子(上面一行是输入,下面一行是输出):int a标识符a是int型int a[]标识符a是int型的数组int *a[]标识符a是指向int型的指针的数组int *a()标识符a是返回值为指向int型的指针的函数int (*a)()标识符a是指向返回值为int型的函数的指针
- 2022-10-21 19:15:04下载
- 积分:1