代码搜索:simulate
找到约 2,241 项符合「simulate」的源代码
代码结果 2,241
www.eeworm.com/read/134007/5896387
txt abstract.txt
The MEASURE program uses the analog inputs of the C515 to
simulate a datalogger. This example shows how you can use
signal functions in dScope to simulate a signal coming into
one of the analog in
www.eeworm.com/read/131315/5943226
read-me
The purpose of this library is to simulate the new flexible length
directory names on top of the old directory structure. It allows
programs to be converted to the new directory access interface, so
t
www.eeworm.com/read/128784/5979446
txt abstract.txt
This program is a bank switching example that shows how you can
run (simulate) code executing in several code banks.
www.eeworm.com/read/128784/5979460
txt abstract.txt
The MEASURE program uses the analog inputs of the C515 to
simulate a datalogger. This example shows how you can use
signal functions in dScope to simulate a signal coming into
one of the analog in
www.eeworm.com/read/121647/6067578
java~19~ process.java~19~
package cn.edu.cauc.crab.ossimulate;
/**
*
* Title: OS simulate
* Description: This is my home work.
* Copyright: Copyleft (c) 2004
* Company: CAUC
* @author Crab
*
www.eeworm.com/read/121647/6067645
java~18~ process.java~18~
package cn.edu.cauc.crab.ossimulate;
/**
*
* Title: OS simulate
* Description: This is my home work.
* Copyright: Copyleft (c) 2004
* Company: CAUC
* @author Crab
*
www.eeworm.com/read/101082/6249288
sh ranlib.sh
#! /bin/sh
#
# @(#)ranlib.sh 4.1 (ULTRIX) 7/17/90
#
# simulate "ranlib" with mips ar ts
# (mainly for makefile compatibility)
#
PATH=/bin:/usr/bin
Myname=`basename "$0"`
case "$#" in
0)
echo "$My
www.eeworm.com/read/488012/6503619
v alu.v
module alu(alus,ac, bus, dout);
input [6:0]alus;
input [7:0]ac,bus;
output [7:0]dout;
reg[7:0] dout;
always@(alus or ac or bus)
casex(alus)
7'b0??0100:dout=bus; //LDAC5,MOVR1
7'b0??0101
www.eeworm.com/read/344164/11904599
c rf_diskthreads.c
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Mark Holland, Rachad Youssef, Daniel Stodolsky
*
* Permission to use, copy, modify and distribute this soft
www.eeworm.com/read/152199/12132661
cpp filetransferclientview.cpp
// FileTransferClientView.cpp : implementation of the CFileTransferClientView class
//
#include "stdafx.h"
#include "FileTransferClient.h"
#include "FileTransferClientDoc.h"
#include "FileTra