代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/405947/11452274
m traffic2.m
function traffic2(n,t)
% This is a program for "a quasi-automaton approach to
% traffic2 modeling " Example: traffic2(100,8,6);
% n是进站前的公路的格数
% t是tollbooth的数量参数
if nargin==0
www.eeworm.com/read/262440/11589211
m initial_track.m
% modeling data 数据模型
% sample number N=200 points 采样点数
% sample time T=0.1s
t=0:0.1:20-0.1;
T=0.1; % sample time
v=0.5; % initial velocity
y=ones(1,200);
y(1)=0;
for n=
www.eeworm.com/read/221024/14762370
html http:^^osm7.cs.byu.edu^cs452^cs452.html
Date: Wed, 20 Nov 1996 21:54:33 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Fri, 18 Oct 1996 14:58:42 GMT
Content-length: 2796
CS 452: Database Modeling Concept
www.eeworm.com/read/221024/14762665
html http:^^www.cs.unc.edu^~manocha^model.html
Date: Wed, 20 Nov 1996 23:22:07 GMT
Server: NCSA/1.5.1
Last-modified: Wed, 01 Nov 1995 03:15:35 GMT
Content-type: text/html
Content-length: 1779
COMP258 (Modeling and Physically-Based S
www.eeworm.com/read/221024/14777544
html http:^^www.cs.utexas.edu^users^ml^qr.html
MIME-Version: 1.0
Server: CERN/3.0
Date: Tuesday, 07-Jan-97 15:56:36 GMT
Content-Type: text/html
Content-Length: 8705
Last-Modified: Monday, 26-Aug-96 15:04:09 GMT
Qualitative Modeling
www.eeworm.com/read/221024/14778707
html http:^^www.cs.bu.edu^faculty^mcchen^cs320^chap6-exh.html
Date: Tue, 14 Jan 1997 20:27:51 GMT
Server: NCSA/1.5
Content-type: text/html
Concepts in Programming Languages. Chapter 6
Chapter 6: Modeling Objects
Block Structured L
www.eeworm.com/read/303435/3813095
sukdmig2d
#! /bin/sh
# shell for Kirchhoff modeling for linear v(x,z)
#set -x
nt=1000 dt=0.004 ft=0.0 tmin=0.0
fxs=1.5 dxs=0.05 nxs=40
fxo=0.0 dxo=0.05 nxo=40
fpeak=30 er=0 ls=0
echo "Migrating data"
echo
www.eeworm.com/read/303435/3813097
susynlvfti
#! /bin/sh
# shell for Kirchhoff modeling for linear v(x,z)
#set -x
nt=1000 dt=0.004 ft=0.0 tmin=0.0
fxs=1.5 dxs=0.05 nxs=40
fxo=0.0 dxo=0.05 nxo=40
fpeak=30 er=0 ls=0
echo "Generating data"
echo
www.eeworm.com/read/359805/10124129
m chtry.m
function [env,I,Q]= chtry(userNum,sampleNum,fm)
%WLAN channel modeling
%Zukang Shen
%04/15/02
%Ts=50e-9*10000*2/20; %time sample interval
Ts=1e-3;
N=200; %number of input waves
n=[0:N-1];
www.eeworm.com/read/464372/7164271
m chtry.m
function [env,I,Q]= chtry(userNum,sampleNum,fm)
%WLAN channel modeling
%Zukang Shen
%04/15/02
%Ts=50e-9*10000*2/20; %time sample interval
Ts=1e-3;
N=200; %number of input waves
n=[0:N-1];