240 发简信
IP属地:河南
  • Arrays方法

    public class arrySort2 {public static void main(String[]args){//定义二维数组并随...

  • 二维数组找最大值

    public class array2 {

  • 合并数组

    public class combineArray {/*1.准备2个数组,a长度为5,b长度为8,并随机填充数;2.准备数组c,长度是a.le...

  • 增强for循环

    '''public class zengqiangfor { public static void main(String [] args){ ...

  • 冒泡排序

    public class helloWorld{ public static void main(String[]args){ //创建...

  • 选择发排序

    public class helloWorld{ //创建一个长度是5的数组,随机填充数 //选择法排序 //冒泡排序 public sta...

  • 随机填充数组并反转

    public class helloWorld{ public static void main(String[] args){ //定义一个长...

  • 2018-04-02 python实现购物

    product_list = [ ('Iphone',7000), ('Mac Pro',12000), ('Bycle',10000), ('...