代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/424707/2013727
h blk82930.h
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
Blk82930.h
Abstract:
Kernel mode definitions and function prototypes
Environment:
Kernel mode
Notes:
www.eeworm.com/read/423356/2027873
contents
Contents of the VMS sub-archive for UnZip 4.2 and later:
Contents this file
VMS.notes general VMS info about installing and using UnZip
unzip.rnh
www.eeworm.com/read/423356/2027878
not vms.not
VMS Notes for UnZip 4.2
28 February 1992
The various VMS tweaks to UnZip 4.2 and ZipInfo 0.96 were tested on a
VAX 8600 running VMS 5.2 (and, later, VMS
www.eeworm.com/read/420803/2062278
readme
A few notes:
- If you are looking to statically compile an application, you must compile it
without the use of either rtti or exceptions. The library should be compiled
likewise. Since the ap
www.eeworm.com/read/420189/2070129
java computer.java
package text;
import java.io.Serializable;
public class Computer implements Serializable {
public Computer() {
}
private String id;
private String onUse;
private String notes;
www.eeworm.com/read/419707/2073759
h iso82930.h
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
Iso82930.h
Abstract:
Kernel mode definitions and function prototypes
Environment:
Kernel mode
Notes:
www.eeworm.com/read/419707/2073792
h blk82930.h
/*++
Copyright (c) 1997-1998 Microsoft Corporation
Module Name:
Blk82930.h
Abstract:
Kernel mode definitions and function prototypes
Environment:
Kernel mode
Notes:
www.eeworm.com/read/414813/2142133
am makefile.am
SUBDIRS =
EXTRA_DIST =
# NOTES:
#
# MonotoneChainSelectAction.h needed by algorithm/MCPointInRing.h
# for inheritance
# MonotoneChainOverlapAction.h needed by algorithm/MCIndexNoder.h
# for inhe
www.eeworm.com/read/414813/2142264
am makefile.am
#SUBDIRS =
#EXTRA_DIST =
# NOTES:
geosdir = $(includedir)/geos/operation/distance
geos_HEADERS = \
DistanceOp.h
noinst_HEADERS = \
ConnectedElementLocationFilter.h \
ConnectedElementPointFi
www.eeworm.com/read/414420/2146389
sched readme.sched
Notes on the scheduler in sched.c:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
'sched.c' provides an very simplistic multi-threading scheduler.
See the example, function 'sched(...)', in the same file fo