2016年11月28日

试验10

摘要: 练习一矩阵package test1; public class juzhen { public static double[][] mult(double[][] a,double[][] b){ int ahang = a.length; int alie = a[0].length; int 阅读全文

posted @ 2016-11-28 11:01 天才程序猿 阅读(204) 评论(0) 推荐(0) 编辑

2016年11月21日

shiyan9

摘要: 1. 打乱行编写一个方法打乱一个二维整型数组的行:public static void shuffle(int[][] m)编写一个测试程序,打乱下面的矩阵:Int[][] m = {{1, 2}, {3, 4}, {5, 6}, {7, 8}, {9, 10}}; package com.cust 阅读全文

posted @ 2016-11-21 10:18 天才程序猿 阅读(277) 评论(0) 推荐(0) 编辑

2016年11月15日

sql

摘要: http://blog.csdn.net/wangzi11322/article/details/45501353 阅读全文

posted @ 2016-11-15 14:41 天才程序猿 阅读(116) 评论(0) 推荐(0) 编辑

2016年11月14日

shiyan8

摘要: 1. 储物柜难题一个学校有100个储物柜和100个学生。所有的储物柜在上学第一天都是关着的。随着学生进来,第一个学生,用S1表示,打开每个柜子。然后,第二个学生,用S2表示,从第二个柜子开始,第二个柜子用L2表示,然后改变每个第二个柜子。学生S3从第三个柜子开始,然后改变每个第三个柜子(如果它是开的 阅读全文

posted @ 2016-11-14 11:00 天才程序猿 阅读(441) 评论(0) 推荐(0) 编辑

2016年11月9日

iostream

摘要: package com.cust.wu;import java.io.FileNotFoundException;import java.io.FileReader;import java.io.FileWriter;public class zifu {public static void mai 阅读全文

posted @ 2016-11-09 19:27 天才程序猿 阅读(246) 评论(0) 推荐(0) 编辑

2016年11月7日

shiyan7

摘要: package com.cust.wu; import java.util.Scanner;public class test1 {public static void main(String[] args) { int[] a= new int[101]; for(int i=0;i<101;i+ 阅读全文

posted @ 2016-11-07 10:54 天才程序猿 阅读(155) 评论(0) 推荐(0) 编辑

2016年11月2日

CDMA

摘要: package toos;import java.util.ArrayList;import java.util.Random;public class toos { public ArrayList<int[]> random(){ ArrayList<int[]> list=new ArrayL 阅读全文

posted @ 2016-11-02 21:08 天才程序猿 阅读(162) 评论(0) 推荐(0) 编辑

2016年10月31日

试验6

摘要: test1package com.cust.wu.test1; import java.util.Scanner; public class juzhen { public static int suiji(){ int a=0; int b =(int)(1+Math.random()*(10-1 阅读全文

posted @ 2016-10-31 10:52 天才程序猿 阅读(512) 评论(0) 推荐(0) 编辑

2016年10月24日

试验5

摘要: package com.cust.wu.test2; import java.util.Scanner; public class getsum { public static int sumDigits(int n){ System.out.print(n+"="); int result=0; 阅读全文

posted @ 2016-10-24 11:10 天才程序猿 阅读(94) 评论(0) 推荐(0) 编辑

2016年10月17日

试验4

摘要: package com.wuchaghao.test2; import java.util.Scanner; public class t2 { public static void main(String []args ){ Scanner scan = new Scanner(System.in 阅读全文

posted @ 2016-10-17 11:06 天才程序猿 阅读(80) 评论(0) 推荐(0) 编辑

导航