代码搜索:oop
找到约 459 项符合「oop」的源代码
代码结果 459
www.eeworm.com/read/198689/7916607
ppt oop.ppt
www.eeworm.com/read/302445/13835184
bmp oop.bmp
www.eeworm.com/read/134053/5895442
asm oop.asm
;This sample demonstrates the use of objects by using objects to create
;a simple linked-list mailing list.
MODEL SMALL
LOCALS
;** Declare Mailing-List node object **
INCLUDE node.aso
www.eeworm.com/read/157908/11656310
pdf oop.pdf
www.eeworm.com/read/474814/1389112
tcl oop.tcl
proc About {} {
return "Testing OOP features"
}
proc Test {} {
test {tix} {arg}
test {tixWidgetClass} {arg}
test {tixClass} {arg}
test {tixNoteBook} {arg}
test {tixAppContext}
www.eeworm.com/read/323581/3513920
tcl oop.tcl
proc About {} {
return "Testing OOP features"
}
proc Test {} {
test {tix} {arg}
test {tixWidgetClass} {arg}
test {tixClass} {arg}
test {tixNoteBook} {arg}
test {tixAppContext}
www.eeworm.com/read/314491/3632037
asm oop.asm
;This sample demonstrates the use of objects by using objects to create
;a simple linked-list mailing list.
MODEL SMALL
LOCALS
;** Declare Mailing-List node object **
INCLUDE node.aso
www.eeworm.com/read/396039/2425375
oop readme.oop
This README explains the Objected Oriented ( OO ) nature of the code,
i.e. naming convention of the subroutine names and variables.
1, Since the code is written in pure ANSI C, so encapulation canno
www.eeworm.com/read/111396/15513805
ppt oop.ppt
www.eeworm.com/read/103037/15748629
asm oop.asm
;This sample demonstrates the use of objects by using objects to create
;a simple linked-list mailing list.
MODEL SMALL
LOCALS
;** Declare Mailing-List node object **
INCLUDE node.aso