One - One Code All

Blog Content

java遍历double类型二维维数组

Java   2007-08-21 22:05:16
double a[][]=new double[这里是你定义的长度][这里是你定义的宽度];
//这里是你对double数组a的赋值等等操作;
String str[][]=new String[a.length][a[0].length]; 
for(int i=0;i



上一篇:MySQL常用的四种引擎
下一篇:mysql去掉重复值

The minute you think of giving up, think of the reason why you held on so long.