代码搜索:Useful
找到约 6,252 项符合「Useful」的源代码
代码结果 6,252
www.eeworm.com/read/271450/10994183
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 USE
www.eeworm.com/read/443090/7638223
inc useful.inc
callw macro x
extern x:PROC
call x
endm
pushad_eax equ 7*4
pushad_ecx equ 6*4
pushad_edx equ 5*4
pushad_ebx equ 4*4
pushad_esp equ 3*4
pushad_ebp equ 2*4
pushad_esi equ 1*4
pu
www.eeworm.com/read/143089/12899474
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/137548/13312950
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/139903/5795530
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/136812/5857758
h useful.h
/*
** USEFUL.H -- Some useful stuff.
**
** @(#)useful.h 1.1 92/07/30 SMI; from UCB 3.13 3/26/83
*/
# ifndef makedev
# include
# endif
/* support for bool type */
typedef char bool;
#
www.eeworm.com/read/131315/5934680
h useful.h
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permi
www.eeworm.com/read/101082/6243668
h useful.h
/*
** USEFUL.H -- Some useful stuff.
**
** @(#)useful.h 4.1 7/25/83
*/
# ifndef makedev
# include
# endif
/* support for bool type */
typedef char bool;
# define TRUE 1
# define FALS