-
矩陣相乘
矩陣相乘
#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
-
基于SDN的负载均衡节能技术研究_姚晨
利用SDN分布式实现了网络流量负载均衡的功能(The function of load balancing of network traffic is realized by using SDN)
- 2017-11-17 16:27:56下载
- 积分:1
-
c#获取磁盘分区容量
c#获取某一磁盘分区的容量大小,可以是磁盘和目录的形式,选择后可显示出磁盘容量信息,以及剩余空间大小等,比较简单的磁盘信息读取程序。
- 2022-01-25 19:57:25下载
- 积分:1
-
ADX345
说明: aDXL345驱动,ADI三轴加速度计,适用于入门级产品,价格便宜(ADXL345 drive, ADI triaxial accelerometer, suitable for entry level products, cheap price)
- 2020-06-29 15:02:12下载
- 积分:1
-
matlab(yanshe)
编写计算程序:(a)矩孔夫琅和费衍射;(b)圆孔夫琅和费衍射
- 2020-12-27 22:09:03下载
- 积分:1
-
避碰路径规划算法
说明: 输入:障碍物和起止点坐标信息;
输出:避碰最短路径;
思路:利用切线图算法对障碍物区域进行环境建模,然后利用Dijkstra算法进行路径规划。(Input: coordinate information of obstacles and starting and ending points;
Output: shortest path to avoid collision;
Idea: use tangent graph algorithm to model the environment of obstacle area, and then use Dijkstra algorithm to plan the path.)
- 2019-11-18 15:35:28下载
- 积分:1
-
SECS GEM
详细介绍SECS/GEM通讯规范和SECSII的消息介绍文档(A document about SECS/GEM)
- 2021-01-28 14:38:41下载
- 积分:1
-
高斯消元和积分算法
高斯消元和积分算法-PGE and integral algorithm
- 2022-02-11 13:22:10下载
- 积分:1
-
ProDSP_F28335_MPPTD
说明: 三种常用的MPPT算法----恒压法,扰动法和电导增量法程序(Procedures of constant pressure method, disturbance method and conductance increment method)
- 2019-12-06 17:11:01下载
- 积分:1
-
QAM128_DP_trans_detail
基于optisystem仿真软件的系统,双偏振的128QAM高阶信号传输,(Based on optisystem simulation software, the 128QAM high-order signal transmission with double polarization is realized.)
- 2020-06-23 19:20:01下载
- 积分:1