代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/162614/5521698
c p2394.c
// { dg-do run }
// prms-id: 2394
class Foo {
public:
int x;
int y;
Foo(int i, int j) { x = i; y = j; }
} foo(10, 11);
class Wasted { int unsed; };
class Bar : Wasted, public Foo {
public:
www.eeworm.com/read/162614/5521962
c eh19.c
// { dg-do assemble }
// { dg-options "-fexceptions" }
class test1 {
public:
class fehler{public:fehler(){};};
void func(int a) {
if( a == 0 )
throw fehler();
}
};
int main() {
te
www.eeworm.com/read/162614/5522807
mm isa-field-1.mm
/* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects. */
/* { dg-do compile } */
#include
@interface Object (Test)
- (Class) test1: (id)object;
@end
www.eeworm.com/read/162614/5522864
m isa-field-1.m
/* Ensure there are no bizarre difficulties with accessing the 'isa' field of objects. */
/* { dg-do compile { target *-*-darwin* } } */
#include
@interface Object (Test)
- (Class)
www.eeworm.com/read/162614/5526133
f90 pointer_component_type_1.f90
! { dg-do compile }
! This checks the fix for PR20889 in wrong pointer types in derived
! type constructors would either give no message or would segfault.
!
! Contributed by Joost VandVondele
www.eeworm.com/read/162614/5526481
f90 complex_int_1.f90
! { dg-do compile }
! Complex constants with integer components should take ther kind from
! the real typed component, or default complex type if both components have
! integer type.
program prog
ca
www.eeworm.com/read/161040/5564084
txt script_87.txt
---------- object_privs.txt ----------
/*
范例名称:对对象进行授权和对权限的控制
文件名称:object_privs.txt
*/
/*本练习是为了实践对对象进行授权和对权限的控制*/
sqlplus system/manager --登陆数据库system用户
sql>
drop user peter1; --删
www.eeworm.com/read/153528/5649569
cs class1.cs
using System;
namespace RelOpRefs
{
class NumericTest
{
protected int i;
public NumericTest(int i)
{
this.i = i;
}
}
class RelOpRefsApp
{
[STAThread]
static void Ma
www.eeworm.com/read/230048/6789154
java shortcircuit.java
//: c03:ShortCircuit.java
// Demonstrates short-circuiting behavior.
// with logical operators.
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice
www.eeworm.com/read/475023/6799731
plg test1.plg
构造目标 'Target 1'
正在编绎 test1.c...
.\TEST1.C(4): 错误 C202: 'Byturns': undefined identifier
.\TEST1.C(8): 错误 C202: 'dula': undefined identifier
.\TEST1.C(9): 错误 C202: 'wela': undefined identifier
.\TEST1.