代码搜索:Multiple

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

代码结果 9,501
www.eeworm.com/read/420432/2068829

in jas_config.h.in

/* src/libjasper/include/jasper/jas_config.h.in. Generated from configure.ac by autoheader. */ /* Avoid problems due to multiple inclusion. */ #ifndef JAS_CONFIG_H #define JAS_CONFIG_H /* This pr
www.eeworm.com/read/413855/2157596

cc movesim.cc

/* * movesim.{cc,hh} -- set the locations of multiple simulated grid * nodes using information derived from a CMU ns scenario file. * Douglas S. J. De Couto * * Copyright (c) 1999-2000 Massachuse
www.eeworm.com/read/395929/2428190

c vers9.c

/* * Testcase to verify that reference to foo@BAR and a definition of foo@@BAR * are not treated as a multiple def. */ const char * bar1 = "asdf"; const char * bar2 = "asdf"; extern int old_foo1()
www.eeworm.com/read/381050/2650452

inc fupload.inc

'Sample multiple binary files upload via ASP - upload include 'c1997-1999 Antonin Foller, 红孩儿, http://www.红孩儿.com 'The file is part of ScriptUtilities libra
www.eeworm.com/read/380711/2652729

js jquery.multifile.js

/* ### jQuery Multiple File Upload Plugin v1.29 - 2008-09-10 ### * http://www.fyneworks.com/ - diego@fyneworks.com * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org
www.eeworm.com/read/371372/2780479

h config.h

//#ifdef NS_DIFFUSION // These settings are for high-bandwidth point-to-point // communication. In this case, we assume 10Mbit/s, a 1000-byte packet // is sent in .8 msec. // Use multiple sends when
www.eeworm.com/read/369339/2801122

u6

.sp 3 .SH Index Index .LP .sp 2 .nf & (asynchronous process) 8 ; (multiple processes) 8 * (pattern match) 5 [ ] (pattern match) 6 ? (pattern match) 6 (redirect I/O) 7 >> (file append) 12 bac
www.eeworm.com/read/366702/2867076

c diag-4.c

/* Invalid __thread specifiers. */ /* { dg-require-effective-target tls_native } */ __thread typedef int g4; /* { dg-error "multiple storage classes" } */ void foo() { __thread auto int l2; /* {
www.eeworm.com/read/366702/2882005

h union-defs.h

/* Type definitions that are used by multiple tests. */ typedef union { char c; short s; } Ucs; typedef union { char c; int i; } Uci; typedef union { char c; long l; } Ucl; typedef union { char c; l
www.eeworm.com/read/366702/2884498

c multattr-1.c

/* Test for multiple format attributes. Test for printf and scanf attributes together. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-std=gnu99 -Wformat