代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/310649/13647817

txt 5.txt

View Assessment Result: Multiple-Choice Quiz 5 Your performance was as follows: 1. Consider the following C++ program segment, which uses the STL. stack S;
www.eeworm.com/read/309649/13667138

c sstrdel.c

/* +++Date last modified: 05-Jul-1997 */ /* ** sstrdel() - Delete multiple substrings ** ** public domain by Shamim Islam ** ** Usage: sstrdel(char * s,char * del0,del1...deln) ** ** Re
www.eeworm.com/read/306568/13741868

txt vadercanvas.txt

/** * Title: DemoVaders * Description: Building multiple UI Java MIDlets on Symbian OS. * Copyright: Copyright (c) 2004 * Company: Symbian Ltd * @author Alan
www.eeworm.com/read/300891/13883321

m wigb.m

function wigb (a,scal,x,z,amx) %WIGB: Plot seismic data using wiggles. % % WIGB(a,scal,x,z,amx) % % IN a: seismic data % scale: multiple data by scale % x: x-axis; %
www.eeworm.com/read/139332/5799266

h gmp.h

/* Definitions for GNU multiple precision functions. -*- mode: c -*- Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This file is pa
www.eeworm.com/read/136989/5829935

readme

This test make sure that the collocation scheme works fine in case of diamond shaped multiple inheritance. The case taken into account is the follo
www.eeworm.com/read/136989/5831877

readme

# README,v 1.1 1999/06/19 22:39:53 coryan Exp Description: This is a simple test for a thread-pool server. It creates a server process with a variable number of threads, multiple clients can
www.eeworm.com/read/136989/5832327

readme

# README,v 1.3 2000/11/06 21:13:09 bala Exp Description: This is a simple test for multi-threaded clients; it just creates a simple server process and runs a client with multiple thread sh
www.eeworm.com/read/135153/5887188

c scr_x11.c

/* * Copyright (c) 2000, 2001 Greg Haerr * Copyright (c) 1999 Tony Rogvall * Rewritten to avoid multiple function calls by Greg Haerr * Alpha blending
www.eeworm.com/read/135153/5888618

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