-
含有移相器的配电网潮流计算程序,非常适用,我们团队自已开发并一直在使用。...
含有移相器的配电网潮流计算程序,非常适用,我们团队自已开发并一直在使用。-Contains a phase shifter distribution power flow calculation program, is very applicable to our own development team and has been in use.
- 2022-11-11 03:50:03下载
- 积分:1
-
用VB开发的读取网页搜藏夹的简短的代码,本程序只做交流使用...
用VB开发的读取网页搜藏夹的简短的代码,本程序只做交流使用-VB-page search hidden folders to read a short code, the exchange of use of this procedure Zhizuo
- 2023-04-23 19:10:04下载
- 积分:1
-
清华大学的博士论文面向大规模图像库的索引和检索机制研究...
清华大学的博士论文面向大规模图像库的索引和检索机制研究-Tsinghua University doctoral dissertation-oriented large-scale image database indexing and retrieval mechanisms
- 2022-08-14 15:36:26下载
- 积分: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
-
用Delphi实现热点
用Delphi实现热点-hot with Delphi
- 2022-02-21 11:50:40下载
- 积分:1
-
masm 汇编工具
masm 汇编工具-can compilation tools
- 2022-01-25 21:30:15下载
- 积分:1
-
矩陣相乘
矩陣相乘
#include
#include
int m,n,o,p,i,j,k,l;
int main()
{
printf("輸入矩陣A之列數m、行數n及矩陣B之列數o、行數p");
printf("
m=");scanf("%d",&m);
printf("n=");scanf("%d",&n);
printf("
o=");scanf("%d",&o);
printf("p=");scanf("%d",&p);
float a[m][n],b[o][p],c[m][p];
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-05 11:05:03下载
- 积分:1
-
Student achievement management system implemented with VC
学生成绩管理系统用VC实现的,希望给朋友有些帮助-Student achievement management system implemented with VC
- 2023-09-08 07:20:03下载
- 积分:1
-
demonstrations on how to use the data TDBGrid QuickRepot printed examples. Rar
演示如何使用数据TDBGrid QuickRepot打印示例。雷亚尔
- 2022-02-28 20:38:14下载
- 积分:1
-
新书《python开发技术详解》的光盘上的源代码。
新书《python开发技术详解》的光盘上的源代码。-Book 《python development technologies Xiang Jie》 CD-ROM on the source code.
- 2022-05-06 19:13:37下载
- 积分:1