代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/338858/12276346
pas rei_35.pas
unit Rei_35;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus, StdCtrls;
type
TRei40_35 = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/338858/12276463
pas rei_36.pas
unit Rei_36;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, Menus, StdCtrls;
type
// 定义房间记录类型
TRoom = record
Used: Byte;
www.eeworm.com/read/338643/12290755
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/338643/12290857
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/150214/12304878
h rand.h
/* RAND.H - Interface to random number generation procedures. */
/* Copyright (c) 1995, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
*
www.eeworm.com/read/149739/12353446
m prex_matchlab.m
%PREX_MATCHLAB PRTools example on K-MEANS clustering and matching labels
%
% Illustrates the use of K-MEANS clustering and the match of labels.
help prex_matchlab
echo on
rand('state',5); %
www.eeworm.com/read/337416/12370459
h rand.h
/* RAND.H - Interface to random number generation procedures. */
/* Copyright (c) 1995, 2000, 2001 by Radford M. Neal
*
* Permission is granted for anyone to copy, use, or modify this program
*
www.eeworm.com/read/250756/12385944
c sshrand.c
/*
* cryptographic random number generator for PuTTY's ssh client
*/
#include "putty.h"
#include "ssh.h"
/* Collect environmental noise every 5 minutes */
#define NOISE_REGULAR_INTERVAL (5
www.eeworm.com/read/250662/12393071
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/148696/12442031
cpp shuffle.cpp
// If you use Visual C++, set the compile options to /GX
#ifdef __BCPLUSPLUS__
#include
#include
#include
#else
#include
#include
#inc