代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/190666/5179877
c 19990413-1.c
/* Verify that cpp doesn't screw up the line numbering when a macro argument
extends over multiple lines. */
/* { dg-do compile } */
#define FOO(x) /* nothing */
void
func(void)
{
FOO(i
www.eeworm.com/read/190346/5183926
example svnperms.conf.example
## Example configuration file for svnperms.py. ##
# $Id: svnperms.conf.example 5288 2003-03-12 05:56:21Z kfogel $
#
# Multiple global [groups] sections are accepted, but be aware
# that it's the
www.eeworm.com/read/189753/5191775
in makefile.in
# plex86: run multiple x86 operating systems concurrently
# Copyright (C) 1999-2001 Kevin P. Lawton
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of
www.eeworm.com/read/182972/5261045
c pnmtopalm.c
/* pnmtopalm.c - read a portable pixmap and write a Palm Tbmp file
*
* Program originally ppmtoTbmp.c by Ian Goldberg
*
* Mods for multiple bits per pixel by George Caswell
www.eeworm.com/read/179911/5297053
c xor.c
/*
* xor.c : Multiple Devices driver for Linux
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000,
* Ingo Molnar, Matti Aarnio, Jakub Jelinek, Richard Henderson.
*
* Dispatch optimized RAID-5 checks
www.eeworm.com/read/179911/5298703
h shmparam.h
#ifndef _M68K_SHMPARAM_H
#define _M68K_SHMPARAM_H
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
#endif /* _M68K_SHMPARAM_H */
www.eeworm.com/read/179911/5299865
txt scanner-hp-sane.txt
Copyright (C) 1999, 2000 David E. Nelson
April 26, 2000
CHANGES
- Amended for Linux-2.3.99-pre6-3
- Updated for multiple scanner support
INTRODUCTION
This document will hopefully provide enough i
www.eeworm.com/read/179906/5301270
java dynamicevents.java
//: c14:DynamicEvents.java
// You can change event behavior dynamically.
// Also shows multiple actions for an event.
//
// From 'Thin
www.eeworm.com/read/176157/5339025
java multihighlight.java
// MultiHighlight.java
// An example of highlighting multiple, discontiguous regions of a text
// component.
//
package jswing.ch21;
import javax.swing.*;
import javax.swing.text.*;
import java.awt.
www.eeworm.com/read/175066/5350585
java repositorystore.java
package com.sslexplorer.boot;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**
* A single {@link Repository} may contain multiple stores. This interfa