代码搜索:Simulate
找到约 2,241 项符合「Simulate」的源代码
代码结果 2,241
www.eeworm.com/read/328782/3436212
java simenvelopeacceptor.java
/*
* ATM Example system - file SimEnvelopeAcceptor.java
*
* copyright (c) 2001 - Russell C. Bjork
*
*/
package simulation;
import java.awt.*;
import java.awt.event.*;
/** Simulate the envelop
www.eeworm.com/read/435707/1861771
c signal.c
/*
* Truly awful code to simulate Unix signal handler dispatch
* using Mach signal handler dispatch. The BSD support routines
* can't deal with our SIGSEGVs properly. Among other things,
* they
www.eeworm.com/read/395930/2427219
dolcc
#!/bin/bash
# Check whether a simulation time is given.
if [ -z "$1" ] ; then
echo "Please specify a simulation time as the second argument, e.g."
echo "to simulate 10 minutes type: " $0 "10"
www.eeworm.com/read/395929/2431154
dolcc
#!/bin/bash
# Check whether a simulation time is given.
if [ -z "$1" ] ; then
echo "Please specify a simulation time as the second argument, e.g."
echo "to simulate 10 minutes type: " $0 "10"
www.eeworm.com/read/204053/15345483
cpp dbobject.cpp
// DbObject.cpp : Implementation of CDbObject
#include "stdafx.h"
#include "DbObject.h"
void __stdcall DoUpdate(void*)
{
Sleep(3000); // simulate doing some work
MessageBox(0,"Finished U
www.eeworm.com/read/204053/15345505
cpp dbobject.cpp
// DbObject.cpp : Implementation of CDbObject
#include "stdafx.h"
#include "DbObject.h"
void __stdcall DoUpdate(void* p)
{
Sleep(3000); // simulate doing some work
// MessageBox(0,"Finish
www.eeworm.com/read/291380/8422340
m contents.m
% Chaotic Systems Toolbox
% Version 1.2 26-Oct-2003
%
% Tested under Matlab 6.5.0.180913a (R13)
%
% This toolbox contains a set of functions which can be used to
% simulate some of the most know
www.eeworm.com/read/390970/8430957
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/188651/8521457
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
*/
/*
www.eeworm.com/read/433114/8544729
m s_wavelet_stretch.m
function wavelets=s_wavelet_stretch(wavelet,angles,varargin)
% Stretch a wavelet to simulate the effect of NMO
% Stretching is achieved by changing times from t ==> t/cos(angle)
%
% Written by: E. R.