代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/252403/4404899
readme
Oracle Pro*C/C++ demo
=====================
This demo shows how to implement an Ice server that uses Oracle
through its Embedded SQL (Pro*C/C++) API.
It is a fairly simple demo that illustrates how
www.eeworm.com/read/252403/4405297
readme
The source code provided here implements a C++ evictor base class. To
use it, you must derive a class from EvictorBase and implement the
pure virtual add() and evict() methods.
add() is called when t
www.eeworm.com/read/162614/5538130
release-notes
2002-05-02
Release Notes
-------------
The Standard C++ Library, or libstdc++-v3, is an ongoing project
to fully implement the ISO 14882 Standard C++ library as described in
chapters 17 through 27
www.eeworm.com/read/161121/5560853
c irnet_irda.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the IRDA interface of IrNET.
* Basically, we sit on top of IrTT
www.eeworm.com/read/159825/5581200
h snmp.h
/*
*
* SNMP MIB entries for the IP subsystem.
*
* Alan Cox
*
* We don't chose to implement SNMP in the kernel (this would
* be silly as SNMP is a pain in t
www.eeworm.com/read/158865/5594431
h tasking.h
/* Implement process-related declarations for CHILL.
Copyright (C) 1992, 93, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/
www.eeworm.com/read/158865/5594445
c actions.c
/* Implement actions for CHILL.
Copyright (C) 1992, 93, 1994, 1998, 1999 Free Software Foundation, Inc.
Authors: Per Bothner, Bill Cox, Michael Tiemann, Michael North
This file is part of GNU C
www.eeworm.com/read/158865/5594456
c loop.c
/* Implement looping actions for CHILL.
Copyright (C) 1992, 93, 1994, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC is free software; you can redistribute it and/or modi
www.eeworm.com/read/473341/6851411
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement