代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/494226/6380522

java threadyielddemo.java

import java.util.*; class 优先级线程 extends Thread{ public 优先级线程(String 线程名,int 优先级){ super(线程名); setPriority(优先级); } public void run(){ Thread.yield(); System.out.println(Thread.curr
www.eeworm.com/read/494279/6381219

htm 6-3.htm

var snowsrc="ball.gif" var no = 10; var dx, xp, yp; var am, stx, sty;
www.eeworm.com/read/494289/6381703

cpp ipk_enc.cpp

/* Cock's Identity Based Encryption Encryption phase Generates a random AES session key, and uses it to encrypt a file. Outputs ciphertext .ipk The session key
www.eeworm.com/read/493778/6390291

c calldemo.c

/*=========================================================================== FILE: calldemo.c SERVICES: Sample applet using AEE DESCRIPTION This file contains usage examples of following
www.eeworm.com/read/493778/6390296

c rscpooldemo.c

/*=========================================================================== FILE: rscpooldemo.c SERVICES: Sample applet using AEE DESCRIPTION This file contains usage examples of followi
www.eeworm.com/read/493005/6403805

cal randomrun.cal

/* * randomrun - perform a run test on random() * * Copyright (C) 1999 Landon Curt Noll * * Calc is open software; you can redistribute it and/or modify it under * the terms of the version 2.1
www.eeworm.com/read/492366/6422038

jsp distribute.jsp

www.eeworm.com/read/489591/6466185

c ant.c

/* ANT-CYCLE ALGORITHM FOR TSP File: ant.c Purpose: implementation of ant.h */ #include #include #include #include #inc
www.eeworm.com/read/489686/6468779

v mult16.v

// **** Here's a simple, sequential multiplier. Very simple, unsigned.. // Not very well tested, play with testbench, use at your own risk, blah blah blah.. // // // Unsigned 16-bit multiply (m
www.eeworm.com/read/488978/6480960

c rndspeed_main.c

#include #include #include "squid.h" #include "stopwatch.h" int main(int argc, char **argv) { int n = 1000000; int r1; float r2; int i;