代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/491785/6434362
txt sjk.txt
import java.io.*;
public class Simulate
{
public static void main(String[] args)throws Exception
{ // the command list
Syst
www.eeworm.com/read/479048/6698380
m simulatefigure.m
function varargout = SimulateFigure( varargin )
% this module simulate the data .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/472899/6859561
m simulatefigure.m
function varargout = SimulateFigure( varargin )
% this module simulate the data .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/472899/6859567
m simulatefigure.m
function varargout = SimulateFigure( varargin )
% this module simulate the data .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/412947/11173826
m simulatefigure.m
function varargout = SimulateFigure( varargin )
% this module simulate the data .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/248541/12554600
f tgen.f
subroutine tgen(j)
!! ~ ~ ~ PURPOSE ~ ~ ~
!! this subroutine generates temperature data when the user chooses to
!! simulate or when data is missing for particular days in t
www.eeworm.com/read/248128/12597113
m simulatefigure.m
function varargout = SimulateFigure( varargin )
% this module simulate the data .
% February 2004
% $Revision: 1.00 $
if (nargin == 0) | isstruct( varargin{1} ) % LAUNCH GUI
www.eeworm.com/read/100089/15885456
ans
#!/bin/sh
#-------------------------------------------------------------------------
# ans A bash script to simulate an answering machine.
# Discriminate voice, fax and data calls. Password-protecte
www.eeworm.com/read/429611/8799447
c sim.c
/* Simulate a network path by introducing delay (propagation and queuing),
* bandwidth (delay as a function of packet size), duplication and loss.
* Intended for use with the loopback interface
www.eeworm.com/read/375622/9355540
m qam16_discretenewton.m
% qam16_DiscreteNewton.m
%
% Simulate16QAM with Discrete Newton's method adaptive algorithm
%
% Programmed by linxiaochen
%
%******************** Preparatin part **************************