文件名称:CalculateTheSummary
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- 何**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
1. 编写一个程序打印数出有10个元素的浮点数组a1中最大值和最小值。
2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。
3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。
4. 求一个3*3矩阵对角线元素之和。
5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。
-1. Write a program that prints out a number of floating-point set of 10 elements in the maximum and minimum values a1. 2. 10 elements will be copied to the array a1 with b1 array of 15 elements of a position. 3. Have been deposited in an array of values 45,89,7,6,0, print out the order by 0,6,7,89,45. 4. Find a 3* 3 matrix and diagonal elements. 5. Set a one-dimensional array of 25 elements, the preparation of a sequential search process to find the value from the array of 80 elements in place.
2.将有10个元素的数组a1 拷贝至含有15个元素的数组b1的一段位置。
3.将一个已存入数组中的值45,89,7,6,0,按0,6,7,89,45的次序打印出来。
4. 求一个3*3矩阵对角线元素之和。
5.设某个一维数组中有25个元素,编写一个顺序查找程序,从中查找值为80的元素在数组中的位置。
-1. Write a program that prints out a number of floating-point set of 10 elements in the maximum and minimum values a1. 2. 10 elements will be copied to the array a1 with b1 array of 15 elements of a position. 3. Have been deposited in an array of values 45,89,7,6,0, print out the order by 0,6,7,89,45. 4. Find a 3* 3 matrix and diagonal elements. 5. Set a one-dimensional array of 25 elements, the preparation of a sequential search process to find the value from the array of 80 elements in place.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
5个程序\CalculateTheSummary.java
.......\CopyArray.java
.......\FindTheIndex.java
.......\PrintArray.java
.......\PrintMaxMin.java
5个程序
.......\CopyArray.java
.......\FindTheIndex.java
.......\PrintArray.java
.......\PrintMaxMin.java
5个程序