代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/479151/1340568
in config.in
#
# Block device driver configuration
#
mainmenu_option next_comment
comment 'Multi-device support (RAID and LVM)'
bool 'Multiple devices driver support (RAID and LVM)' CONFIG_MD
dep_tristate ' RAID
www.eeworm.com/read/242082/4556422
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/241368/4560134
java choosequerytag.java
package com.tonbeller.jpivot.tags;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.TagSupport;
import org.apache.log4j.Logger;
/**
* If you have multiple queries in
www.eeworm.com/read/240204/4576974
cxx cube.cxx
//
// "$Id: cube.cxx,v 1.1.1.1 2003/06/03 22:25:47 agno Exp $"
//
// Another forms test program for the Fast Light Tool Kit (FLTK).
//
// Modified to have 2 cubes to test multiple OpenGL contexts
www.eeworm.com/read/234134/4661916
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/233448/4672364
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/233448/4681642
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/231546/4715093
txt repeat.txt
*repeat.txt* For Vim version 5.8. Last change: 2000 Apr 14
VIM REFERENCE MANUAL by Bram Moolenaar
Repeating commands *repeating*
1. Single repeats |single-repeat|
2. Multiple repea
www.eeworm.com/read/209559/4967270
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
*
* RAID-5 management functions.
www.eeworm.com/read/208414/4993011
c pgpjoin.c
/*
* pgpJoin.c -- join multiple modules into a single stream
*
* Copyright (C) 1995-1997 Pretty Good Privacy, Inc. All rights reserved.
*
* Written by: Derek Atkins
*
* $Id: p