代码搜索:Random

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

代码结果 10,000
www.eeworm.com/read/252504/12278490

asv main.asv

%main function num=; error1=7.5; Robottest(1:12)=[random('normal',2.5,0.21),random('normal',3,0.21),360*rand(1),0, 0, 0, 0, 0, 0, 0, 0, 0]; Robot(1:12)=[0]; p(1:num,1:12)=[0]; lastx=Robottest(
www.eeworm.com/read/252504/12278507

m main.m

%main function num=100; error1=7.5; Robottest(1:12)=[random('normal',2.5,0.21),random('normal',3,0.21),360*rand(1),0, 0, 0, 0, 0, 0, 0, 0, 0]; Robot(1:12)=[0]; p(1:num,1:12)=[0]; % lastx=Robot
www.eeworm.com/read/252500/12278599

c subprogram.c

#include "stdio.h" #include "head.h" #include "math.h" #include "malloc.h" #include //#include #include /* function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss
www.eeworm.com/read/252500/12278616

c subprogram.c

#include "stdio.h" #include "head.h" #include "math.h" #include "malloc.h" #include "stdlib.h" #include "time.h" /* function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss(m,sgma) % [n1 n2]=gnga
www.eeworm.com/read/150619/12280229

java writethread.java

/**类WriteThead用于向存放共享数据的数组中写入数据*/ class WriteThread extends Thread{ /*声明一个SynImp类的对象*/ SynImp synObj; /**构造方法为synObj赋值*/ public WriteThread(SynImp parObj){ synObj = parObj; } /**run()方
www.eeworm.com/read/150619/12280238

bak writethread.java.bak

/**类WriteThead用于向存放共享数据的数组中写入数据*/ class WriteThread extends Thread{ /*声明一个SynImp类的对象*/ SynImp synObj; /*构造方法为synObj赋值*/ public WriteThread(SynImp parObj){ synObj = parObj; } /*run()方法将
www.eeworm.com/read/150542/12287048

c esthmm.c

/* ** Author: Tapas Kanungo, kanungo@cfar.umd.edu ** Date: 22 February 1988 ** File: esthmm.c ** Purpose: estimate HMM parameters from observation. ** Organization: Univ
www.eeworm.com/read/252197/12293157

m randint2.m

function out = randint2(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) genera
www.eeworm.com/read/252063/12304984

c frannor.c

/* Copyright (c) Colorado School of Mines, 2003.*/ /* All rights reserved. */ /*********************** self documentation **********************/ /******************************
www.eeworm.com/read/251889/12313387

java rvgs.java

/* -------------------------------------------------------------------------- * This is a Java library for generating random variates from six discrete * distributions * * Generator