代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/170937/9779100
m rc2ar.m
function [MX,res,arg3,acf] = rc2ar(rc);
% converts reflection coefficients into autoregressive parameters
% uses the Durbin-Levinson recursion for multiple channels
% function [AR,RC,PE,ACF] = rc2ar(
www.eeworm.com/read/367127/9780941
c sl811.c
#include "common.h"
#include "SL811.H"
#include "HAL.H"
extern FLAGS bdata bFlags;
PKG usbstack;
unsigned char xdata DBUF[BUFFER_LENGTH];
pUSBDEV xdata uDev; // Multiple USB devices attributes
www.eeworm.com/read/268797/11121363
sh subshell.sh
#!../../bash
# $Id: subshell.sh,v 1.1.1.1 2006/01/02 23:34:26 rockyb Exp $
# Test debugger handling of lines with multiple commands per line
# and subshells in a line
x=1; y=2; z=3
(builtin cd . ;
www.eeworm.com/read/247655/12637371
c sl811.c
#include "common.h"
#include "SL811.H"
#include "HAL.H"
extern FLAGS bdata bFlags;
PKG usbstack;
unsigned char xdata DBUF[BUFFER_LENGTH];
pUSBDEV xdata uDev; // Multiple USB devices attributes
www.eeworm.com/read/135580/13920523
cxx image.cxx
//
// "$Id: image.cxx,v 1.1.1.1 2003/08/07 21:18:42 jasonk Exp $"
//
// Fl_Image test program for the Fast Light Tool Kit (FLTK).
//
// Notice that Fl_Image is for a static, multiple-reuse image,
www.eeworm.com/read/133648/14031764
java sharing2.java
//: c14:Sharing2.java
// From 'Thinking in Java, 2nd ed.' by Bruce Eckel
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
// Using the synchronized keyword to prevent
// multiple acce
www.eeworm.com/read/133041/14056490
c sl811.c
#include "common.h"
#include "SL811.H"
#include "HAL.H"
extern FLAGS bdata bFlags;
PKG usbstack;
unsigned char xdata DBUF[BUFFER_LENGTH];
pUSBDEV xdata uDev; // Multiple USB devices attributes
www.eeworm.com/read/235529/14065209
c sl811.c
#include "common.h"
#include "SL811.H"
#include "HAL.H"
extern FLAGS bdata bFlags;
PKG usbstack;
unsigned char xdata DBUF[BUFFER_LENGTH];
pUSBDEV xdata uDev; // Multiple USB devices attributes
www.eeworm.com/read/113029/15472133
h derived.h
// Fig. 22.16: derived.h
// Definition of class Derived which inherits
// multiple base classes (Base1 and Base2).
#ifndef DERIVED_H
#define DERIVED_H
#include
using std::ostream;
www.eeworm.com/read/112652/15479686
h t3dlib1.h
// T3DLIB1.H - Header file for T3DLIB1.CPP game engine library
// watch for multiple inclusions
#ifndef T3DLIB1
#define T3DLIB1
// DEFINES ////////////////////////////////////////////////
/