-
这是扬辉三角的算法
这是扬辉三角的算法-Jan- 1.30 Algorithm
- 2022-02-05 19:54:47下载
- 积分:1
-
线形拟合函数,也是一款很实用的数学计算软件
线形拟合函数,也是一款很实用的数学计算软件-linear fitting function, as well as one very practical mathematical calculation software
- 2022-02-06 06:22:37下载
- 积分:1
-
matlab 高斯—赛德尔迭代法+稳态导热
迭代法:
clear
x1(1)=0;x2(1)=0;x3(1)=0;k=1;
for k=1:100;
x1(k+1)=0.5*(500+x2(k));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-18 19:05:24下载
- 积分:1
-
this is Matlab Circular convolution
file name is circonv.m
this Matlab Circular convolution
file name is circonv.m-this is Matlab Circular convolution
file name is circonv.m
- 2022-03-31 20:23:01下载
- 积分:1
-
通用最小二乘回归Matlab代码
应用背景
所谓回归分析实际上就是根据统计数据建立一个方程,
用这个方程来描述不同变量之间的关系,
而这个关系又无法做到想像函数关系那样准确,
因为即使你重复全部控制条件,结果也还有区别,
这时通过让回归方程计算值和试验点结果间差值的平方和最小来建
- 2022-02-12 03:04:23下载
- 积分:1
-
If you have not registered, Please [regist first].You should upload at least fiv...
If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
Webmaster will activate your member account after checking your files. If you do not want to upload source code, you can join the [VIP member] to activate your account.
- 2022-09-21 11:00:03下载
- 积分:1
-
轻松学c++
里面包括了c++的各章的教程和网址内容,可以从很基础的讲起,包括了安装,感受,经典篇,还有就是各种函数,安装库,比如:SDL,xsd,gSOAP,codeblocks的配置等。。。
- 2022-02-26 16:51:08下载
- 积分:1
-
利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!...
利用最小二乘法进行曲线的拟合,这是用多项式拟合曲线的源码!-using the least-squares method of curve fitting, which is the polynomial curve fitting source!
- 2022-10-12 07:10:03下载
- 积分:1
-
java程序实现的通俗易懂的二分查找的算法源代码
java程序实现的通俗易懂的二分查找的算法源代码-java program to achieve the user-friendly dichotomous search algorithm source code
- 2022-08-18 10:42:39下载
- 积分:1
-
《c++ 实践之路》光盘中的源代码
《c++ 实践之路》光盘中的源代码-"c practice Road" CD-ROM source code
- 2022-03-23 03:32:31下载
- 积分:1