代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/324920/3497831
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/322742/3521025
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/316872/3606671
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/315986/3614151
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/315986/3614938
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/313224/3645082
pm base.pm
package Digest::base;
use strict;
use vars qw($VERSION);
$VERSION = "1.00";
# subclass is supposed to implement at least these
sub new;
sub clone;
sub add;
sub digest;
sub reset {
my $self = sh
www.eeworm.com/read/309121/3707367
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/309003/3708168
m contents.m
% Browsers/One-D:Contents v850 -- 1-d Signal Browser
%
% The routines in this directory implement a point-and-click browser that
% allows the user to select signals, select wavelet, wavelet packet,
www.eeworm.com/read/305303/3774469
java apply.java
package gnu.kawa.functions;
import gnu.lists.*;
import gnu.mapping.*;
/** Implement the standard Scheme function "apply".
* This has been generalized so that the last (list argument)
* can be any s
www.eeworm.com/read/303057/3817512
h esign.h
#ifndef CRYPTOPP_ESIGN_H
#define CRYPTOPP_ESIGN_H
/** \file
This file contains classes that implement the
ESIGN signature schemes as defined in IEEE P1363a.
*/
#include "pubkey.h"
#includ