代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/301592/13854373
inc fupload.inc
'Sample multiple binary files upload via ASP - upload include
'c1997-1999 Antonin Foller, DeskOffice, http://www.DeskOffice.com
'The file is part of ScriptU
www.eeworm.com/read/136989/5828952
java mtqueue.java
// MTQueue.java,v 1.2 1999/02/12 15:35:20 cdgill Exp
// This is a queue class for use by multiple threads, with at least one
// thread enqueueing objects and another dequeueing them. The dequeue_
www.eeworm.com/read/135582/5885570
cc bitbuffer.cc
#include "libvideogfx/utility/bitstream/bitbuffer.hh"
#include
const int InitialBufferSize = 1000; // has to be an integer multiple of d_tmpbuf size.
const int BitsPerEntry = 32;
const i
www.eeworm.com/read/135582/5885728
cc bitbuffer.cc
#include "libvideogfx/utility/bitstream/bitbuffer.hh"
#include
const int InitialBufferSize = 1000; // has to be an integer multiple of d_tmpbuf size.
const int BitsPerEntry = 32;
const i
www.eeworm.com/read/131315/5941318
makefile
# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.65 91/07/25 17:50:17 rws Exp $
#
# The cpp used on this machine replaces all newlines and multiple tabs and
# spaces in a macro
www.eeworm.com/read/130382/5957233
h pgpsplit.h
/*
* Split module - one input, multiple outputs.
* All outputs get data, but ONLY THE ORIGINAL OUTPUT
* GETS ANNOTATIONS. (Error-handling is impossible otherwise.)
*
* $Id: pgpSplit.h,v 1.7
www.eeworm.com/read/124804/6040009
h time1.h
// Fig. 16.5: time1.h
// Declaration of the Time class.
// Member functions are defined in time1.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME1_
www.eeworm.com/read/124804/6040012
h time2.h
// Fig. 16.7: time2.h
// Declaration of the Time class.
// Member functions are defined in time2.cpp
// preprocessor directives that
// prevent multiple inclusions of header file
#ifndef TIME2_
www.eeworm.com/read/124804/6040043
java welcomeapplet2.java
// Fig. 24.16: WelcomeApplet2.java
// Displaying multiple strings
import javax.swing.JApplet; // import class JApplet
import java.awt.Graphics; // import class Graphics
public class WelcomeA