摘要:
1 #include<stdio.h> 2 int main() 3 { 4 int i,j,row=0,colum=0,max; 5 int a[3][4]={{1,2,3,4},{9,8,7,6},{-10,10,-5,2}}; 6 max=a[0][0]; 7 for (i=0;i<=2;i+ 阅读全文
posted @ 2016-11-20 22:07
暮雪超霸
阅读(12271)
评论(0)
推荐(2)
摘要:
1 #include 2 int main() 3 { 4 int i,j,row=0,colum=0,max; 5 int a[3][4]={{1,2,3,4},{9,8,7,6},{-10,10,-5,2}}; 6 max=a[0][0]; 7 for (i=0;imax) 12 { 13 max=a[i][j];... 阅读全文
posted @ 2016-11-20 22:05
暮雪超霸
阅读(286)
评论(0)
推荐(0)
摘要:
C语言pow函数编写 1 #include<stdio.h> 2 3 double chaoba(double f,double q); //声明自定义函数 4 void main(void) 5 { 6 double a=2.0,b=3.0,c; 7 c=chaoba(a,b); 8 printf 阅读全文
posted @ 2016-11-20 20:14
暮雪超霸
阅读(5128)
评论(2)
推荐(0)

浙公网安备 33010602011771号