代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/324136/3505194
r tkmacxcursors.r
/*
* tkMacXCursors.r --
*
* This file defines a set of Macintosh cursor resources that
* emulate the X cursor set. All of these cursors were
* constructed and donated by Grant Neufeld. (gneufe
www.eeworm.com/read/312645/3649946
entries
/emulate.cxx/1.4/Sat Oct 4 19:47:18 2003//
/wallclock.cxx/1.7/Sun Jan 14 12:17:26 2007//
D
www.eeworm.com/read/312645/3650463
entries
/emulate.cxx/1.3/Thu May 23 23:06:40 2002//
/watchdog.cxx/1.4/Mon Nov 24 14:28:18 2003//
D
www.eeworm.com/read/405816/2282829
c z80bw.c
/***************************************************************************
z80bw.c
Functions to emulate the video hardware of the machine.
modified 02-06-98 HJB copied from 8080bw.c and
www.eeworm.com/read/398200/2382393
entries
/emulate.cxx/1.4/Sat Oct 4 19:47:18 2003//
/wallclock.cxx/1.6/Thu May 23 23:06:38 2002//
D
www.eeworm.com/read/398200/2382754
entries
/emulate.cxx/1.3/Thu May 23 23:06:40 2002//
/watchdog.cxx/1.4/Mon Nov 24 14:28:18 2003//
D
www.eeworm.com/read/396408/2421640
c win32.c
/***********************************************************
Win32 emulation code. Functions that emulate
responses from corresponding Win32 API calls.
Since we are not going to be able to load
virtu
www.eeworm.com/read/376006/2717146
c darwin.c
/*
* Dynamic loading support for Darwin
*
* If dlopen() is available (Darwin 10.3 and later), we just use it.
* Otherwise we emulate it with the older, now deprecated, NSLinkModule API.
*
* $Pos
www.eeworm.com/read/258653/4352729
c win32.c
/***********************************************************
Win32 emulation code. Functions that emulate
responses from corresponding Win32 API calls.
Since we are not going to be able to load
virtu
www.eeworm.com/read/294235/8245412
c ht_utils.c
// Utilities for Hitech PICmicro compiler, to emulate CCS functions
//
// Approximate msec delay
void delay_ms(unsigned char val)
{
unsigned char i;
while (val--)
{
for (