代码搜索:Modeling
找到约 1,801 项符合「Modeling」的源代码
代码结果 1,801
www.eeworm.com/read/421782/10699219
m initial_track.m
% modeling data
% sample number N=200 points
% sample time T=0.1s
clc;
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=2:200;
www.eeworm.com/read/221024/14769289
html http:^^www.cs.wisc.edu^computer-vision^projects^snakes.html
Date: Thu, 07 Nov 1996 19:22:55 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Tue, 10 Oct 1995 20:33:04 GMT
Content-length: 1800
Deformable Contours: Modeling, Ext
www.eeworm.com/read/221024/14770026
edu^~debevec^research^ http:^^http.cs.berkeley.edu^~debevec^research^
Date: Wed, 20 Nov 1996 19:25:37 GMT
Server: NCSA/1.4
Content-type: text/html
Last-modified: Tue, 10 Sep 1996 05:59:45 GMT
Content-length: 2747
Modeling and Rendering from Photogr
www.eeworm.com/read/221024/14773799
html http:^^www.tc.cornell.edu^visualization^education^cs718^fall1995^ddhung^index.html
Date: Mon, 16 Dec 1996 22:16:09 GMT
Server: NCSA/1.5
Content-type: text/html
Last-modified: Fri, 15 Dec 1995 16:48:43 GMT
Content-length: 14401
Modeling Human Facial Expressions
www.eeworm.com/read/303435/3811315
main suea2df.su.main
SUEA2DF - SU version of (an)elastic anisotropic 2D finite difference
forward modeling
suea2df > outfile c11file= c55file [optional parameters]
Required Parameters:
c11file=c1
www.eeworm.com/read/303435/3812601
xdemo3
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling: part 1, the movie
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=10
WIDTHOFF2=500
HEIGHTOFF1=50
HEIGHTOFF2=
www.eeworm.com/read/303435/3812611
xdemo1
#! /bin/sh
# Sufdmod2 --- example script for sufdmod2
# finite-difference modeling: part 1, the movie
# Author: John Stockwell
WIDTH=450
HEIGHT=450
WIDTHOFF1=50
WIDTHOFF2=530
HEIGHTOFF1=50
HEIGHTOFF2=
www.eeworm.com/read/291883/8390075
m tm_model2d.m
function [gather,tout,srcx,srcz,recx,recz] = TM_model2d(ep,mu,sig,xprop,zprop,srcloc,recloc,srcpulse,t,npml,outstep,plotopt)
% TM_model2d.m
%
% This is a 2-D, TM-mode, FDTD modeling program for re
www.eeworm.com/read/291883/8390106
m te_model2d.m
function [gather,tout,srcx,srcz,recx,recz] = TE_model2d(ep,mu,sig,xprop,zprop,srcloc,recloc,srcpulse,t,npml,outstep,plotopt)
% TE_model2d.m
%
% This is a 2-D, TE-mode, FDTD modeling program for cr