代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/403510/2311018
java execmulti.java
package com.sun.electric.tool.user;
import java.util.List;
import java.util.ArrayList;
/**
* Run multiple external processes in sequence (serial).
* Each external process can have Exec.FinishedLis
www.eeworm.com/read/402041/2333433
java jdbconnect.java
package org.trinet.jdbc;
import java.sql.*;
import java.util.*;
import java.math.*;
import oracle.jdbc.driver.*;
/**
* Create and manage up to multiple (MAXNUM) JDBC connections.
*/
public
www.eeworm.com/read/395929/2429110
s mips16-f.s
.set noreorder
.text
nop
l1: nop
# align section end to 16-byte boundary for easier testing on multiple targets
.p2align 4
.section "foo"
.word l1+3
#
www.eeworm.com/read/382594/2631955
cpp test_reactors.cpp
// test_reactors.cpp,v 4.21 2004/12/16 12:57:15 jwillemsen Exp
// Perform a torture test of multiple ACE_Reactors and ACE_Tasks in
// the same process... Thanks to Detlef Becker for contributing
www.eeworm.com/read/380709/2654123
tcl cplot.tcl
#
# cplot -- "cooked" plot
# merge multiple cooked trace files together, eventually
# to produce a final plot:
#
# Usage: cplot package graph-title cfile1 cname1 [cfile2 cname 2] ...
#
# this will tak
www.eeworm.com/read/376189/2712118
properties messages.properties
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
dialog.delete.body.multiple = Voc\u00EA deseja excluir todas as chaves do grupo "{0}" ?
dialog.delete.body.single =
www.eeworm.com/read/375736/2721577
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/366702/2868184
c vthunk1.c
// PR c++/12007 Multiple inheritance float pass by value fails
// { dg-do run }
extern "C" void abort (void);
class gvImpl
{
public:
virtual void PutVal(float value){}
};
class foo { public: virt
www.eeworm.com/read/366702/2877225
f90 entry_3.f90
! { dg-do run }
! Test assumed shape arrays in procedures with multiple entry points.
! Arguments that aren't present in all entry points must be treated like
! optional arguments.
module entry_4
cont
www.eeworm.com/read/360971/2955044
java welcome2.java
// Fig. 24.4: Welcome2.java
// Printing multiple lines in a dialog box
import javax.swing.JOptionPane; // import class JOptionPane
public class Welcome2 {
public static void main( String arg