代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/479151/1339131
c consolemap.c
/*
* consolemap.c
*
* Mapping from internal code (such as Latin-1 or Unicode or IBM PC code)
* to font positions.
*
* aeb, 950210
*
* Support for multiple unimaps by Jakub Jelinek
www.eeworm.com/read/474814/1390003
tcl pkg2_b.tcl
# pkg2_b.tcl --
#
# Test package for pkg_mkIndex. This package is required by pkg1.
# This package is split into two files, to test packages that are split
# over multiple files.
#
# Copyright (c)
www.eeworm.com/read/466392/1511200
readme_airopdate
Airopdate is a simple shell script that allows you to get various versions of aircrack-ng, airoscript and drivers for multiple wifi devices.
It's divided in 4 sections
aircrack-ng allows you to get a
www.eeworm.com/read/455463/1614274
m ycurve.m
function ynot=ycurve(x,y,xnot)
% ynot=ycurve(x,y,xnot)
%
% compute the y coordinates of the curve given by x,y at the point xnot.
% If the curve is multivalued, then multiple y's will be returned. If
www.eeworm.com/read/455463/1614291
m slope.m
function s=slope(x,y,xnot)
% s=slope(x,y,xnot)
%
% compute the slope of the curve given by x,y at the point xnot. If the curve
% is multivalued, then multiple s's will be returned. If the curve is a
www.eeworm.com/read/454567/1629567
java valuestack.java
/*
* Copyright (c) 2002-2006 by OpenSymphony
* All rights reserved.
*/
package com.opensymphony.xwork2.util;
import java.util.Map;
/**
* ValueStack allows multiple beans to be pushed in and dyna
www.eeworm.com/read/240162/4589719
h fp-struct-defs.h
/* Type definitions that are used by multiple tests. */
#define DEFS(NAME,TYPEM) \
typedef struct { TYPEM a; } S##NAME##1; \
typedef struct { TYPEM a; TYPEM b; } S##NAME##2; \
typedef struct
www.eeworm.com/read/240162/4590883
java compoundedit.java
/* CompoundEdit.java -- Combines multiple UndoableEdits.
Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can
www.eeworm.com/read/233448/4669538
c closure_fn4.c
/* Area: closure_call
Purpose: Check multiple long long values passing.
Also, exceed the limit of gpr and fpr registers on PowerPC
Darwin.
Limitations: none.
PR: none.
Originator: