代码搜索:simulate

找到约 2,241 项符合「simulate」的源代码

代码结果 2,241
www.eeworm.com/read/37558/1082728

txt abstract.txt

The MEASURE program uses the Port1 and Port2 inputs of the P89LPC932 to simulate a datalogger. This MEASURE program is available in several targets: Simulator: for 礦ision2 Debugger t
www.eeworm.com/read/490291/1206243

java wriettofile.java

package simulate; import java.io.DataOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; public class WrietToFile {
www.eeworm.com/read/219550/4847911

java genevents.java

package planet.simulate; import java.util.HashSet; import java.util.Hashtable; import java.util.Iterator; import planet.commonapi.Id; import planet.commonapi.exception.InitializationException
www.eeworm.com/read/219239/4848543

asm p16f877_test2.asm

list p=16f877 __config _wdt_off ;; The purpose of this program is to test gpsim's ability to ;; simulate a pic 16f877. ;; Specifically, the a/d converter is tested. ;; This file was copied f
www.eeworm.com/read/219239/4848554

asm loop_test.asm

list p=16c84 ;; The purpose of this program is to test gpsim's ability to simulate looping instructions. ;; It's also used to get a rough bench mark on performance. (set a break point after the lo
www.eeworm.com/read/219239/4848592

asm indtest18.asm

;; indtest18.asm ;; ;; The purpose of this program is to test how well gpsim can simulate ;; a 16bit-core pic (like the 18cxxx family not the 17c family). ;; Nothing useful is performed - this pr
www.eeworm.com/read/219239/4848594

asm bt18.asm

;; bt18.asm ;; ;; The purpose of this program is to test how well gpsim can simulate ;; a 16bit-core pic (like the 18cxxx family not the 17c family). ;; Nothing useful is performed - this program
www.eeworm.com/read/219239/4848595

asm calltest18.asm

;; calltest18.asm ;; ;; The purpose of this program is to test how well gpsim can simulate ;; a 16bit-core pic (like the 18cxxx family not the 17c family). ;; Nothing useful is performed - this p
www.eeworm.com/read/336578/3349259

c monkey.c

/* monkey.c * * The FTP Monkey can be used to simulate a FTP user. It opens a host, * randomly changes directories and fetches files. */ #ifdef HAVE_CONFIG_H # include #endif #includ
www.eeworm.com/read/277562/4154201

c patest_underflow.c

/** @file patest_underflow.c @ingroup test_src @brief Simulate an output buffer underflow condition. Tests whether the stream can be stopped when underflowing buffers. @author Ross Bencina