代码搜索:COMPOUND
找到约 908 项符合「COMPOUND」的源代码
代码结果 908
www.eeworm.com/read/129770/5970318
dat errortc19.dat
出错信息: Compound statement missing }
中文解释: 复合语句漏掉了"}"
www.eeworm.com/read/131795/14127804
dat errortc19.dat
出错信息: Compound statement missing }
中文解释: 复合语句漏掉了"}"
www.eeworm.com/read/120853/14785836
dat errortc19.dat
出错信息: Compound statement missing }
中文解释: 复合语句漏掉了"}"
www.eeworm.com/read/350133/10764083
cs class1.cs
// Adapter pattern -- Real World example
using System;
namespace DoFactory.GangOfFour.Adapter.RealWorld
{
// MainApp test application
class MainApp
{
static void
www.eeworm.com/read/403321/11519133
cs adapterrealworld.cs
using System;
using System.Windows.Forms;
using System.Text;
//适配器模式(Adapter)
//意图
// 将一个类的接口转换成客户希望的另外一个接口。Adapter模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。
//适用性
// 1.你想使用一个已经存在的类,而它的接口不符合你的需求。
www.eeworm.com/read/233448/4685069
c label-compound-stmt-1.c
/* Test that labels at ends of compound statements are hard errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void f(void) { g: } /* { dg-b
www.eeworm.com/read/232407/4701052
h agg_rasterizer_compound_aa.h
//----------------------------------------------------------------------------
// Anti-Grain Geometry - Version 2.3
// Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com)
//
// Permiss
www.eeworm.com/read/162614/5529988
c label-compound-stmt-1.c
/* Test that labels at ends of compound statements are hard errors. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
void f(void) { g: } /* { dg-b