代码搜索:Multiple

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

代码结果 9,501
www.eeworm.com/read/251957/4413700

c avilib.c

/* * avilib.c * * Copyright (C) Thomas 謘treich - June 2001 * multiple audio track support Copyright (C) 2002 Thomas 謘treich * * Original code: * Copyright (C) 1999 Rainer Johanni
www.eeworm.com/read/247171/4487213

vb attributesclassusec.vb

'Author: Ritvik Mayank 'Copyright (C) 2005 Novell Inc. (http://www.novell.com) ' multiple-use for derived takes both the attributes Imports System
www.eeworm.com/read/240162/4580402

c union4.c

// { dg-do assemble } // { dg-options "" } // Origin: Mark Mitchell union A { int i; int j; A () : i (3), j (2) {} // { dg-error "" } multiple initializations }; unio
www.eeworm.com/read/240162/4580638

c overload7.c

// { dg-do run } // Check that object call works when there are multiple conversion ops // returning the same type. typedef int (*pfn)(); int zero () { return 0; } int one () { return 1; } int two
www.eeworm.com/read/240162/4589754

h small-struct-defs.h

/* Type definitions that are used by multiple tests. */ typedef struct { char c; } Sc; typedef struct { short s; } Ss; typedef struct { int i; } Si; typedef struct { short s; char c; } Ssc; typedef
www.eeworm.com/read/240162/4589760

h fp2-struct-defs.h

/* Type definitions that are used by multiple tests. */ typedef struct { float f; double d; } Sfd; typedef struct { float f; long double l; } Sfl; typedef struct { double d; float f; } Sdf; typedef
www.eeworm.com/read/240162/4589792

h mixed-struct-defs.h

/* Type definitions that are used by multiple tests. */ typedef struct { char c; double d; } Scd; typedef struct { char c; double d; char b; } Scdc; typedef struct { double d; } Sd; typedef struct {
www.eeworm.com/read/240162/4590149

c 19990413-1.c

/* Verify that cpp doesn't screw up the line numbering when a macro argument extends over multiple lines. */ /* { dg-do compile } */ #define FOO(x) /* nothing */ void func(void) { FOO(i
www.eeworm.com/read/237989/4619230

java frameposition.java

package net.aetherial.gis.drawLine; public class FramePosition { public int lat,lon; private String latStr,lonStr; private double multiple =1;//放大倍数 private long latd,lond; public Fr
www.eeworm.com/read/237551/4623141

h smp.h

/* Determine whether the host has multiple processors. SH version. Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free softwa