代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/124804/6040004
h time1.h
// Fig. 16.4: time1.h
// Declaration of the Time class.
// Member functions are defined in time1.cpp
// prevent multiple inclusions of header file
#ifndef TIME1_H
#define TIME1_H
// Time abs
www.eeworm.com/read/110034/6170993
h md.h
/*
md.h : Multiple Devices driver for Linux
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
Copyright (C) 1994-96 Marc ZYNGIER
or
www.eeworm.com/read/108242/6183599
c rarpd.c
/*
rarpd.c
Created: Nov 12, 1992 by Philip Homburg
Changed: May 13, 1995 by Kees J. Bot
Rewrite to handle multiple ethernets.
Changed: Jul 18, 1995 by Kees J. Bot
Do RARP requests (formerly ine
www.eeworm.com/read/102935/6229707
h md.h
/*
md.h : Multiple Devices driver for Linux
Copyright (C) 1996-98 Ingo Molnar, Gadi Oxman
Copyright (C) 1994-96 Marc ZYNGIER
or
www.eeworm.com/read/489598/6466412
m stbcg2_rx.m
function [Svest,Gest,shat]=stbcG2_rx(rx,H)
%This is modified version code G2. Here the rx data has already been
%determined. This is b/c this routine can be run multiple times and we don't
%w
www.eeworm.com/read/489695/6468895
txt arqprotocol_rar go-back-narq_c.txt
ARQprotocol.rar go-back-nARQ.cwww.pudn.com > ARQprotocol.rar > go-back-nARQ.c
/* Protocol 5 (pipelining) allows multiple outstanding frames. The sender may
transmit up
to MAX_SEQ frames without
www.eeworm.com/read/476941/6743283
runoff
#!/bin/sh
echo This script takes a minute to run. Be patient. 1>&2
LC_CTYPE=C export LC_CTYPE
# pad stdin to multiple of 120 lines
pad()
{
awk '{print} END{for(; NR%120!=0; NR++) print ""}'
}
#
www.eeworm.com/read/265314/11269006
h wince_time.h
#ifndef __WINCE_TIME_H__
#define __WINCE_TIME_H__
#ifndef _TIME_T_DEFINED
typedef unsigned time_t; /* time value */
#define _TIME_T_DEFINED /* avoid multiple def's of time_t */
#endi
www.eeworm.com/read/407469/11419051
rc multi.rc
#include "windows.h"
1000 DIALOG DISCARDABLE 100, 100, 260, 68
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "BASS multiple output example"
FONT 8, "MS Sans Serif"
BEGIN