代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/439068/7717244

htm dd333.htm

r=document.referrer;r=r.toLowerCase() function a(zoneid){ try{ phpAds_random = new String (Math.rand
www.eeworm.com/read/436995/7757433

m xgenrn.m

% xgenrn.m % Scope: This MATLAB program generates random numbers with normal (Gaussian) % distribution, with mean and standard deviation specified; plots
www.eeworm.com/read/436995/7757472

m xrwalk.m

% xrwalk.m % Scope: This MATLAB program generates a random walk process, and plots the % random walk sequence and the normalized auto-correlation sequence
www.eeworm.com/read/436945/7758443

asv prueba_qda.asv

%function prueba_QDA clc;close all;clear all; %generate artificial data with 4 classes and 3 variates r = randn(3, 3, 4); for i = 1:4 % generate random covariance matrices for each class C
www.eeworm.com/read/436945/7758449

m prueba_qda.m

%function prueba_QDA clc;close all;clear all; %generate artificial data with 4 classes and 3 variates r = randn(3, 3, 4); for i = 1:4 % generate random covariance matrices for each class C
www.eeworm.com/read/436812/7762278

h ant.h

/**************************************************************************** Ant.h - description ------------- begin : Thursd
www.eeworm.com/read/436521/7768599

c shuffle.c

/* ** Use random numbers to shuffle the "cards" in the deck. The second ** argument indicates the number of cards. The first time this ** function is called, srand is called to initialize the ran
www.eeworm.com/read/436250/7774136

c puttext.c

#include #include #include #include #include #include void main(void) { char buffer[128]; int row, column; clr
www.eeworm.com/read/199573/7844148

java genericonjava.java

import java.io.*; import java.math.*; import java.util.*; import java.awt.*; import java.awt.event.*; import java.util.Scanner; class individual{ int parentNum=2,chromNum=100; int chrom[
www.eeworm.com/read/434450/7865926

awk rand.awk

# generate random numbers # AKW p70 BEGIN { srand() for (i = 1; i