代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/282259/9107999
c minigzip.c
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-2005 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* mini
www.eeworm.com/read/182174/9213579
m mlph.m
function [y, H] = mlp(x,theta,s1,s2);
% PURPOSE : To simulate a one hidden layer sigmoidal MLP and
% return the Jacobian.
% INPUTS : - x = The network input.
% - theta = The netw
www.eeworm.com/read/378074/9252426
m modellinear.m
function [x, y, xhat] = ModelLinear(x, u, xhat, sigmaX, sigmaY)
% function [x, y, xhat] = ModelLinear(x, u, xhat, sigmaX, sigmaY)
%
% Simulate the linear model of the truck-trailer system.
% INP
www.eeworm.com/read/181164/9272058
cpp a_more.cpp
/* Copyright is licensed under GNU LGPL. by I.J.Wang 2005
Simulate shell command more
Read data from the given file and write to stdout
Build: make a_more
Bug: standard inpu
www.eeworm.com/read/371473/9552596
m temcon.m
function II = temcon()
% Temcon Simulate an BF image using the partial coherent imaging model (weak phase object approximation)
% calls ctemconvolution.m, tempot.m
%
% started 07-Jul-06
%
cl
www.eeworm.com/read/169757/9839238
c minigzip.c
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* min
www.eeworm.com/read/276828/10706142
inc masm.inc
; Simulate MASM's syntax
struc struct
{ struct .
name@struct equ . }
struc ends
{ match =.,name@struct \{ ends \} }
struc proc [params]
{ common define@proc .,
name@pr
www.eeworm.com/read/419059/10887983
m modellinear.m
function [x, y, xhat] = ModelLinear(x, u, xhat, sigmaX, sigmaY)
% function [x, y, xhat] = ModelLinear(x, u, xhat, sigmaX, sigmaY)
%
% Simulate the linear model of the truck-trailer system.
% INP
www.eeworm.com/read/466230/7041253
m example_ms_ar_simul_2_states_t_dist.m
% Example Script for MS_AR_Sim.m (run it in the same directory - just press f5)
% This script will simulate a 2 states MS autoregressive model with some pre defined parameters
% You can change the
www.eeworm.com/read/466230/7041268
m example_ms_ar_simul_2_states.m
% Example Script for MS_AR_Sim.m (run it in the same directory - just press f5)
% This script will simulate a 2 states MS autoregressive model with some pre defined parameters
% You can change the