代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/326711/3469981

h time.h

// Fig. 20.8: Time.h // Declaration of class Time. // Member functions defined in Time.cpp. // prevent multiple inclusions of header file #ifndef TIME_H #define TIME_H // Time abstract data
www.eeworm.com/read/326711/3469985

h time.h

// Fig. 20.1: Time.h // Declaration of class Time. // Member functions are defined in Time.cpp // prevent multiple inclusions of header file #ifndef TIME_H #define TIME_H // Time class defin
www.eeworm.com/read/326711/3469994

h time.h

// Fig. 20.14: Time.h // Declaration of class Time. // Member functions defined in Time.cpp // prevent multiple inclusions of header file #ifndef TIME_H #define TIME_H class Time { pub
www.eeworm.com/read/323320/3517619

cis dp83903.cis

# # This CIS is for cards based on the National Semiconductor # DP83903 Multiple Function Interface Chip # vers_1 4.1, "Multifunction Card", "", "", "NSC MF LAN/Modem" manfid 0x0175, 0x0000 func
www.eeworm.com/read/316872/3596144

c raid5.c

/* * raid5.c : Multiple Devices driver for Linux * Copyright (C) 1996, 1997 Ingo Molnar, Miguel de Icaza, Gadi Oxman * Copyright (C) 1999, 2000 Ingo Molnar * Copyright (C) 2002, 2003 H. P
www.eeworm.com/read/316872/3596152

c linear.c

/* linear.c : Multiple Devices driver for Linux Copyright (C) 1994-96 Marc ZYNGIER or Linear mode management functions.
www.eeworm.com/read/316872/3596172

c raid0.c

/* raid0.c : Multiple Devices driver for Linux Copyright (C) 1994-96 Marc ZYNGIER or Copyright (C) 1999, 2000
www.eeworm.com/read/316872/3599795

h shmparam.h

#ifndef _ASM_M32R_SHMPARAM_H #define _ASM_M32R_SHMPARAM_H #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ #endif /* _ASM_M32R_SHMPARAM_H */
www.eeworm.com/read/307164/3726739

h camm_util.h

#ifndef CAMM_UTIL_H #define CAMM_UTIL_H /*+ To stop multiple inclusions. +*/ typedef struct { float r,i; } Complex; typedef struct { double r,i; } Dcomplex; #undef str #define str(a_) xstr(a
www.eeworm.com/read/288894/4001857

java timestamper.java

//$Id: Timestamper.java 3890 2004-06-03 16:31:32Z steveebersole $ package org.hibernate.cache; /** * Generates increasing identifiers (in a single VM only). * Not valid across multiple VMs. Id