代码搜索:implementing

找到约 2,669 项符合「implementing」的源代码

代码结果 2,669
www.eeworm.com/read/318899/13467600

c network.c

// module implementing IP, ICMP and ARP #include #include "nic.h" #include "network.h" #include unsigned char myMACAddress[6]; unsigned char myIPAddress[4]; unsigned c
www.eeworm.com/read/318899/13467614

c connection.c

// module implementing the TCP and UDP stacks. Uses info provided in sockets.c to invoke sockets as appropriate #include #include #include "nic.h" #include "network.h" #
www.eeworm.com/read/150914/12245564

java comparatortest.java

//: c11:ComparatorTest.java // Implementing a Comparator for a class. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import
www.eeworm.com/read/230049/14307093

java comparatortest.java

//: c11:ComparatorTest.java // Implementing a Comparator for a class. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import
www.eeworm.com/read/127089/14379966

c punycode.c

/* * punycode.c from RFC 3492 * http://www.nicemice.net/idn/ * Adam M. Costello * http://www.nicemice.net/amc/ * * This is ANSI C code (C89) implementing Punycode (RFC 3492). */ #incl
www.eeworm.com/read/123219/14642041

lsm spi-driver-2.02.lsm

Begin3 Title: spi-driver Version: 2.02 Entered-date: Monday, 29 Oct 2001, 14:00:00 MET DST Description: Driver, implementing the SPI and MicroWire bus on a parallel port. Used to interface to a lo
www.eeworm.com/read/196036/5105060

c shmem.c

/* * $Id: shmem.c,v 1.1.1.1 1999/11/15 13:42:21 vadim Exp $ * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * card.c - Card functions implementing ISDN4Linux functionality * * Th
www.eeworm.com/read/184888/5244463

h trusted.h

/* * $Id: trusted.h,v 1.1.1.1 2005/06/13 16:47:43 bogdan_iancu Exp $ * * Header file for trusted.c implementing allow_trusted function * * Copyright (C) 2003 Juha Heinanen * * This file is part
www.eeworm.com/read/179911/5294958

c shmem.c

/* * $Id: shmem.c,v 1.2 1996/11/20 17:49:56 fritz Exp $ * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * card.c - Card functions implementing ISDN4Linux functionality * * This p
www.eeworm.com/read/179906/5301060

java comparatortest.java

//: c11:ComparatorTest.java // Implementing a Comparator for a class. // From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002 // www.BruceEckel.com. See copyright notice in CopyRight.txt. import