代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/359825/2972028
release-notes
2002-03-05
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/358421/2985951
cpp myrichctrl.cpp
// MyRichCtrl.cpp : implementation file
//
#include "stdafx.h"
#include "cmmg.h"
#include "MyRichCtrl.h"
#define ID_EDIT_SELECTALL 6000
// CMyRichCtrl
IMPLEMENT_DYNAMIC(CMyRichCtrl, CRich
www.eeworm.com/read/357083/3032162
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 the back
www.eeworm.com/read/353301/3086743
java showdocs.java
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.net.URL;
import java.net.MalformedURLException;
public class ShowDocs extends Applet
implement
www.eeworm.com/read/350657/3124366
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/264095/4297702
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/263317/4303624
java wordactiondelegate.java
package com.hnjchina.example.addviewer;
import org.eclipse.jface.action.IAction;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.ui.*;
public class WordActionDelegate implement
www.eeworm.com/read/263317/4303625
java blueactiondelegate.java
package com.hnjchina.example.addviewer;
import org.eclipse.jface.action.IAction;
import org.eclipse.jface.viewers.ISelection;
import org.eclipse.ui.*;
public class BlueActionDelegate implement
www.eeworm.com/read/263014/4306348
c pa_skeleton.c
/*
* $Id: pa_skeleton.c,v 1.1.2.39 2003/11/26 14:56:09 rossbencina Exp $
* Portable Audio I/O Library skeleton implementation
* demonstrates how to use the common functions to implement support
*
www.eeworm.com/read/262677/4310041
java svgmodule.java
package fr.itris.glips.svgeditor;
import java.util.*;
import javax.swing.*;
import fr.itris.glips.svgeditor.menutool.*;
/**
* the interface that each module must implement
* @author jordi
*
*/
p