Topic: 在数组里求最大值的问题

  Print this page

1.在数组里求最大值的问题 Copy to clipboard
Posted by: aiff
Posted on: 2004-11-22 10:40

class max
{
public static void main(String args[])
{
int row=i;int col=j;
int max;
int m[][]={{2,8,-6,4,8},{25,64,8,9},{5,4,6,-4}};
{<---这是跟那个对齐的?----by littledeer1974
max=m[0][0];
if(m[i][j]>max){
System.out.print("这个是"+max);
}
  }
}


{我说兄弟,你把论坛当什么了?能不能发的好点?错别字少点? 代码修饰一下,贴子内容给分个类什么的? 你就是把你的东西往上一扔,这是对别人的不尊重,要不也会让别人把你当傻帽看了,对不?好多人在看呢,我求你了,OK?拜托合作}

2.Re:在数组里求最大值的问题 [Re: aiff] Copy to clipboard
Posted by: aiff
Posted on: 2004-11-22 11:06

兄弟你教训得对 我人太卤莽了 今天状态不好 有点急噪了
但是你也没给我讲解呀!

3.Re:在数组里求最大值的问题 [Re: aiff] Copy to clipboard
Posted by: littledeer1974
Posted on: 2004-11-22 11:13

看你那贴,谁有心情呀?
大家都是人嘛,你发的贴子认真细致一点,大家也愿意看嘛,对不对呀
一个人这样,无所谓,大家都这样,这论坛,不就没有人来了吗

你的代码里边连个循环都没有,怎么找最大值呀,比较一次程序就结束了,你今天好象很不在状态呀

class max
{
public static void main(String args[])
{
int m[][]={{2,8,-6,4,8},{25,64,8,9},{5,4,6,-4}};
int max=m[0][0];
for(int i=0;i<3;i++){
for(int j=0;j<4;j++){
if(m[i][j]>max) max=m[i][j];
}
}
System.out.print("这个就是"+max);

}
}


看看这个吧

4.Re:在数组里求最大值的问题 [Re: aiff] Copy to clipboard
Posted by: aiff
Posted on: 2004-11-22 11:50

谢谢了!

5.Re:在数组里求最大值的问题 [Re: aiff] Copy to clipboard
Posted by: crazip
Posted on: 2004-11-23 19:54

程序不会走的,我建议你加一个for循环。


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923