代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/190056/5189142
tex eraseevt.tex
\section{\class{wxEraseEvent}}\label{wxeraseevent}
An erase event is sent when a window's background needs to be repainted.
On some platforms, such as GTK+, this event is simulated (simply generated
www.eeworm.com/read/283334/4082852
tex eraseevt.tex
\section{\class{wxEraseEvent}}\label{wxeraseevent}
An erase event is sent when a window's background needs to be repainted.
On some platforms, such as GTK+, this event is simulated (simply gener
www.eeworm.com/read/427287/1972419
m ch4_1j.m
% Select a demo number: 11
% This demo illstrates how models simulated in simulink can be
% identified using the SITB. It also describes how to deal with
% continuous time systems and dela
www.eeworm.com/read/393424/8287880
m sde_predict.m
function xhatpredict = SDE_predict(bigtheta,PROBLEM,SDETYPE,OWNTIME,TIME,NUMDEPVARS,NUMSIM,VRBL,INTEGRATOR,SEED)
% Linear interpolation of simulated trajectories: useful to generate data
%
% usag
www.eeworm.com/read/172493/9705287
h telephone.h
#ifndef TELEPHONE_H
#define TELEPHONE_H
using namespace std;
#include
#include
class Connection;
/**
A telephone that takes simulated keystrokes and voice input
www.eeworm.com/read/269755/11079174
h myexcept.h
/// \ingroup rbd_common
///@{
/// \file myexcept.h
/// Exception handler.
/// The low level classes for
/// - my exception class hierarchy
/// - the functions needed for my simulated exception
www.eeworm.com/read/269755/11079217
cpp myexcept.cpp
/// \ingroup rbd_common
///@{
/// \file myexcept.cpp
/// Exception handler.
/// The low level classes for
/// - my exception class hierarchy
/// - the functions needed for my simulated excepti
www.eeworm.com/read/269572/11092153
m contents.m
% Genetic Optimization Toolbox
%
% Main interface
% ga.m The Genetic Algorithm
% initialize.m Initialization function Used by ga.m
%
% Operators used during simulated
www.eeworm.com/read/412025/11217043
c sat1.c
/* sat1.c
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints
by
www.eeworm.com/read/412025/11217108
cxx satest1.cxx
/* satest1.c++
Simple experiments with simulated annealing
find the minumum of a function, there are two examples here
one uses a simple cost function, the other imposes range constraints