代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/356084/3042519
m xmbmiafig16.m
% BMIAfig16:
clc; close all;
fprintf('\n');
disp('Figure 16')
disp('Extracting multiple line segments via Beamlet-Decorated')
disp('Recursive Dyadic Partitioning.')
fig16draw
fprintf('\n'
www.eeworm.com/read/354490/3077835
h guest_context.h
/*
* plex86: run multiple x86 operating systems concurrently
* Copyright (C) 1999-2003 Kevin P. Lawton
*
* guest_context.h: monitor stack frame after exception/interrupt
*
* This library is
www.eeworm.com/read/354490/3077839
h eflags.h
/*
* plex86: run multiple x86 operating systems concurrently
* Copyright (C) 1999-2003 Kevin P. Lawton
*
* eflags.h: Bitfields of EFLAGS registers
*
* This library is free software; you can
www.eeworm.com/read/266360/4272495
c iset_ui.c
/* mpz_init_set_ui(dest,val) -- Make a new multiple precision in DEST and
assign VAL to the new number.
Copyright 1991, 1993, 1994, 1995, 2000, 2001, 2002 Free Software Foundation,
Inc.
This file
www.eeworm.com/read/266360/4272506
c init.c
/* mpz_init() -- Make a new multiple precision number with value 0.
Copyright 1991, 1993, 1994, 1995, 2000, 2001, 2002 Free Software Foundation,
Inc.
This file is part of the GNU MP Library.
The GN
www.eeworm.com/read/266360/4272525
c iset.c
/* mpz_init_set (src_integer) -- Make a new multiple precision number with
a value copied from SRC_INTEGER.
Copyright 1991, 1993, 1994, 1996, 2000, 2001, 2002 Free Software Foundation,
Inc.
This
www.eeworm.com/read/263726/4300386
cls sigcomm.cls
% SIG-ALTERNATE.CLS - VERSION 1.1
% "COMPATIBLE" WITH THE "ACM_PROC_ARTICLE-SP.CLS" V2.01SP
% Gerald Murray May 11 2001
% Modified by Eddie Kohler for multiple font sizes December 2001
%
% ---- Start
www.eeworm.com/read/260597/4331582
c fastcopy.c
/* fastcopy - use multiple threads to whack data from one file to another
*/
#define INCL_DOSPROCESS
#define INCL_DOSSEMAPHORES
#if defined (OS2)
#include
#endif
#include
www.eeworm.com/read/259371/4343854
txt 程嶏清单7-10.txt
$input = "This \nis \none \nscalar \n\object.\n That has multiple lines\n";
print "Matched object\n" if $input =~ m/^object/m;
print "Matched scalar\n" if $input =~ m/scalar$/m;
print "Matched obje
www.eeworm.com/read/258893/4349169
c pgpjoin.c
/*
* pgpJoin.c -- join multiple modules into a single stream
*
* Written by: Derek Atkins
*
* $Id: pgpJoin.c,v 1.22 1997/12/12 01:14:17 heller Exp $
*/
#include "pgpConf