代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/428473/8865808

plg rsa.plg

Build Log --------------------Configuration: rsa - Win32 Debug-------------------- Command Lines Creating temporary file "F:\temp\RSP122.tmp" w
www.eeworm.com/read/285107/8868144

java swing3.java

import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.Random; public class Swing3 extends JFrame{ int ox, oy; Random rnd = new Random(); Swing3(String title){
www.eeworm.com/read/285107/8868715

java canvas1.java

import java.awt.*; import java.util.Random; public class Canvas1 extends Canvas{ public void paint(Graphics g){ Random rnd=new Random(); for(int i=1;i
www.eeworm.com/read/186848/8901872

plg md5.plg

Build Log --------------------Configuration: md5 - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\liuhb\LOC
www.eeworm.com/read/427960/8909309

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/427909/8913526

m pick.m

function [i,j] = pick(ndx) % PICK Pick an entry at random from a vector % function [i,j] = pick(ndx) % % i = ndx(j) for j ~ U(1:length(ndx)) dist = normalize(ones(1,length(ndx))); j = sample_d
www.eeworm.com/read/427511/8938576

m randtx.m

function U = randtx(arg1,arg2) % RANDTX Text book version of RAND % Uniformly distributed random numbers % This M-file exactly reproduces the numerical % behavior of the builtin RAND function. %
www.eeworm.com/read/427507/8939117

m data generator.m

for i= gen01dat( long data_len, int *out_array ) long t; % time % re-seed the random number generator randomize; %generate the random data and write it to the o
www.eeworm.com/read/427206/8966204

~pas gadelphi.~pas

unit GADelphi; interface uses Math, SysUtils; type PUnsigned = array of Cardinal; Pint = ^integer; individual = record chrom: PUnsigned; fitness: double; varible: d
www.eeworm.com/read/427206/8966227

pas gadelphi.pas

unit GADelphi; interface uses Math, SysUtils; type PUnsigned = array of Cardinal; Pint = ^integer; individual = record chrom: PUnsigned; fitness: double; varible: d