-
矩陣相乘
矩陣相乘
#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
-
封闭模型带低压
说明: 通过ansys进行封闭的变压器结构的建模,进而分析变压器的低压侧绕组电压。电流和阻抗的关系(Model the closed transformer structure through ansys, and then analyze the low-voltage side winding voltage of the transformer. Relation between current and impedance)
- 2020-05-15 10:55:49下载
- 积分:1
-
NLOSidenticationultra-wideband
NLOS identication in ultra-wideband systems based on received signal statistics
- 2010-08-04 10:52:55下载
- 积分:1
-
半车预瞄对比
1/2车辆模型的驾驶员预瞄算法对比,具有实用的参考意义(Comparison of Preview Algorithms for 1/2 Vehicle Model)
- 2020-10-13 14:47:31下载
- 积分:1
-
wind_power_speed_forecast
利用风电场实测风速,基于ARMA模型进行风电场的出力预测(Output Prediction for Wind Farm)
- 2019-04-09 12:26:53下载
- 积分:1
-
这是一个用 vc++编写的史密斯圆图软件
这是一个用 vc++编写的史密斯圆图软件-This is a used vc++ Prepared by Smith Software
- 2022-11-20 10:25:03下载
- 积分:1
-
bp2
说明: 这个成像代码可以多点目标的实现sar 成像bp算法,效果明显,可用。(This imaging code can realize the BP algorithm of SAR imaging for multi-point targets, with obvious effect and availability.)
- 2020-04-05 11:15:40下载
- 积分:1
-
A child sub
小孩分糖问题的c实现
小孩分糖问题的c实现-A child sub-problems c sugar sugar to achieve a child sub-problems c realization of child sub-problems c sugar to achieve
- 2022-03-17 17:12:07下载
- 积分:1
-
很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!
很好的C++课件,适合初学者。ppt格式,希望对大家有帮助!-A very good C++ courseware is suitable for beginners. ppt format, you want to help!
- 2022-02-26 07:19:32下载
- 积分:1
-
双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线...
双线性变换法无限长单位脉冲响应滤波器的设计,用到的模拟原型是切比雪夫和巴特沃斯低通滤波器。能够显示滤波器的幅频特性和相频特性曲线-bilinear transform infinite impulse response filter units in the design, use of simulation is a prototype and Chebyshev low-pass Butterworth filter. To demonstrate the filter frequency characteristics and phase frequency response curve
- 2022-02-27 02:27:12下载
- 积分:1