代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/238378/4615080
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2006 Bo Brant閚.
This program is free software; you
www.eeworm.com/read/227430/4774948
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks, release 7.
Copyright (C) 1999, 2000, 2001, 2002 Bo Brant閚.
This progr
www.eeworm.com/read/221435/4832564
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2004 Bo Brant閚.
This program is free software; you
www.eeworm.com/read/209559/4965681
c genrtc.c
/*
* Real Time Clock interface for
* - q40 and other m68k machines,
* - HP PARISC machines
* - PowerPC machines
* emulate some RTC irq capabilities in software
*
* Copyright (C) 19
www.eeworm.com/read/196285/5103459
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2004 Bo Brant閚.
This program is free software; you
www.eeworm.com/read/188763/5207041
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2004 Bo Brant閚.
This program is free software; you
www.eeworm.com/read/183095/5258213
c filedisk.c
/*
This is a virtual disk driver for Windows NT/2000/XP that uses
one or more files to emulate physical disks.
Copyright (C) 1999-2004 Bo Brant閚.
This program is free software; you
www.eeworm.com/read/339800/3294610
h iolibio.h
#include "libio.h"
/* These emulate stdio functionality, but with a different name
(_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */
#ifdef __cplusplus
extern "C" {
#endif
e
www.eeworm.com/read/333835/3382340
sh suse-functions.sh
# Readlink is not present on some older distributions: emulate it.
readlink() {
local path=$1 ll
if [ -L "$path" ]; then
ll="$(LC_ALL=C ls -l "$path" 2> /dev/null)" &&
echo "${ll/* -> }"
www.eeworm.com/read/316872/3593749
c genrtc.c
/*
* Real Time Clock interface for
* - q40 and other m68k machines,
* - HP PARISC machines
* - PowerPC machines
* emulate some RTC irq capabilities in software
*
* Copyright (C) 19