代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/262041/4315977
c minigzip.c
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-1998 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
www.eeworm.com/read/257015/4366761
m nnsimul.m
function Yhat=nnsimul(method,NetDef,NN,W1,W2,Y,U,obsidx)
% NNSIMUL
% -------
% Simulate a neural network model of a dynamic system from a sequence
% of controls alone (not using ob
www.eeworm.com/read/160611/5569122
c patest_underflow.c
/** @file patest_underflow.c
@brief Simulate an output buffer underflow condition.
Tests whether the stream can be stopped when underflowing buffers.
@author Ross Bencina
@a
www.eeworm.com/read/293996/8259328
cpp minigzip.cpp
/* minigzip.c -- simulate gzip using the zlib compression library
* Copyright (C) 1995-1996 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
www.eeworm.com/read/270118/11047770
java ls.java
// this program is to simulate the behavior of the ls command on linux/unix operate system.
import java.io.File;
import java.util.Date;
public class Ls {
public static void printOne(File
www.eeworm.com/read/411648/11235190
m ex5-3_discretekfex2.m
function [x1Array, xhatArray, KArray] = DiscreteKFEx2(Q)
% Simulate a discrete-time Kalman filter with a mismodel condition.
% We design the filter under the assumption that we are trying to estim
www.eeworm.com/read/411648/11235211
m ex5-2_discretekfalt.m
function DiscreteKFAlt
% Simulate a discrete-time scalar Kalman filter.
tf = 10; % final time
F = 1; % state transition matrix
H = 1; % measurement matrix
Q = 1; % process noise covariance
www.eeworm.com/read/249514/12490781
pjt dma4.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="dma4"
ProjectDir="C:\wujm\C5409Simulate\DSP\FirHilber\"
ProjectType=Executable
CPUF
www.eeworm.com/read/204053/15345456
cpp dbobject.cpp
// DbObject.cpp : Implementation of CDbObject
#include "stdafx.h"
#include "DbServerEvent.h"
#include "DbObject.h"
void __stdcall DoUpdate(void* p)
{
Sleep(3000); // simulate doing some w
www.eeworm.com/read/112777/15477124
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
*/
/*