代码搜索:Implement

找到约 10,000 项符合「Implement」的源代码

代码结果 10,000
www.eeworm.com/read/310527/3696246

c pppoatm.c

/* pppoatm.c - pppd plugin to implement PPPoATM protocol. * * Copyright 2000 Mitchell Blank Jr. * Based in part on work from Jens Axboe and Paul Mackerras. * Updated to ppp-2.4.1 by Bernhard Kaind
www.eeworm.com/read/310017/3700057

java role.java

/* * Created on 2005-8-3 * Last modified on 2007-2-22 * Powered by YeQiangWei.com */ package com.yeqiangwei.club.model; /** * 用户组 * @author yeqiangwei */ public class Role implement
www.eeworm.com/read/305303/3774444

java divideop.java

package gnu.kawa.functions; import gnu.math.*; import gnu.mapping.*; import gnu.expr.*; import gnu.bytecode.*; /** * Implement the Scheme standard function "/". * @author Per Bothner */ public cl
www.eeworm.com/read/305303/3774476

java makelist.java

package gnu.kawa.functions; import gnu.lists.*; import gnu.mapping.*; import gnu.bytecode.*; import gnu.expr.*; /** * Implement the Scheme standard function "list". * @author Per Bothner */ publi
www.eeworm.com/read/305303/3774528

java ancestororselfaxis.java

// Copyright (c) 2003 Per M.A. Bothner. // This is free software; for terms and warranty disclaimer see ./COPYING. package gnu.kawa.xml; import gnu.lists.*; /** Used to implement a ancestor-or-sel
www.eeworm.com/read/305303/3774536

java precedingsiblingaxis.java

// Copyright (c) 2003 Per M.A. Bothner. // This is free software; for terms and warranty disclaimer see ./COPYING. package gnu.kawa.xml; import gnu.lists.*; /** Used to implement a following-sibli
www.eeworm.com/read/305303/3774567

java descendantorselfaxis.java

// Copyright (c) 2003 Per M.A. Bothner. // This is free software; for terms and warranty disclaimer see ./COPYING. package gnu.kawa.xml; import gnu.lists.*; /** Used to implement a descendant-or-s
www.eeworm.com/read/305303/3774590

java followingsiblingaxis.java

// Copyright (c) 2003 Per M.A. Bothner. // This is free software; for terms and warranty disclaimer see ./COPYING. package gnu.kawa.xml; import gnu.lists.*; /** Used to implement a following-sibli
www.eeworm.com/read/305303/3774592

java parentaxis.java

// Copyright (c) 2003 Per M.A. Bothner. // This is free software; for terms and warranty disclaimer see ./COPYING. package gnu.kawa.xml; import gnu.lists.*; /** Used to implement a parent:: step i
www.eeworm.com/read/303057/3817533

h rw.h

#ifndef CRYPTOPP_RW_H #define CRYPTOPP_RW_H /** \file This file contains classes that implement the Rabin-Williams signature schemes as defined in IEEE P1363. */ #include "pubkey.h" NAM