代码搜索:Fast

找到约 10,000 项符合「Fast」的源代码

代码结果 10,000
www.eeworm.com/read/138758/13216808

java failfast.java

//: c11:FailFast.java // Demonstrates the "fail fast" behavior. // {ThrowsException} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRig
www.eeworm.com/read/136959/13351235

c xfile.c

/* xfile.c -- implementation for fast line buffered files ** ** Currently (Sat 06-15-1991) XFILEs are for reading CR-LF terminated lines ** from MS-DOS text files. Period. It's not that the meth
www.eeworm.com/read/321412/13405960

ldf adsp-ts201_c.ldf

ARCHITECTURE(ADSP-TS201) #ifndef __NO_STD_LIB SEARCH_DIR( $ADI_DSP/TS/lib ) #endif // Libsim provides fast, mostly host emulated IO only supported by // the simulator. The libio library pro
www.eeworm.com/read/320605/13422020

java failfast.java

//: c11:FailFast.java // Demonstrates the "fail fast" behavior. // {ThrowsException} // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRig
www.eeworm.com/read/318604/13475264

c sis900.c

/* -*- Mode:C; c-basic-offset:4; -*- */ /* sis900.c: An SiS 900/7016 PCI Fast Ethernet driver for Etherboot Copyright (C) 2001 Entity Cyber, Inc. Revision: 1.0 March 1, 2001 Author:
www.eeworm.com/read/318176/13484063

txt kcm.txt

The super-fast 80x86/Pentium KCM and Comba methods are only fully supported for the Borland C compiler/TASM combination. This is because the modules mrcomba.c and mrkcm.c require not only in-line
www.eeworm.com/read/313734/13581657

c dm9000x.c

/* dm9000x.c: Version 1.25 04/28/2004 A Davicom DM9000 ISA NIC fast Ethernet driver for Linux. Copyright (C) 1997 Sten Wang This program is free software; you can redistribute it and/
www.eeworm.com/read/312182/13616772

vhd filter.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity filter is port (clk: in std_logic; reset: in std_logic; slow: in std_logic; fast:
www.eeworm.com/read/309735/13665179

c dm9000x.c

/* dm9000x.c: Version 1.25 04/28/2004 A Davicom DM9000 ISA NIC fast Ethernet driver for Linux. Copyright (C) 1997 Sten Wang This program is free software; you can redistribute it and/
www.eeworm.com/read/309649/13667080

c xfile.c

/* +++Date last modified: 05-Jul-1997 */ /* xfile.c -- implementation for fast line buffered files ** ** Currently (Sat 06-15-1991) XFILEs are for reading CR-LF terminated lines ** from MS-D