代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/434208/7881385
java animator.java
package demo;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.Timer;
import org.jfree.data.category.DefaultCategoryDataset;
class Animator extends
www.eeworm.com/read/198545/7929143
m binomr.m
function y = binomr(n,p)
%BINOMR Binomial random number generator.
% BINOMR(N,P) generates a single random deviate from the binomial
% distribution with denominator n and success probability P.
%
www.eeworm.com/read/198545/7929300
m gammad.m
function y=gammad(x,alpha,beta);
%GAMMAD y=GAMMAD(x,alpha,beta) is the density of a Gamma(alpha,beta)
% random variable at x.
% GKS 15 May 92
y=x.^(alpha-1).*exp(-x./beta)./gamma(alpha)./(beta
www.eeworm.com/read/198531/7930842
c gremlin.c
/*
* OpenVPN -- An application to securely tunnel IP networks
* over a single UDP port, with support for TLS-based
* session authentication and key exchange,
*
www.eeworm.com/read/433381/7935857
dat rand_01_one.dat
random = 0.571930
random = 0.383469
random = 0.472412
random = 0.073380
random = 0.859467
random = 0.696152
random = 0.410828
random = 0.640457
random = 0.069855
random = 0.623093
www.eeworm.com/read/298760/7938631
cpp rtcgpsfda3.cpp
// RTCGPSFDA3.cpp: implementation of the RTCGPSFDA3 class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RTDMOEA.h"
#include "RTCGPSFDA
www.eeworm.com/read/298428/7961860
c puttext.c
#include
#include
#include
#include
#include
#include
void main(void)
{
char buffer[128];
int row, column;
clr
www.eeworm.com/read/296909/8072858
m mkgp.m
function [A,b,G,h,x,nu] = mkgp_sparse(n,szs,p,seed, sparsity)
%
% function [A,b,G,h,x,nu] = mkgp_sparse(n,szs,p,seed, sparsity)
%
% Input Arguments:
%
% n : # of rows of A.
% szs : size variable of
www.eeworm.com/read/396258/8117929
c macaddr.c
#include
#include
#include
int main(void){
time_t now;
srandom(time(&now));
printf("{0x%02x,0x%02x,0x%02x,0x%02x,0x%02x,0x%02x}",
0, (int)rando
www.eeworm.com/read/295913/8134910
asv main.asv
%main function
global num;
global error1;
global Robottest;
global Robot;
global p;
global lastx;
global lasty;
global lastTh;
global sonar;
global plotnum;
global errornum;
global step;