代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/337454/3339906
cpp myrenamedlg.cpp
// MyRenameDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "PcFile.h"
#include "MyRenameDlg.h"
// CMyRenameDlg 对话框
IMPLEMENT_DYNAMIC(CMyRenameDlg, CDialog)
CMyRenameDlg::CMyRenameDlg(CWn
www.eeworm.com/read/324920/3497830
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/316872/3593301
c sa1111_generic.c
/*
* linux/drivers/pcmcia/sa1111_generic.c
*
* We implement the generic parts of a SA1111 PCMCIA driver. This
* basically means we handle everything except controlling the
* power. Power is mac
www.eeworm.com/read/316872/3602638
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/316872/3606252
c wext.c
/*
* This file implement the Wireless Extensions APIs.
*
* Authors : Jean Tourrilhes - HPL -
* Copyright (c) 1997-2007 Jean Tourrilhes, All Rights Reserved.
*
* (As all part of t
www.eeworm.com/read/316872/3606670
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/315543/3619671
h inputneuron.h
#ifndef _INPUTNEURON_H
#define _INPUTNEURON_H
#include "Neuron.h"
namespace annie
{
/** Input neurons are slightly special. They don't really do much, just implement
* the Neuron interface so that
www.eeworm.com/read/309810/3703970
c queue.c
/*
* File: queue.c
* Purpose: Implement a first in, first out linked list
*
* Notes:
*/
#include "src/include/dbug.h"
#include "src/uif/net/queue.h"
#ifdef DBUG_NETWORK
/******
www.eeworm.com/read/306654/3735615
java node.java
/* This file was generated by SableCC (http://www.sablecc.org/). */
package org.sablecc.sablecc.node;
import java.util.*;
import org.sablecc.sablecc.analysis.*;
public abstract class Node implement
www.eeworm.com/read/305303/3774460
java isequal.java
package gnu.kawa.functions;
import gnu.expr.Language;
/** Implement the standard Scheme procedure equal?
* and the Lisp equal. */
public class IsEqual extends gnu.mapping.Procedur