文件名称:4
介绍说明--下载内容均来自于网络,请自行研究使用
A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer given by user.4.Function: to fill up random integers between -50 and 50 .5.Function: to display the contents of matrix, which should be realized by loop(s), instead of a long printf statement.6.Function: to display the transpose of this matrix.7.Function: to calculate and display the sum of each column.-A C program for the operation of 5*5 matrix. 1.Function: to fill up all the element of this matrix with zero.2.Function: to fill up the upper right triangle with an integer given by user3.Function: to fill up the lower left triangle with an integer given by user.4.Function: to fill up random integers between-50 and 50 .5.Function: to display the contents of matrix, which should be realized by loop(s), instead of a long printf statement.6.Function: to display the transpose of this matrix.7.Function: to calculate and display the sum of each column.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
4.c