代码搜索:Simulates
找到约 1,151 项符合「Simulates」的源代码
代码结果 1,151
www.eeworm.com/read/450002/7491806
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/437247/7752696
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/437247/7752702
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/143686/12850859
java ledpanel.java
/** LedPanel is an JComponent widget, written for use in the application ocrdemo.
* It simulates a rectangular LED which displays information via brightness.
*/
public class LedPanel extends java
www.eeworm.com/read/244387/12869325
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/330149/12910204
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
www.eeworm.com/read/325790/13185022
m animate.m
function animate(varargin);
% Animation method for the simulator class.
% Takes a simulator object and a filter, or a cell array of filters. Simulates data,
% filters it and visualizes the result.
www.eeworm.com/read/325790/13185027
m graph.m
function [simobj, cfilters]=graph(varargin);
% Graph method for the simulator class.
% Takes a simulator object and a filter, or a cell array of filters. Simulates data,
% filters it and visualizes
www.eeworm.com/read/323136/13349096
m adapteqpt1.m
%% Adaptive Equalizer Simulation (Part I)
% This script simulates a communication link with PSK modulation,
% raised-cosine pulse shaping, multipath fading, and adaptive equalization.
%
% It is th
www.eeworm.com/read/323136/13349100
m adapteqpt2.m
%% Adaptive Equalizer Simulation (Part II)
% This script simulates a communication link with PSK modulation,
% raised-cosine pulse shaping, multipath fading, and adaptive equalization.
%
% It is t