代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/350097/3134512
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/350097/3135623
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/349537/3143841
cpp logdialog.cpp
// LoginDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "library.h"
#include "LoginDialog.h"
// LoginDialog 对话框
IMPLEMENT_DYNAMIC(LoginDialog, CDialog)
LoginDialog::LoginDialog(CWnd
www.eeworm.com/read/341356/3253362
java eventwrapper.java
package org.opennms.netmgt.mock;
import org.opennms.netmgt.xml.event.Event;
/**
* Need this class because Event doesn't properly implement hashCode
*/
class EventWrapper {
Event m_event;
www.eeworm.com/read/341021/3258659
mpich2prereq
#! /bin/sh
#
# The shm channel does not implement SPAWN
echo "Executing mpich2prereq in $devicedir/channels/shm"
MPID_NO_SPAWN=yes
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/340665/3283849
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/339586/3296685
cpp configdlg.cpp
#include "stdafx.h"
#include "SipIMP.h"
#include "ConfigDlg.h"
#include "Reboot.h"
// CConfigDlg dialog
IMPLEMENT_DYNAMIC(CConfigDlg, CDialog)
CConfigDlg::CConfigDlg(CWnd* pParent /*=NULL*/)
: CD
www.eeworm.com/read/339586/3296687
cpp adddlg.cpp
// AddDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SipIMP.h"
#include "AddDlg.h"
// CAddDlg dialog
IMPLEMENT_DYNAMIC(CAddDlg, CDialog)
CAddDlg::CAddDlg(CWnd* pParent /*=NULL*/)
:
www.eeworm.com/read/339586/3296688
cpp reboot.cpp
// Reboot.cpp : implementation file
//
#include "stdafx.h"
#include "SipIMP.h"
#include "Reboot.h"
// CReboot dialog
IMPLEMENT_DYNAMIC(CReboot, CDialog)
CReboot::CReboot(CWnd* pParent /*=NULL*/)
www.eeworm.com/read/337546/3339085
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