代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/152550/12107129
todo
BUGS:
- many :-> None ?
TODO:
- create a beautifull icon: artist welcome ;-)
- verify memory leaks (find someone with Sniff available)
- need more translations: help welcome !!!
- fix TODOs in s
www.eeworm.com/read/151450/12210103
java phoneterminalobserver.java
/*
#pragma ident "@(#)PhoneTerminalObserver.java 1.6 97/01/22 SMI"
* Copyright (c) 1996 Sun Microsystems, Inc. All Rights Reserved.
*
* Permission to use, copy, modify, and distribute thi
www.eeworm.com/read/253533/12216615
txt 25.4.txt
Listing 25.4 Using the More Complex Attribute Class
[ProgrammerTeam(true)]
class OurClass
{
[ProgrammerTeam(false,
“We couldn’t figure out how to implement TakeAHoliday so we contracted it out”)]
www.eeworm.com/read/338768/12285328
todo
Partially Ordered TODO list:
DONE: oprofile1) Fix rmmod to handle module offsets in /proc/modules
DONE: Andi1) Fix new rmmod to set O_SYNC
DONE: Petr1) Fix install mess which blows away old modutils
www.eeworm.com/read/338271/12315332
todo
Partially Ordered TODO list:
DONE: oprofile1) Fix rmmod to handle module offsets in /proc/modules
DONE: Andi1) Fix new rmmod to set O_SYNC
DONE: Petr1) Fix install mess which blows away old modutils
www.eeworm.com/read/251092/12364684
txt java代码编写的一般性指导 (转贴).txt
作者:赖皮王子
日期:2001-6-9 17:01:30
作者 : javaduke(www.dukejava.com)
(1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。例如:
ThisIsAClassName
thisIsMethodOrFieldName
若在定义中出现了常数初
www.eeworm.com/read/250986/12371180
txt 是用atl开发支持事件的组件.txt
作者:rick1126
email: rickzhang@sina.com
日期:7/7/2001 6:31:58 PM
方法之一:
使用传统的回调函数方式, 区别在于前者需要客户端传递一个实现函数的指针, 后者则需要传递一个服务端公开的回调接口.
限制条件:
1. 使用前绑定
2. 虽然函数实现在客户端, 不过服务端除了在IDL里面声明方法
www.eeworm.com/read/233544/14147873
txt java代码编写30条建议.txt
Java代码编写30条建议
(1) 类名首字母应该大写。字段、方法以及对象(句柄)的首字母应小写。对于所有标识符,其中包含的所有单词都应紧靠在一起,而且大写中间单词的首字母。
例如:
ThisIsAClassName
thisIsMethodOrFieldName
若在定义中出现了常数初始化字符,则大写static final基本类型标识符中的所有字母。这样便可 ...
www.eeworm.com/read/128084/14317312
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/128084/14317342
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