代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/170836/9785822

c uxgen.c

/* * uxgen.c: Unix implementation of get_heavy_noise() from cmdgen.c. */ #include #include #include #include "putty.h" char *get_random_data(int len) {
www.eeworm.com/read/170827/9786213

txt nms.txt

www.eeworm.com/read/270032/11051380

cxx main.cxx

#include #include #include #include #include "global.h" // GLOBAL CONSTANTS int verbose=0; // WHAT TO PRINT O
www.eeworm.com/read/415828/11051669

as snow.as

package{ import flash.display.*; import flash.events.*; public class Snow extends Sprite{ public var radius:Number; public var angle:Number; public var speed:Number; public function
www.eeworm.com/read/415674/11058661

c 29.c

#include #include /*返回随机数序列初值*/ double Initial() { double init; struct timeb *tmb; while(1) { ftime(tmb); /*利用DOS系统的时钟产生随机数序列初值*/ init=tmb->mill
www.eeworm.com/read/415628/11060521

txt changerthread.txt

import java.io.IOException; import java.util.Random; public class ChangerThread extends Thread { private Data data; private Random random = new Random(); public ChangerThread(String
www.eeworm.com/read/415628/11060538

java changerthread.java

import java.io.IOException; import java.util.Random; public class ChangerThread extends Thread { private Data data; private Random random = new Random(); public ChangerThread(String
www.eeworm.com/read/415628/11060546

java changerthread.java

import java.io.IOException; import java.util.Random; public class ChangerThread extends Thread { private Data data; private Random random = new Random(); public ChangerThread(String
www.eeworm.com/read/415628/11060625

java request.java

import java.util.Random; public class Request { private final String name; // 委托者
www.eeworm.com/read/415628/11060660

java clientthread.java

import java.util.Random; public class ClientThread extends Thread { private final Channel channel; private static final Random random = new Random(); private volatile boolean termina