代码搜索:COMPOUND

找到约 908 项符合「COMPOUND」的源代码

代码结果 908
www.eeworm.com/read/403410/2312514

c gdkselection-xynth.c

#include "config.h" #include "gdkproperty.h" #include "gdkselection.h" #include "gdkprivate.h" #include "gdkalias.h" #include "gdkxynth.h" void gdk_free_compound_text (guchar *ctext) { ENTER();
www.eeworm.com/read/366702/2867758

c barrier-2.c

// { dg-do compile } void f1(void) { #pragma omp barrier a // { dg-error "expected end of line" } } void f3(bool p) { if (p) #pragma omp barrier // { dg-error "compound statements" } }
www.eeworm.com/read/159030/5588823

java expression.java

// $Id: Expression.java,v 1.6 1999/11/23 01:46:18 deberg Exp $ package java6035.tools.IR; /** * Represents a right hand side compound expression, such as "x+y". */ public abstract class Expressio
www.eeworm.com/read/306033/13754480

htm c_op_ass.htm

Compound Assignment Operators Language Element Short Des
www.eeworm.com/read/311226/3684237

n3 rdf-test-01.n3

# Test basic ways of writing statements @prefix x: . @prefix : . # Statement x:a1 :b "string" . x: :b "string" . # Compound statements x:a2 :b "v1" ; :b "v2" .
www.eeworm.com/read/440773/1789649

n3 rdf-test-01.n3

# Test basic ways of writing statements @prefix x: . @prefix : . # Statement x:a1 :b "string" . x: :b "string" . # Compound statements x:a2 :b "v1" ; :b "v2" .
www.eeworm.com/read/366702/2866282

c complit3.c

// { dg-options "" } int Compound_Literals_0() { static int y[] = (int []) {1, 2, 3}; // { dg-error "init" } static int z[] = (int [3]) {1}; // { dg-error "init" } return y[0]+z[0]; }
www.eeworm.com/read/366702/2880941

c gnu89-init-4.c

/* Test for GNU extensions to compound literals are giving the correct array bounds */ /* { dg-do compile } */ /* { dg-options "-std=gnu89 -W -Wall -O2" } */ int a[] = (int[4]){1, 1, 2}; int f(void)
www.eeworm.com/read/473622/6847327

m j2comp.m

%J2COMP Second Jacobian of the compound operator. % J = J2COMP(XI,XJ) returns the Jacobian matrix of the 2D composition % of XI and XJ derived with respect to the second operand. All X's are % 3
www.eeworm.com/read/189319/8475419

html functions.html

Apache Portable Runtime: Compound Member In