代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/301701/13851856
txt java代码编写的一般性指导 (转贴).txt
作者:赖皮王子
日期:2001-6-9 17:01:30
作者 : javaduke(www.dukejava.com)
(1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。例如:
ThisIsAClassName
thisIsMethodOrFieldName
若在定义中出现了常数初
www.eeworm.com/read/238536/13877617
pas childwin.pas
unit ChildWin;
interface
// MDI Child for the multi-threaded text editor.
// Exercise for the reader: implement find & replace.
// Copyright
www.eeworm.com/read/238536/13877676
pas cltnlist.pas
unit CltnList;
(*
Implement the IList and IStack collections using doubly-linked lists.
The TLinkedList class keeps track of the head and tail nodes and a
count of the number of nodes in
www.eeworm.com/read/150879/5688408
java bulletinhibernatedao.java
package com.laoer.bbscs.dao.hibernate;
import org.springframework.orm.hibernate.support.HibernateDaoSupport;
import com.laoer.bbscs.dao.IBulletinDAO;
import com.laoer.bbscs.bean.Bulletin;
import
www.eeworm.com/read/145985/5742169
java~1~ subresult.java~1~
package stumanage.events;
public class SubResult
extends EventHandleBase {
public SubResult() {
}
/**
* getURL
*
* @return String
* @todo Implement this stumanage.ev
www.eeworm.com/read/144698/5748501
pas getidaddimpl.pas
{ Invokable implementation File for TGetIDadd which implements IGetIDadd }
unit GetIDaddImpl;
interface
uses SysUtils,InvokeRegistry, Types, XSBuiltIns, GetIDaddIntf, Unit1;
type
{ TG
www.eeworm.com/read/144216/5752537
t tiehandle.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
}
my @expect;
my $data = "";
my @data = ();
my $test = 1;
sub ok { print "not " unless shift; print "ok ",$test++,"\n"; }
package Imp
www.eeworm.com/read/142674/5763048
java cityservicebean.java
package xian.bin.serivce;
import java.util.*;
public class CityServiceBean implements ServiceCity {
public CityServiceBean() {
}
public void addCity(Object[] obj) throws Exception {
/**@todo
www.eeworm.com/read/142674/5763282
java~19~ userservicebean.java~19~
package xian.bin.serivce;
import java.util.*;
import xian.bin.user.*;
import xian.bin.admin.*;
import app.*;
public class UserServiceBean implements SerivceUser {
Test test;
public UserServiceBe
www.eeworm.com/read/142674/5763292
java~6~ productservicebean.java~6~
package xian.bin.serivce;
import java.util.*;
import xian.bin.product.ProductDTO;
public class ProductServiceBean implements ServiceProduct {
public ProductServiceBean() {
}
//添加商品信息
public vo