代码搜索:Simulates

找到约 1,151 项符合「Simulates」的源代码

代码结果 1,151
www.eeworm.com/read/315460/13542115

c mileage2.c

/* * File: mileage2.c * ---------------- * This program simulates the operation of a mileage table. This * implementation uses the binary search algorithm to look up the * city name. */ #inclu
www.eeworm.com/read/306003/13755235

java catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *
www.eeworm.com/read/306002/13755257

java catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *
www.eeworm.com/read/306002/13755260

java catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *
www.eeworm.com/read/306001/13755292

java catfish.java

import java.util.Vector; /* * Created on Jul 5, 2003 * */ /** * Catfish - simulates a catfish - can swim, eat, and consume * energy in the process. * * @author iCarnegie av * *
www.eeworm.com/read/306000/13755298

java catfish.java

import java.util.*; /* * Created on Jan 6, 2004 * */ /** * Basic Catfish - simulates a catfish - can swim and consume * energy in the process. * * @author iCarnegie srt * */ p
www.eeworm.com/read/482451/6624839

pro xcalc.pro

;+ ; NAME: ; XCALC ; ; PURPOSE: ; ; This widget program simulates the operation of a simple calculator. ; ; AUTHOR: ; ; Robert M. Dimeo, Ph.D. ; NIST Center for Neutron Re
www.eeworm.com/read/482451/6624841

pro xclock.pro

;+ ; NAME: ; XCLOCK ; ; PURPOSE: ; ; This widget program simulates a simple analog clock. ; ; AUTHOR: ; ; Robert M. Dimeo, Ph.D. ; NIST Center for Neutron Research ;
www.eeworm.com/read/148474/12464917

m cp0803_rakeselector.m

% % FUNCTION 8.11 : "cp0803_rakeselector" % % Simulates channel estimation for a discrete time channel impulse response % 'hf' with time resolution 'ts' in seconds % In addition,the function eval
www.eeworm.com/read/127651/14343698

java database.java

/** This class simulates a database lookup */ import java.util.*; public class DataBase implements Enumeration { Vector data; int index; int lastKey; public DataBase(String