代码搜索:Emulate
找到约 948 项符合「Emulate」的源代码
代码结果 948
www.eeworm.com/read/361963/10026454
c dev_dec21140.c
/*
* Cisco router simlation platform.
* Copyright (C) 2005,2006 Christophe Fillot. All rights reserved.
*
* DEC21140 FastEthernet chip emulation.
*
* It allows to emulate a C7200-IO-FE card w
www.eeworm.com/read/223165/14651024
c inet_aton.c
/* inet_aton.c -- Emulate BSD inet_aton via inet_addr.
*
* Useful on systems that don't have inet_aton, such as Solaris,
* to let your code use the better inet_aton interface and use autoconf
* an
www.eeworm.com/read/316872/3598388
h phy_fixed.h
#ifndef __PHY_FIXED_H
#define __PHY_FIXED_H
#define MII_REGS_NUM 29
/* max number of virtual phy stuff */
#define MAX_PHY_AMNT 10
/*
The idea is to emulate normal phy behavior by responding with
www.eeworm.com/read/103743/15724452
c inet_aton.c
/* inet_aton.c -- Emulate BSD inet_aton via inet_addr.
*
* Useful on systems that don't have inet_aton, such as Solaris,
* to let your code use the better inet_aton interface and use autoconf
* an
www.eeworm.com/read/133772/5899424
changelog
2003-09-23 Dan Jakubiec
* src/emulate.cxx (get_hw_seconds): Modified the ticks-to-seconds
conversion in the wallclock emulator's get_hw_seconds() function.
Th
www.eeworm.com/read/192391/5157212
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/192080/5160099
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/398200/2382382
changelog
2003-09-23 Dan Jakubiec
* src/emulate.cxx (get_hw_seconds): Modified the ticks-to-seconds
conversion in the wallclock emulator's get_hw_seconds() function.
The pr
www.eeworm.com/read/344727/3205382
apt css-firefox.apt
---
firefox中css实现省略号
---
Lingo
---
2007-08-28
CSS的办法
{http://www.jide.fr/emulate-text-overflowellipsis-in-firefox-with-css}
+--
.ellipsis span {
white-space:nowrap;
text-over