代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/139903/5795479
cpp multiarg.cpp
//: C06:Multiarg.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Multiple constructor arguments
www.eeworm.com/read/136989/5827353
cpp test_signals_2.cpp
// test_signals_2.cpp,v 4.16 2003/12/30 23:18:59 shuston Exp
// Test the ability of the Reactor/Signal_Handler to register multiple
// handler per-signal.
/* This test works as follows:
1.
www.eeworm.com/read/136989/5827362
cpp test_reactors.cpp
// test_reactors.cpp,v 4.20 2003/12/30 23:18:59 shuston Exp
// Perform a torture test of multiple ACE_Reactors and ACE_Tasks in
// the same process... Thanks to Detlef Becker for contributing thi
www.eeworm.com/read/135691/5882292
inc fupload.inc
'Sample multiple binary files upload via ASP - upload include
'c1997-1999 Antonin Foller, 红孩儿, http://www.红孩儿.com
'The file is part of ScriptUtilities libra
www.eeworm.com/read/120487/6073373
c testlibpq4.c
/*
* testlibpq4.c
* this test program shows to use LIBPQ to make multiple backend
* connections
*
*/
#include
#include
#include "libpq-fe.h"
static void
exit_nicely(PGconn
www.eeworm.com/read/100926/6263472
cpp test_reactors.cpp
// test_reactors.cpp,v 4.18 2001/12/26 12:20:16 schmidt Exp
// Perform a torture test of multiple ACE_Reactors and ACE_Tasks in
// the same process... Thanks to Detlef Becker for contributing thi
www.eeworm.com/read/100285/6271862
c testlibpq4.c
/*
* testlibpq4.c
* this test programs shows to use LIBPQ to make multiple backend
* connections
*
*
*/
#include
#include "libpq-fe.h"
static void
exit_nicely(PGconn *conn1, PGconn *
www.eeworm.com/read/488978/6480839
man hmmer.man
.TH "hmmer" 1 "Oct 2003" "HMMER 2.3.2" "HMMER Manual"
.SH NAME
.TP
HMMER - profile hidden Markov model software
.SH SYNOPSIS
.TP
.B hmmalign
Align multiple sequences to a profile HMM.
.TP
.B hmmbu
www.eeworm.com/read/479166/6700111
h time.h
// Fig. 9.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 defini