代码搜索:syntax

找到约 10,000 项符合「syntax」的源代码

代码结果 10,000
www.eeworm.com/read/470693/1460010

c template12.c

// Testcase for 'this is a type' syntax. // Build don't link: struct B { typedef int A; }; template struct Y { void f() { typename T::A *d; } }; template class Y;
www.eeworm.com/read/468407/1491004

c trigwksp.c

/* $Revision: 1.21 $ */ /* * TRIGWKSP A Simulink triggered read from workspace * * Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini) * This function is for t
www.eeworm.com/read/462325/1546612

c trigwksp.c

/* $Revision: 1.21 $ */ /* * TRIGWKSP A Simulink triggered read from workspace * * Syntax: [sys, x0] = TRIGWKSP(t,x,u,flag,var, thd, cycl_flag, ini) * This function is for t
www.eeworm.com/read/460691/1558383

pod perlre.pod

=head1 NAME perlre - Perl regular expressions =head1 DESCRIPTION This page describes the syntax of regular expressions in Perl. For a description of how to I regular expressions in mat
www.eeworm.com/read/460242/1561823

cs languagelist.cs

using System; using System.IO; using System.Collections.Generic; using System.Collections; namespace Fireball.Syntax { /// /// Language list class /// public class
www.eeworm.com/read/460242/1561836

cs selection.cs

//ORIGINAL LGPL SOURCE CODE FINDED ON COMPONA LGPL SOURCE CODE using System; using Fireball.Syntax; using System.ComponentModel; namespace Fireball.Windows.Forms.CodeEditor { ///
www.eeworm.com/read/460242/1561861

cs caret.cs

//ORIGINAL LGPL SOURCE CODE FINDED ON COMPONA LGPL SOURCE CODE using System; using System.Diagnostics; using Fireball.Syntax; namespace Fireball.Windows.Forms.CodeEditor { /// /
www.eeworm.com/read/459219/1571394

h snmp_asn1.h

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) codec. */ /* * Copyright (c) 2006 Axon Digital Design B.V., The Netherlands. * All rights reserved. * * Redistribution and
www.eeworm.com/read/458077/1588516

c asn1_dec.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) decoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon Digital D
www.eeworm.com/read/458077/1588519

c asn1_enc.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) encoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon Digital D