Flask接口签名sign原理与实例代码浅析
442
2022-12-26
Java 数组获取最大和最小值的实例实现
以下实例演示了如何通过 Collections 类的 Collections.max() 和 Collections.min() 方法来查找数组中的最大和最小值:
Main.java 文件:
import java.util.Arrays;
import java.util.Collections;
public class Main {
public static void main(String[] args) {
Integer[] numbers = { 8, 2, 7, 1, 4, 9, 5};
int min = (int) Collections.min(Arrays.asList(numbers));
int max = (int) Collections.max(Arrays.asList(numbers));
System.out.println("最小值: " + min);
System.out.println("最大值: " + max);
}
}
以上代码运行输出结果为:
最小值: 1
最大值: 9
java求数组中元素最大值最小值及其下标
功能需求:遍历数组,并求出数组中元素的最大元素,最小元素,及其相应的索引等问题,要求用方法完成.
思路:分别创建不同的方法,然后再调用方法.
代码展示:
public class Array{
public static void main(String[] args){
int[] arr={13,45,7,3,9,468,4589,76,4}; //声明数组并赋值
//调用遍历的方法
print(arr); //在同一个类中,类名可以省略
//调用获取最大值的方法
System.out.println("最大元素为:"+max(arr));
//调用获取最大值索引的方法tPEuyy
System.out.println("最大元素的索引为:"+maxIndex(arr));
//调用获取最小值的方法
System.out.println("最小元素为:"+min(arr));
//调用获取最小值索引的方法
System.out.println("最小元素的索引为:"+minIndex(arr));
//调用查找元素是否存在的方法
System.out.println("查找元素的状态为:"+search(arr,9));
//调用查找元素是否存在并返回索引方法
System.out.println("查找元素的索引为:"+searchIndex(arr,9));
}
//遍历数组
public static void print(int[] arr){
/*for(int i:arr){ //使用加强for循环遍历
System.out.print(arr[i]+"\t");
}
System.out.println; */
for(int i=0;i System.out.print(arr[i]+"\t"); } System.out.println(); } //获取最大值 public static int tPEuyymax(int[] arr){ int max=arr[0]; for(int i=0;i if(arr[i]>max){ max=arr[i]; } } return max; } //获取最大值索引 public static int maxIndex(int[] arr){ int maxIndex=0;; for(int i=0;i if(arr[i]>arr[maxIndex]){ maxIndex=i; } } return maxIndex; } //获取最小值 public static int min(int[] arr){ int min=arr[0]; for(int i=0;i if(arr[i] min=arr[i]; } } return min; } //获取最小值索引 public static int minIndex(int[] arr){ int minIndex=0;; for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
System.out.print(arr[i]+"\t");
}
System.out.println();
}
//获取最大值
public static int tPEuyymax(int[] arr){
int max=arr[0];
for(int i=0;i if(arr[i]>max){ max=arr[i]; } } return max; } //获取最大值索引 public static int maxIndex(int[] arr){ int maxIndex=0;; for(int i=0;i if(arr[i]>arr[maxIndex]){ maxIndex=i; } } return maxIndex; } //获取最小值 public static int min(int[] arr){ int min=arr[0]; for(int i=0;i if(arr[i] min=arr[i]; } } return min; } //获取最小值索引 public static int minIndex(int[] arr){ int minIndex=0;; for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(arr[i]>max){
max=arr[i];
}
}
return max;
}
//获取最大值索引
public static int maxIndex(int[] arr){
int maxIndex=0;;
for(int i=0;i if(arr[i]>arr[maxIndex]){ maxIndex=i; } } return maxIndex; } //获取最小值 public static int min(int[] arr){ int min=arr[0]; for(int i=0;i if(arr[i] min=arr[i]; } } return min; } //获取最小值索引 public static int minIndex(int[] arr){ int minIndex=0;; for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(arr[i]>arr[maxIndex]){
maxIndex=i;
}
}
return maxIndex;
}
//获取最小值
public static int min(int[] arr){
int min=arr[0];
for(int i=0;i if(arr[i] min=arr[i]; } } return min; } //获取最小值索引 public static int minIndex(int[] arr){ int minIndex=0;; for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(arr[i] min=arr[i]; } } return min; } //获取最小值索引 public static int minIndex(int[] arr){ int minIndex=0;; for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
min=arr[i];
}
}
return min;
}
//获取最小值索引
public static int minIndex(int[] arr){
int minIndex=0;;
for(tPEuyyint i=0;i if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(arr[i] minIndex=i; } } return minIndex; } //在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false public static boolean search(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
minIndex=i;
}
}
return minIndex;
}
//在数组中查找指定元素是否存在 ,如是存在返回true,不存在返回false
public static boolean search(int[] arr,int number){
for(int i=0;i if(number==arr[i]){ return true; } } return false; } //在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1 public static int searchIndex(int[] arr,int number){ for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(number==arr[i]){
return true;
}
}
return false;
}
//在数组中查找指定元素是否存在 ,如是存在返回索引,不存在返回-1
public static int searchIndex(int[] arr,int number){
for(int i=0;i if(number==arr[i]){ return i; //返回索引 } } return -1; } } 效果截图:
if(number==arr[i]){
return i; //返回索引
}
}
return -1;
}
}
效果截图:
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~