-
矩陣相乘
矩陣相乘
#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
-
matlab应用实例。如:FIR、IIR数字滤波器设计等。
matlab应用实例。如:FIR、IIR数字滤波器设计等。-the example for degining FIR、IIR filter and so on.
- 2022-01-31 01:49:42下载
- 积分:1
-
“连连看”游戏开发平台,使用Access做的,在我们…
《连连看》游戏,使用Access做开发平台,对使用VBA处理图像及其他数据有一定帮助。另外,对连连看游戏及规则的算法实现,充分利用了AccessVBA中的内置对象,减少了编程的难度。-" Lianliankan" game development platform to use Access to do, on the use of VBA to deal with images and other data have some help. In addition, the rules of games and Lianliankan algorithm makes full use of the built-in object AccessVBA a decrease of programming more difficult.
- 2022-01-26 03:08:15下载
- 积分:1
-
c++ learning 讲授对于初学者有很大帮助,对于熟悉着可以参考下...
c++ learning 讲授对于初学者有很大帮助,对于熟悉着可以参考下-c++ learning to teach have much help for beginners, for those familiar with a can refer to the next
- 2022-07-23 19:04:37下载
- 积分:1
-
一个小小的智力游戏 里面有很多关卡 看看这个历险是怎样成为可能的 很有意思...
一个小小的智力游戏 里面有很多关卡 看看这个历险是怎样成为可能的 很有意思
-a little intellectual game that there are many hurdles to see how this adventure is likely to become a very interesting
- 2022-03-18 03:05:28下载
- 积分:1
-
Windows Visita 操作系统中新增加的API函数集和帮助文件
Windows Visita 操作系统中新增加的API函数集和帮助文件-The new operating system, Windows Visita additional set of API functions and help files
- 2023-06-12 01:50:05下载
- 积分:1
-
Y_Browser_050_0_3rdEd is the best file browser for symbian 9.1
Y_Browser_050_0_3rdEd is the best file browser for symbian 9.1-Y_Browser_050_0_3rdEd is the best file br owser for symbian 9.1
- 2023-04-09 10:35:04下载
- 积分:1
-
c语言之键盘篇,从基础学起,让你彻底精通c语言的应用。
c语言之键盘篇,从基础学起,让你彻底精通c语言的应用。-keyboard of c language,learn form base,lead you to be well up to application of c language
- 2023-06-12 00:10:08下载
- 积分:1
-
一个mathematica求级数展开的代码
一个mathematica求级数展开的代码-Mathematica for a series expansion of the code
- 2022-03-21 12:52:15下载
- 积分:1
-
不错的多开补丁源代码,不需要解压密码,欢迎大家使用
不错的多开补丁源代码,不需要解压密码,欢迎大家使用-good patches more open source code, not extracting passwords and you are welcome to use
- 2022-05-07 15:49:11下载
- 积分:1