代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/240981/13183333
makefile
# Copyright (c) 1994, 1995, 1996
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are per
www.eeworm.com/read/105300/6199674
asm cmd_dump.asm
%include "util.mac"
%include "icedump.inc"
%include "vxdn.inc"
%include "wiat.inc"
%ifndef MAKEDEP
global Parse_Dump
global Service_Dump
global Parse_Dump.EmodeFileName
global Parse_Dump
www.eeworm.com/read/259255/11811101
gpi f4270 altimeter.gpi
Photoplotter Info File: C:/Documents and Settings/a0797059/My Documents/MSP430 Projects/F4270 Altimeter/Eagle/F4270 Altimeter V1.0 with SoftBaugh LCD (App Note Design)/F4270 Altimeter.gpi
Date
www.eeworm.com/read/154878/11921007
lua doall.lua
-- emulate the command line behaviour of Lua 4.0
-- usage: lua doall.lua f1.lua f2.lua f3.lua ...
for i=1,table.getn(arg) do
dofile(arg[i])
end
www.eeworm.com/read/230276/14294736
gpi tusb3410_demo.gpi
Photoplotter Info File: C:/Documents and Settings/a0797059/My Documents/MSP430 Projects/TUSB3410 Interfacing/Eagle TUSB3410 - F22xx/TUSB3410_Demo.gpi
Date : 9/06/2006 05:36:39p
Plo
www.eeworm.com/read/213045/15143530
gpi f22x4 glass breakage det.gpi
Photoplotter Info File: C:/Documents and Settings/a0797059/My Documents/MSP430 Projects/Glass Breakage Detector/Eagle/F22x4 Glass Breakage Det.gpi
Date : 7/21/2006 10:32:06a
Plotfi
www.eeworm.com/read/168845/5429904
jam boost-build.jam
# Emulate v1 behavior; with the boost-build file in the boost root directory.
boost-build build ;
www.eeworm.com/read/105158/15676991
lua doall.lua
-- emulate the command line behaviour of Lua 4.0
-- usage: lua doall.lua f1.lua f2.lua f3.lua ...
for i=1,table.getn(arg) do
dofile(arg[i])
end
www.eeworm.com/read/164767/10089364
h config.h
#ifndef _CONFIG_H
#define _CONFIG_H
#define RWAHEAD 1
#define EMUPKTLOSS 0 /* emulate packet loss */
#endif
www.eeworm.com/read/162195/10327282
bas gpsboyce.bas
Attribute VB_Name = "basGPSBoyCE"
Option Explicit
Dim Emulate As Boolean
Dim InitDate As Boolean
Dim InitPos As Boolean
Dim curlat, curlng
Dim maxspd, maxalt