• 大小: 5KB
    文件类型: .java
    金币: 1
    下载: 0 次
    发布日期: 2021-05-27
  • 语言: Java
  • 标签: JAVA代码  

资源简介

上班没事写个随即双色球,直接执行就行了,少啥功能自己加

资源截图

代码片段和文件信息

package com.bruceEckel;

import java.io.*;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;

import com.sinosoft.lis.callCenter.PSF;
import com.sinosoft.lis.pubfun.PubFun;

import sun.misc.base64Encoder;

public class Doubble {

/**
 * @param args
 */
private static int num1;

private static int num2;

private static int num3;

private static int num4;

private static int num5;

private static int num6;

private static int num7;

private static String S[];

private static String S7;

private static FileWriter mFileWriter = null;

private static BufferedWriter mBufferedWriter = null;

private static StringBuffer mStringBuffer = new StringBuffer();

private static int i[] = { 0 1 2 3 4 5 6 7 8 9 10 11 12 13
14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
31 32 33 };

public static int randomNUMred() {
int j = (int) Math.abs(Math.round(Math.random() * 32 + 1));
return j;
}

public static int randomNUMblue() {
int j = (int) Math.abs(Math.round(Math.random() * 15 + 1));
return j;
}

public static boolean compareNUM() {
int j = (int) Math.abs(Math.round(Math.random() * 32 + 1));
return false;
}

// public static String readFile() throws IOException
// {
// try
// { //创建文件输入流对象
// FileInputStream rf = new FileInputStream( “history.txt“);
// int n=512;
// byte buffer[] = new byte[n];
// while ((rf.read(buffer0n)!=-1) && (n> 0)) //读取输入流
// {
// System.out.print(new String(buffer));
// }
// System.out.println();
// rf.close(); //关闭输入流
// }
// catch (IOException ioe)
// {
// System.out.println(ioe);
// }
// catch (Exception e)
// {
// System.out.println(e);
// }
// }

public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub

// readWantedText(“D:\\test.txt“ “COMMON.9006 - 000332“);

// int m = Integer.parseInt(s);
for (int t = 0; t < 1; t++) {

while (true) {
num1 = i[randomNUMred()];

num2 = i[randomNUMred()];

num3 = i[randomNUMred()];

num4 = i[randomNUMred()];

num5 = i[randomNUMred()];

num6 = i[randomNUMred()];

num7 = i[randomNUMblue()];

if (num2 != num1 && num3 != num1 && num4 != num1
&& num5 != num1 && num6 != num1 && num3 != num2
&& num4 != num2 && num5 != num2 && nu

评论

共有 条评论