代码搜索:Simulates

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

代码结果 1,151
www.eeworm.com/read/178176/9415719

txt @psc_readme_7113_3.txt

Title: [C++ Simulator] Nondeterministic Turing Machine (Version 2.1) Description: The program simulates a Nondeterministic Multitape Turing Machine. It works as ordinary (Deterministic) Turing Machin
www.eeworm.com/read/365849/9844543

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/365849/9844549

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/169168/9876661

readme~

Simulation of M/M/m/K queueing system ----------------------------------- Description: This program simulates an M/M/m/K queueing system. The simulation outputs the number of customers in the queu
www.eeworm.com/read/169168/9876673

readme

Simulation of M/M/m/K queueing system ----------------------------------- Description: This program simulates an M/M/m/K queueing system. The simulation outputs the number of customers in the queu
www.eeworm.com/read/167743/9953442

m fpisimulator.m

function varargout = fpisimulator(varargin) % FPISIMULATOR M-file for fpisimulator.fig % FPISIMULATOR simulates Gaussian beam propagation through a Fabry-Perot % interferometer with adjustable
www.eeworm.com/read/423220/10578629

makefile

# # ======== makefile ======= # GNUmake-based makefile for linuxonly speech sample app. # # This file simulates the build for a generic Linux application that # happens to use Codec Engine. This ma
www.eeworm.com/read/416909/11009962

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/197608/7069685

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/416911/7070083

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 * *