代码搜索:Brownian

找到约 57 项符合「Brownian」的源代码

代码结果 57
www.eeworm.com/read/240472/4573541

brownian brouhaha

Jiggle 1297052793 1836013105 1112896361 0.75 inches 1463902573 0.15 inches 1417114484 0.000 1414098021 0 1382966355 4339
www.eeworm.com/read/427511/8938583

m brownian.m

% BROWNIAN Two-dimensional random walk. % What is the expansion rate of the cloud of particles? shg clf set(gcf,'doublebuffer','on') delta = .002; x = zeros(100,2); h = plot(x(:,1),x(:,2)
www.eeworm.com/read/184443/9100260

m brownian.m

function [bmproc] = brownian(npoints, sigma) % BROWNIAN generate and plot an aproximation to Brownian motion. % Generates a random walk with normally distributed jumps % % [bmproc] = brownian(np
www.eeworm.com/read/167116/9980455

m brownian.m

% BROWNIAN Two-dimensional random walk. % What is the expansion rate of the cloud of particles? shg clf set(gcf,'doublebuffer','on') delta = .002; x = zeros(100,2); h = plot(x(:,1),x(:,2),'.'); a
www.eeworm.com/read/160819/10495986

cpp brownian.cpp

#include #include // for sin, cos, sqrt #include "randgen.h" #include "prompt.h" #include "mathutils.h" // for PI #include "point.h" using namespace std; // simluate tw
www.eeworm.com/read/270992/11013617

m brownian.m

%brownian.m/created by PJNahin for "Duelling Idiots"(3/8/99) %This m-file simulates Brownian motion (a random walk by a particle %suspended in a fluid and being hit by molecules). At successive %in
www.eeworm.com/read/464335/7165241

m brownian.m

% BROWNIAN Two-dimensional random walk. % What is the expansion rate of the cloud of particles? shg clf set(gcf,'doublebuffer','on') delta = .002; x = zeros(100,2); h = plot(x(:,1),x(:,2)
www.eeworm.com/read/458682/7291501

sh brownian.sh

#!/bin/bash # brownian.sh # Author: Mendel Cooper # Reldate: 10/26/07 # License: GPL3 # ---------------------------------------------------------------- # This script models Brownian motion: #+ the
www.eeworm.com/read/451385/7466274

m brownian.m

% BROWNIAN Two-dimensional random walk. % What is the expansion rate of the cloud of particles? shg clf set(gcf,'doublebuffer','on') delta = .002; x = zeros(100,2); h = plot(x(:,1),x(:,2)
www.eeworm.com/read/141692/12991034

m brownian.m

% BROWNIAN Two-dimensional random walk. % What is the expansion rate of the cloud of particles? shg clf set(gcf,'doublebuffer','on') delta = .002; x = zeros(100,2); h = plot(x(:,1),x(:,2)