代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/297233/8041648
c search.c
/* Breadth-first and depth-first routines for
searching multiple-inheritance lattice for GNU C++.
Copyright (C) 1987, 89, 92-96, 1997 Free Software Foundation, Inc.
Contributed by Michael Tie
www.eeworm.com/read/296909/8072997
m gpvar.m
function obj = gpvar(varargin)
% GPVAR is a GP variable class constructor.
%
% You can define multiple scalar GPVARs using:
% gpvar x y z
%
% You can define GPVAR arrays using:
% gpvar x(10)
% wh
www.eeworm.com/read/296483/8100342
h gmp.h
/* gmp.h -- Definitions for GNU multiple precision functions.
Copyright (C) 1991, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
The GNU MP Library i
www.eeworm.com/read/327324/13086062
c sktexdgmult.c
/*
SOCK_DGRAM example program (multiple clients)
AUP2, Sec. 8.06.2
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the
www.eeworm.com/read/139738/13137022
java vmkernel.java
package nachos.vm;
import nachos.machine.*;
import nachos.threads.*;
import nachos.userprog.*;
import nachos.vm.*;
/**
* A kernel that can support multiple demand-paging user processes.
*/
public
www.eeworm.com/read/137285/13334939
h codemod_var_str.h
int modify_overlaps ;/* modify cols giving overlaps */
int modify_doublets ;/* modify cols giving 1+ doublets */
int modify_multiple ;/* modify cols giving 2+ doublets */
www.eeworm.com/read/137285/13334965
c codemod_var_def.c
c->modify_overlaps = 0 ; /* -mo mo */
c->modify_doublets = 0 ; /* -md md */
c->modify_multiple = 0 ; /* -mmd mmd */
c->modify_triplets = 0 ; /* -m
www.eeworm.com/read/316348/13524205
txt ssd6-choice.txt
View Assessment Result
Family Name: Li
Given Name: Qin
Login: nwpu053816
E-mail: lqw3816@163.com
Status: Enrolled
Assessment Name: Multiple-Choice Quiz 1
Ins
www.eeworm.com/read/147422/5729882
m animate1.m
% animate1.m
% modified by D. G. Childers 8/18/98
% close and clear the animation window each time it is called, so
% that multiple animation windows do not build up, all of which
% would have
www.eeworm.com/read/137957/5817878
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