代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/132747/5910252
h ide.h
/*
* linux/drivers/block/ide.h
*
* Copyright (C) 1994, 1995 Linus Torvalds & authors
*/
#include
/*
* This is the multiple IDE interface driver, as evolved from hd.c.
* I
www.eeworm.com/read/132312/5918183
jsp topindex.jsp
var newwin = null;
function popWin(url) {
window.open(url,"Multiple","menubar=0,toolbar=0,status=1,scrollbars=1,resizable=1,width=850,height=600");
}
www.eeworm.com/read/131315/5935524
teststyle
.SH
Example Test Page
.PP
This example shows a citation for a book,[.griswold poage polonsky.]
a journal article,[.hru.] and a conference paper.[.bishop snyder.]
.PP
Multiple citations [.goodenough, h
www.eeworm.com/read/131315/5936543
c cp-search.c
/* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++.
Copyright (C) 1987, 1989, 1992 Free Software Foundation, Inc.
Contributed by Michael Tiemann
www.eeworm.com/read/128604/5981680
java compoundedit.java
/* CompoundEdit.java -- Combines multiple UndoableEdits.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/125811/6021727
c scr_x11.c
/*
* Copyright (c) 2000, 2001 Greg Haerr
* Copyright (c) 1999 Tony Rogvall
* Rewritten to avoid multiple function calls by Greg Haerr
* Alpha blending
www.eeworm.com/read/122504/6065477
java highlightmanager.java
package uk.ac.leeds.ccg.geotools;
import java.awt.*;
import java.util.*;
/**
* Comunicates between GeoTools components so that multiple views can share and
* display the same highlight info
www.eeworm.com/read/108668/6181485
java uberproperties.java
/*
* A souped up version of the Java Properties format which can
* handle multiple properties with the same name.
* Copyright (C) 2002-2003 Stephen Ostermiller
* http://ostermiller.org/contact.pl?
www.eeworm.com/read/101082/6244290
c latdate.c
#ifndef lint
static char *sccsid = "@(#)latdate.c 4.1 (ULTRIX) 7/17/90";
#endif lint
/*
* l a t d a t e
*
* Description: This sample program illustrates the use of multiple
* lat ser
www.eeworm.com/read/100285/6271658
java pgpath.java
package postgresql.geometric;
import java.io.*;
import java.sql.*;
import postgresql.util.*;
/**
* This implements a path (a multiple segmented line, which may be closed)
*/
public class PGpath ex