代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/100277/15878653
def dudes.def
NAME Dudes
DESCRIPTION 'Dudes'
STUB 'WINSTUB.EXE'
EXETYPE WINDOWS
CODE MOVEABLE
DATA MOVEABLE MULTIPLE PRELOAD
HEAPSIZE 2000
SEGMENTS
_TEXT DISCARDABLE PRELOAD
www.eeworm.com/read/100149/15882163
h tandem.h
/*
Copyright (C) 1990-1998 Mark Adler, Richard B. Wales, Jean-loup Gailly,
Kai Uwe Rommel, Onno van der Linden, George Petrov and Igor Mandrichenko.
Permission is granted to any individual or inst
www.eeworm.com/read/100148/15882458
h tandem.h
/*
Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly,
Kai Uwe Rommel, Onno van der Linden, George Petrov and Igor Mandrichenko.
Permission is granted to any individual or inst
www.eeworm.com/read/100119/15883615
def vim.def
CODE PRELOAD EXECUTEONLY
DATA MULTIPLE SHARED
DESCRIPTION 'Vim 5.0'
HEAPSIZE 0,0
www.eeworm.com/read/100032/15887734
def finger.def
; module definition file for finger demo
NAME FINGER
DESCRIPTION 'Finger'
EXETYPE WINDOWS
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOV
www.eeworm.com/read/100018/15888735
pl acl_security.pl
require './dns-lib.pl';
# acl_security_form(&options)
# Output HTML for editing security options for the dnsadmin module
sub acl_security_form
{
print " Domains this
www.eeworm.com/read/169697/5412221
in makefile.in
# This Makefile.in created by simplemake. Do not edit
# @configure_input@
# --------------------------------------------------------------------------
all: all-redirect
SHELL = @SHELL@
A
www.eeworm.com/read/291298/8426261
m fidelity_error.m
function fidelity_error(freq,Ny_multiple);
% fidelity_error(freq,Ny_multiple);
%
% This script demonstrates how sampling faster than the Nyquist
% frequency forces amplitude modulation for all sample
www.eeworm.com/read/426899/8992634
asm pow10fxp.asm
*
*
* 2.4 kbps MELP Federal Standard speech coder
*
* version 1.2
*
* Copyright (c) 1996, Texas Instruments, Inc.
*
* This Mixed Excitation Linear Prediction (MELP) speech coding algori
www.eeworm.com/read/184963/9063211
h chap9_qr.h
const int dimA2=5;
const int max_step=100000; //QR分解最大迭代次数
class eigenQR
{
public:
eigenQR(int num); //构造函数
void no2(); //输入第二题矩阵
void qr(); //QR解法,其中调用了下面的void schmidt(),v