代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/162684/5514897

pas griddemo.pas

unit GridDemo; // Virtual Treeview sample form demonstrating following features: // - TVirtualStringTree with enabled grid extensions. // - Owner draw column to simulate a fixed column. //
www.eeworm.com/read/313775/3641999

cpp ducksimulator.cpp

#include "DuckSimulator.hpp" using namespace HeadFirstDesignPatterns::Compound::Decorator; int QuackCounter::_numberOfQuacks( 0 ); void simulate( const Quackable* duck ) { assert( duck ); du
www.eeworm.com/read/313775/3642011

cpp ducksimulator.cpp

#include "DuckSimulator.hpp" using namespace HeadFirstDesignPatterns::Compound::Composite; int QuackCounter::_numberOfQuacks = 0; void simulate( const Quackable* duck ) { assert( duck ); duc
www.eeworm.com/read/313775/3642028

cpp ducksimulator.cpp

#include "DuckSimulator.hpp" using namespace HeadFirstDesignPatterns::Compound::Observer; int QuackCounter::_numberOfQuacks = 0; void simulate( const Quackable* duck ) { assert( duck ); duck
www.eeworm.com/read/389922/2529979

txt knownbug.txt

The following options are missing: [no]optimize - affects screen redrawing method [no]redraw - simulate character insertion by redrawing line [no]slowopen - don't use character insertion tags=
www.eeworm.com/read/269737/11080437

h myexcept.h

//$$ myexcept.h Exception handling classes // A set of classes to simulate exceptions in C++ // // Partially copied from Carlos Vidal s article in the C users
www.eeworm.com/read/267481/11177338

java josephuswitharray.java

/** *Jeffrey Zhou *061251245 *Software Institute *NJU */ /** *Write a program to simulate The Josephus Problem.(With array) */ package josephus; import javax.swing.JOptionPane; p
www.eeworm.com/read/147092/12587126

c transmit.c

/* TRANSMIT.C - Simulate transmission of bits through a channel. */ /* Copyright (c) 2000, 2001 by Linxuehong * * Permission is granted for anyone to copy, use, or modify this program * for
www.eeworm.com/read/430897/8719672

m prog1.m

%Part of Telecommunication simulations course, Spring 2006 %Harri Saarnisaari, CWC %We simulate uncoded BER of BPSK modulated %data as a function of SNR %-in an AWGN channel %-in a Rayleigh fadin
www.eeworm.com/read/385844/8786376

cc interrupt.cc

// interrupt.cc // Routines to simulate hardware interrupts. // // The hardware provides a routine (SetLevel) to enable or disable // interrupts. // // In order to emulate the hardware, we need to ke