代码搜索:Random
找到约 10,000 项符合「Random」的源代码
代码结果 10,000
www.eeworm.com/read/391573/8396545
swf random_velocity.swf
www.eeworm.com/read/391573/8396551
swf random_accel.swf
www.eeworm.com/read/391573/8396560
fla random_velocity.fla
www.eeworm.com/read/391573/8396569
fla random_accel.fla
www.eeworm.com/read/290868/8457600
m random_center.m
%中点位移法生成分形曲面的步骤如下:
%(1)从初始的三角形出发,求出各边中点(M1,M2,M3);
%(2)在该中点处,沿铅垂方向向上产生一个位移W,该位移 ...
%量与边长成比例,比例因子可以随机产生,或由一些均
%匀分布的随机数组成的集中取出,三条边中点处产生位
%移,得到三个新的点(D,E,F,其中是AB线段得到的,E是
%BC线段得到的,F是AC线 ...
www.eeworm.com/read/290864/8457956
m random_centerqqq.m
function random_centerqqq(Z,N);
% 三角形中点位移法分形曲面生成[法向交叉、劈裂]
% Z is the position of three points.
% N is the times of recursion.
% Example:
% random_centerqqq([0,6,3+4i],4);
% Author's emai
www.eeworm.com/read/390512/8461869
m random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
www.eeworm.com/read/189641/8464229
m stratified_random.m
function s = stratified_random(N)
%function s = stratified_random(N)
%
% Generate N uniform-random numbers stratified within interval (0,1).
% The set of samples, s, are in ascending order.
%
%
www.eeworm.com/read/390147/8482165
h m_random.h
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th
www.eeworm.com/read/390147/8482358
c m_random.c
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// $Id:$
//
// Copyright (C) 1993-1996 by id Software, Inc.
//
// Th