代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/484953/6569510
as downprobar.as
package com
{
import mx.preloaders.DownloadProgressBar;
public class DownProBar extends DownloadProgressBar{
public function DownProBar(){
//TODO: implement function
super();
www.eeworm.com/read/484675/6572500
java voteimpl.java
import VoteApp.*;
import org.omg.CosNaming.*;
import org.omg.CosNaming.NamingContextPackage.*;
import org.omg.CORBA.*;
import org.omg.PortableServer.*;
import org.omg.PortableServer.POA;
imp
www.eeworm.com/read/479447/6687130
sta main.sta
ROM used: 7584 (23%)
7588 (23%) including unused fragments
2 Average locations per line
14 Average locations per statement
RAM used: 24 (2%) at main() level
www.eeworm.com/read/478645/6712014
txt java代码编写的一般性指导 (转贴).txt
作者:赖皮王子
日期:2001-6-9 17:01:30
作者 : javaduke(www.dukejava.com)
(1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。例如:
ThisIsAClassName
thisIsMethodOrFieldName
若在定义中出现了常数初
www.eeworm.com/read/476808/6751027
sta picusb.sta
ROM used: 3668 (11%)
3668 (11%) including unused fragments
1 Average locations per line
6 Average locations per statement
RAM used: 430 (21%) at main() level
www.eeworm.com/read/410395/11288326
todo
General:
Q.921:
-- Support unnumbered information frames
-- Get TEI codes working for BRI interfaces
Q.931:
-- Implement the 11 missing Q.931 timers
www.eeworm.com/read/348468/11592920
m demos.m
function tbxStruct = demos
% DEMOS Demo list for the ANN Library.
% Version 1.1
% Giampiero Campa, West Virginia University
% 1-June-2007
if nargout == 0, demo blockset; return; end
tbx
www.eeworm.com/read/158508/11606047
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/261494/11641698
txt java代码编写的一般性指导 (转贴).txt
作者:赖皮王子
日期:2001-6-9 17:01:30
作者 : javaduke(www.dukejava.com)
(1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。例如:
ThisIsAClassName
thisIsMethodOrFieldName
若在定义中出现了常数初
www.eeworm.com/read/259965/11754034
java basicplayerlistener.java
package javazoom.jlGui;
/**
* BasicPlayerListener.
*/
/**
* BasicPlayerListener.
* This interface defines method that a player should implement to be notify
* from Audio events.
* Ho