-
a power real
一个电力实时监控系统的VC实现,可以以此为参照进行进一步开发。-a power real-time monitoring system VC, be used as a reference for further development.
- 2022-06-26 04:55:29下载
- 积分:1
-
制作网页特效的东东,对各位个人主页的站长一定有用的
制作网页特效的东东,对各位个人主页的站长一定有用的-production netnew saucepan, individual right to the head of Home certain useful
- 2022-09-11 22:00:02下载
- 积分:1
-
这个是IDES ECC6.0安装手册,跟4.7版本安装有点不一样。
这个是IDES ECC6.0安装手册,跟4.7版本安装有点不一样。-This is the installation of IDES ECC6.0 manual, with the 4.7 version of the installation a bit different.
- 2023-06-08 12:45:03下载
- 积分:1
-
- 2022-02-15 21:27:18下载
- 积分:1
-
我选择约瑟夫问题(附带一个合数段的问题这是我们第一次的考试题)做我最后一个上传的代码。因为这是我付出最多的一个,我的第一个程序,当时全班就我一个弄了出来现在想起...
我选择约瑟夫问题(附带一个合数段的问题这是我们第一次的考试题)做我最后一个上传的代码。因为这是我付出最多的一个,我的第一个程序,当时全班就我一个弄了出来现在想起来都十分高兴。一年以来还做了其他很多小东西,因为太简陋就步多传了,这些足够代表我大一这年的旅程了。希望你们能给我提供一个更大的学习的机会。不久的将来我就会有质量更高的代码上传了。谢谢先-I chose (a few fringe of a problem this is our first examination), the last one so I uploaded code. Because it is up to me to pay the one, my first one procedure, a class I get out now are very happy together. The past year has also done a lot of other little things too shabby on the multi-step, which I adequately represented in this year"s freshman of the journey. I hope you will give me a greater opportunity to learn. The near future, I will have a better quality of the uploaded code. Thank you first!
- 2022-01-30 12:57:52下载
- 积分:1
-
快速排序的经典算法
快速排序的经典算法-Quick Sort of the classic algorithm
- 2022-02-13 01:29:10下载
- 积分:1
-
光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪
光线追迹模拟程序,图示了光线在变折射率中的轨迹追踪-Ray-tracing simulation program, the icon is changing the refractive index of light in the trajectory tracking
- 2022-10-16 21:45:03下载
- 积分:1
-
经典的CDMA扩频通信书籍,A.J.维特比编写
经典的CDMA扩频通信书籍,A.J.维特比编写-Classic books CDMA Spread Spectrum Communication, AJ Viterbi prepared
- 2022-02-26 06:26:05下载
- 积分:1
-
Java Bomberman is just another multiplayer bomberman clone written in Java.
Java Bomberman is just another multiplayer bomberman clone written in Java.
- 2022-05-16 05:21:57下载
- 积分:1
-
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