代码搜索:Useful
找到约 6,252 项符合「Useful」的源代码
代码结果 6,252
www.eeworm.com/read/432289/8613513
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H_
#define
www.eeworm.com/read/184890/9067333
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H
www.eeworm.com/read/281673/9141986
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H
www.eeworm.com/read/178378/9404774
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H_
#define
www.eeworm.com/read/168841/9896518
inc useful.inc
@pushsz macro string
local __1
call __1
db string,0
__1:
endm
@copysz macro
local nxtchr
nxtchr: lodsb
stosb
or al,al
jnz nxtchr
endm
www.eeworm.com/read/363888/9932899
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H
www.eeworm.com/read/355030/10300152
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H
www.eeworm.com/read/425879/10312197
inc useful.inc
;
; Useful macroz, structurez and constantz
;
; by pker / CVC.GB
;
;
; Description
; -----------
;
; This include file contains some useful macroz and str
www.eeworm.com/read/425035/10385587
inc useful.inc
;
; Useful macroz, structurez and constantz
;
; by pker / CVC.GB
;
;
; Description
; -----------
;
; This include file contains some useful macroz and str
www.eeworm.com/read/158966/10706390
h useful.h
//: C14:Useful.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// A class to reuse
#ifndef USEFUL_H