代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/296755/3899192
java deleteexamineeactionform.java
package org.mmxbb.exam.business.examinee;
import org.apache.struts.action.*;
import javax.servlet.http.*;
import java.io.*;
public class DeleteExamineeActionForm
extends ActionForm
implement
www.eeworm.com/read/294038/3925333
c irnet_ppp.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the PPP interface and /dev/irnet character device.
* The PPP in
www.eeworm.com/read/292705/3948546
c itimer.c
/*
* linux/kernel/itimer.c
*
* Copyright (C) 1992 Darren Senn
*/
/* These are all the functions necessary to implement itimers */
#include
#include
#include
www.eeworm.com/read/292705/3950018
c irnet_ppp.c
/*
* IrNET protocol module : Synchronous PPP over an IrDA socket.
*
* Jean II - HPL `00 -
*
* This file implement the PPP interface and /dev/irnet character device.
* The PPP in
www.eeworm.com/read/290475/3974875
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/290475/3975665
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/290475/3976159
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/290475/3976949
cpp student.cpp
#include "stdafx.h"
#include "student.h"
IMPLEMENT_SERIAL(CStudent, CObject, 0)
void CStudent::Serialize(CArchive& ar)
{
TRACE("Entering CStudent::Serialize\n");
if (ar.IsStoring()) {
a
www.eeworm.com/read/288571/4006185
java gameevent.java
package zsw_mmorpg.common;
import java.nio.ByteBuffer;
/**
* GameEvent.java
*
* Interface for GameEvents, all event classes must implement this interface.
*
* @author
www.eeworm.com/read/286854/4031950
c winnet.c
/*
* Windows networking abstraction.
*
* Due to this clean abstraction it was possible
* to easily implement IPv6 support :)
*
* IPv6 patch 1 (27 October 2000) Jeroen Massar