代码搜索:Implementations

找到约 4,027 项符合「Implementations」的源代码

代码结果 4,027
www.eeworm.com/read/445365/1723138

readme

PHP OpenID ---------- This is the PHP OpenID library by JanRain, Inc. You can visit our website for more information about this package and other OpenID implementations and tools: http://www.ope
www.eeworm.com/read/443386/1744506

c mmu_context.c

/* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specification. This includes the 6xx, 7xx, 7xxx,
www.eeworm.com/read/443386/1744510

c ppc_mmu.c

/* * This file contains the routines for handling the MMU on those * PowerPC implementations where the MMU substantially follows the * architecture specification. This includes the 6xx, 7xx, 7xxx,
www.eeworm.com/read/442723/1754449

h glh_extensions.h

// Comments: // // The trick with GLH_EXT_SINGLE_FILE is that you need to have it defined in // exactly one cpp file because it piggy-backs the function implementations in // the header. You do
www.eeworm.com/read/439864/1803905

c udp-socket.c

/* * udp-socket.c - udp socket implementations * * Copyright (C) 2000, 2001 Stefan Jahn * * This is free software; you can redistribute it and/or modify * it under the terms of
www.eeworm.com/read/439864/1803924

c icmp-socket.c

/* * icmp-socket.c - ICMP socket implementations * * Copyright (C) 2000, 2001 Stefan Jahn * * This is free software; you can redistribute it and/or modify * it under the terms
www.eeworm.com/read/439864/1803998

c tunnel.c

/* * tunnel.c - port forward implementations * * Copyright (C) 2000, 2001 Stefan Jahn * * This is free software; you can redistribute it and/or modify * it under the terms of t
www.eeworm.com/read/439279/1806464

java myinput.java

/** There are two implementations for MyInput. One is to use the BufferedReader * class in Chapter 16. The other is given in Chapter 7 using the JDK 1.5 * Scanner class, which can only run in JD
www.eeworm.com/read/438718/1823101

py basehttp.py

"""HTTP server base class. Note: the class in this module doesn't implement any HTTP request; see SimpleHTTPServer for simple implementations of GET, HEAD and POST (including CGI scripts). Contents:
www.eeworm.com/read/435707/1861139

c floatlib.c

// Gcc generates these because we have no 387 ??? // TODO: Real implementations long double __extenddfxf2(double a) { return 0; } double __truncxfdf2(long double a) { return 0; }