代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/139952/13119319

i defns.i

/*************************************************************************/ /* */ /* Definitions used in C4.5 */ /* ------------------------ */ /* */ /****
www.eeworm.com/read/326643/13128679

cpp test_support.cpp

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - // ***************
www.eeworm.com/read/139376/13159602

cpp test_support.cpp

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // - // ***************
www.eeworm.com/read/326037/13169539

c csort.c

/************************************************************************ 名称: csort.c 一个动画程序来显示6个排序算法的动作。 运行这个程序要求包含
www.eeworm.com/read/325891/13176601

cpp yichuansuanfa.cpp

/********************************************************************/ /* 基于基本遗传算法的函数最优化 SGA.C */ /* A Function Optimizer using Simple Genetic Algorithm */
www.eeworm.com/read/138798/13211731

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/138758/13216885

java randvals.java

//: c08:RandVals.java // Initializing interface fields with // non-constant initializers. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in Co
www.eeworm.com/read/138685/13225799

h mcsrandomnumbergenerator.h

/* Random Number Generator (appropriate for simulation) The function generate_random_number is from Appendix A of "Simulation Using Promodel" by Harrell, Ghosh, and Bowden, 3rd Edition, McG
www.eeworm.com/read/325023/13230495

java raggedarray.java

//: arrays/RaggedArray.java import java.util.*; public class RaggedArray { public static void main(String[] args) { Random rand = new Random(47); // 3-D array with varied-length vecto
www.eeworm.com/read/239116/13302470

vhd memtest.vhd

library IEEE; use IEEE.std_logic_1164.all; use IEEE.numeric_std.all; use WORK.common.all; use WORK.rand.all; package mem is component memTest generic( DATA_WIDTH: natural := 16