代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/211187/4945530
h avilib.h
/*
* avilib.h
*
* Copyright (C) Thomas 謘treich - June 2001
* multiple audio track support Copyright (C) 2002 Thomas 謘treich
*
* Original code:
* Copyright (C) 1999 Rainer Johanni
www.eeworm.com/read/209559/4965632
c consolemap.c
/*
* consolemap.c
*
* Mapping from internal code (such as Latin-1 or Unicode or IBM PC code)
* to font positions.
*
* aeb, 950210
*
* Support for multiple unimaps by Jakub Jelinek
www.eeworm.com/read/209211/4982697
c cleanname.c
#include
#include
/*
* In place, rewrite name to compress multiple /, eliminate ., and process ..
*/
#define SEP(x) ((x)=='/' || (x) == 0)
char*
cleanname(char *name)
{
char *p, *q,
www.eeworm.com/read/209211/4985335
c cleanname.c
#include
#include
/*
* In place, rewrite name to compress multiple /, eliminate ., and process ..
*/
#define SEP(x) ((x)=='/' || (x) == 0)
char*
cleanname(char *name)
{
char *p, *q,
www.eeworm.com/read/208524/4992346
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/202663/5047738
pl pingpong-send.pl
#!/usr/bin/perl
# Script to automate running the Pingpong benchmark for multiple
# packet sizes
$i = 4;
$MAX_SIZE = 4095;
$HOST = "mm55";
$hostname = `hostname`; chop $hostname;
$date = `date`; cho
www.eeworm.com/read/196036/5104832
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/195280/5113648
i playerc.i
%module playerc
%{
#include "playerc.h"
%}
%include "typemaps.i"
// Special rules for functions that return multiple results via pointers
// For playerc_simulation_get_pose2d()
%apply double *OUT
www.eeworm.com/read/192449/5155509
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin
www.eeworm.com/read/192449/5155629
pad
#! /usr/bin/perl
# Pad a file with zero bytes to make its length
# an even multiple of some value.
# $Revision: 1.1 $
use strict qw(refs vars);
use FileHandle;
if ( scalar(@ARGV) != 2 ) {
prin