代码搜索:Simulated
找到约 1,823 项符合「Simulated」的源代码
代码结果 1,823
www.eeworm.com/read/132359/5917871
m relvar.m
function [retval] = relvar(d1, d2);
% RELVAR returns the relative residual variance between measured and simulated data
%
% rv = relvar(measured, simulated)
% Copyright (C) 1999, Robert Oostenveld
www.eeworm.com/read/493401/6402315
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/481225/6645141
cc console.cc
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si
www.eeworm.com/read/407662/11412455
txt readme.txt
Two kinds of simulation are available, by simulated channel only within MATLAB or by real channel with hardware.
Open chain.m and set parameters. set real_ch to 0 if you only want to simulated with
www.eeworm.com/read/158402/11620855
java stats.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
import nachos.machine.*;
/**
* An object that maintains Nachos runtime statistics.
*/
public final class Stats {
/**
www.eeworm.com/read/153106/12060214
asm min_mon.asm
; minimal monitor for EhBASIC and 6502 simulator V1.05
; To run EhBASIC on the simulator load and assemble [F7] this file, start the simulator
; running [F6] then start the code with the RESET [
www.eeworm.com/read/221024/14768510
html http:^^www.cs.utsa.edu^faculty^rosen.html
MIME-Version: 1.0
Server: CERN/3.0pre5
Date: Tuesday, 26-Nov-96 19:32:37 GMT
Content-Type: text/html
Content-Length: 2801
Last-Modified: Thursday, 05-Sep-96 00:24:42 GMT
Bruce E
www.eeworm.com/read/221024/14768934
html http:^^www.cs.utsa.edu^faculty^rosen^rosen.html
MIME-Version: 1.0
Server: CERN/3.0pre5
Date: Monday, 25-Nov-96 23:27:25 GMT
Content-Type: text/html
Content-Length: 2801
Last-Modified: Thursday, 05-Sep-96 00:24:42 GMT
Bruce E.
www.eeworm.com/read/168239/5447515
java logfilereader.java
import java.io.File;
import java.io.FileNotFoundException;
import java.net.URISyntaxException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
www.eeworm.com/read/392996/8316315
cpp console.cpp
// console.cc
// Routines to simulate a serial port to a console device.
// A console has input (a keyboard) and output (a display).
// These are each simulated by operations on UNIX files.
// The si