代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/471707/1425885
c ps_syntax.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR and PS decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you
www.eeworm.com/read/471707/1425896
c sbr_syntax.c
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can r
www.eeworm.com/read/471707/1425983
h sbr_syntax.h
/*
** FAAD2 - Freeware Advanced Audio (AAC) Decoder including SBR decoding
** Copyright (C) 2003-2004 M. Bakker, Ahead Software AG, http://www.nero.com
**
** This program is free software; you can r
www.eeworm.com/read/470720/1445284
c syntax1.c
// Build don't link:
// Origin: Mark Mitchell
// Special g++ Options: -fsyntax-only
class AAA{
public:
virtual void fff();
};
void AAA::fff() {}
AAA aaa;
main ()
{
aaa.
www.eeworm.com/read/470720/1445340
c syntax4.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/470720/1445416
c syntax3.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/470720/1445439
c syntax2.c
// Build don't link:
// Special g++ Options: -fsyntax-only
// Origin: Mark Mitchell
struct B
{
double d;
virtual void f ();
};
struct C: virtual public B
{
char c;
www.eeworm.com/read/470720/1445908
c syntax1.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/470720/1446120
c syntax2.c
// Build don't link:
// Copyright (C) 2000 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 22 June 2000
// Origin GNATS bug report 262 from Jeremy Sanders
www.eeworm.com/read/470693/1457230
c syntax1.c
// Build don't link:
// Origin: Mark Mitchell
// Special g++ Options: -fsyntax-only
class AAA{
public:
virtual void fff();
};
void AAA::fff() {}
AAA aaa;
main ()
{
aaa.