代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/485140/6566076
java exam9_3.java
/*这是一个处理算术运算异常的程序
*程序的名称:ArithmerticExceptionExam9_2.java
*目的是演示抛出异常的用法
*/
import java.util.*;
import java.lang.ArithmeticException.*;
public class Exam9_3
{
public static void arithmetic
www.eeworm.com/read/485150/6566183
m tiling_create.m
function [xdata, wdata, tdim] = tiling_create(xg, dsize, c, cfg)
% TILING_CREATE Creates tiling structures
% [XDATA, WDATA, TDIM, GRIDS] = TILING_CREATE(XG, DSIZE, C, CFG)
% Parameters:
% xg
www.eeworm.com/read/485229/6568382
java league.java
/* Class League is for that the teams can play each other.every team will play 9 times so at the end of the
* program 90 matches would have been played in a league*/
public class League
{
www.eeworm.com/read/484959/6569556
cpp~ system.cpp~
// System dependent routines
// File: system.cpp
#include "system.h"
#include
void seedRandom(unsigned int seed)
// seed for random number generator.
{
srand(seed);
return;
www.eeworm.com/read/484959/6569561
cpp system.cpp
// System dependent routines
// File: system.cpp
void seedRandom(unsigned int seed)
// seed for random number generator.
{
srand(seed);
return;
}
double random(void)
// ra
www.eeworm.com/read/484696/6572629
txt 随机数.txt
import java.util.Arrays;
import java.util.Random;
/**
* RandomUtil - Random Tool Class.
* @author SageZk
* @version 1.0
*/
public class RandomUtil {
private RandomUtil
www.eeworm.com/read/484696/6572679
txt 双色球算号器.txt
public class GenTicket {
/**
*
* 双色球算号器
*/
public static void main(String[] args) throws IOException {
System.out.print("Input your lucky number: ");
www.eeworm.com/read/484014/6588996
java bouncingball.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Ball extends JApplet implements Runnable{
private Thread blueBall;
private boolean xUp,yUp,bouncing;
private i
www.eeworm.com/read/483937/6597763
cs validatecode.aspx.cs
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using Syste
www.eeworm.com/read/483267/6602934
java puke.java
package day04;
public class PuKe {
public static void main(String[] args) {
int[] a=new int[6];
int i=0;
loop:while(i