代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/207927/15256582
h mpeglist.h
/* bufferlist.h */
/* A class for buffering the I/O and allow multiple streams to read the data
asynchronously */
#ifndef _MPEGLIST_H_
#define _MPEGLIST_H_
#include "SDL.h"
class MPEGlist {
pub
www.eeworm.com/read/207217/15279349
h print.h
// Exercise 10.1 Using multiple files and preprocessor directives. File: print.h
// We have seven files in all.
// The file print.h contains the prototype for the function print().
#ifndef PRIN
www.eeworm.com/read/207217/15279363
h print.h
// Exercise 10.2 Using multiple files and preprocessor directives. File: print.h
// We have seven files in all.
// The file print.h contains the prototype for the function print().
#ifndef PRIN
www.eeworm.com/read/13976/290989
auenc
#!/bin/sh
#
# auenc -- version 0.1
#
# A wrapper for lame to encode multiple files. By default, a .wav
# extension is removed and replaced by .mp3 .
#
# (C) 1999 Gerhard Wesp
www.eeworm.com/read/17055/709501
js jquery.easing.1.3.js
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easi
www.eeworm.com/read/17055/709524
js jquery.easing.1.3.js
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easi
www.eeworm.com/read/38039/1094689
mnu flexarr.mnu
FIX#LENGTH
#
Single#Val
Route through datum point feature using specified fixed length.
#
Multiple#Val
Specify the desired fixed length for each routed flexible segment.
#
www.eeworm.com/read/490508/1198117
java vadercanvas.java
/**
* Title: DemoVaders
* Description: Building multiple UI Java MIDlets on Symbian OS.
* Copyright: Copyright (c) 2004
* Company: Symbian Ltd
* @author Alan
www.eeworm.com/read/490333/1199544
cs welcome4.cs
// Fig. 3.7: Welcome4.cs
// Printing multiple lines in a dialog Box.
using System;
using System.Windows.Forms;
namespace WelcomeGUI
{
///
/// Summary description for Class1.
www.eeworm.com/read/479931/1328915
h mb-inline.h
/* Test gdb support for setting multiple file:line breakpoints on static
functions. In practice the functions may be inline fns compiled with -O0.
We avoid using inline here for simplicity's sa