代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/432926/1886220
pde bird.pde
/**
* Simple 3D Bird
* by Ira Greenberg.
*
* Using a box and 2 rects to simulate a flying bird.
* Trig functions handle the flapping and sinuous movement.
*/
float ang = 0, ang2 = 0, ang3
www.eeworm.com/read/369339/2801059
junk
.sh GSI
Simulate Model 37 Teletype facilities on
GSI-300, DASI and other Diablo-mechanism terminals.
.op
Gives half-line and reverse platen motions.
.op
Approximates Greek letters and other special ch
www.eeworm.com/read/174160/9605601
m scaleren.m
function [crs_times, crs_val] = scaleren(sc_type, alpha, ren_mu, ...
maxtime, nproc, b_rescale_first, b_plot, b_verb)
% SCALEREN Simulate a rescaled and centered sum of independent
%
www.eeworm.com/read/174160/9605669
m simmm1.m
function [tjump, systsize] = simmm1(n, lambda, mu)
% SIMMM1 simulate a M/M/1 queueing system. Poisson arrivals of
% intensity lambda. Poisson service times S of intensity mu.
%
% [tjump, systsize
www.eeworm.com/read/415663/11059446
m bfs.m
function [b_snd, b_rcv, nexthop,label] = BFS(start_node, range, neighbor_dist, ...
min_dist, cent)
% use breadth first search to simulate broadcasting a packet from a
% node within certain r
www.eeworm.com/read/268683/11125569
java disk.java
/*
* Disk.java,ver 0.1.1
*
* Created on 2006年11月30日, 下午12:26
*
*This Class is used to simulate the HardDisk for the system.
*
*History :2006年11月30日,ver 0.1.0 first release.
*
www.eeworm.com/read/104631/15686709
cpp setdlg.cpp
// SetDlg.cpp : implementation file
//
#include "stdafx.h"
#include "simulate.h"
#include "SetDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__
www.eeworm.com/read/466230/7041251
m example_ms_ar_simul_and_fit_2_states_t_dist.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 2 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/466230/7041254
m example_ms_ar_simul_and_fit_3_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 3 states MS model with some pre defined parameters
% using MS_
www.eeworm.com/read/466230/7041265
m example_ms_ar_simul_and_fit_4_states.m
% Example Script for MS_AR_Simul.m and MS_AR_Fit.m (run it in the same directory - just press f5)
% This script will first simulate a 4 states MS model with some pre defined parameters
% using MS_