代码搜索:syntax

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

代码结果 10,000
www.eeworm.com/read/375190/2733638

mini 3.mini

/* mini program with syntax error */ int foo(n) { int a = 2; if (n
www.eeworm.com/read/371404/2780153

c regshift.c

/* $Revision: 1.21 $ */ /* * REGSHIFT A Simulink triggered register_buff shift * * Syntax: [sys, x0] = regshift(t,x,u,flag,outDelay,tirgThreshold) * This function has two inputs
www.eeworm.com/read/371404/2780178

c regdown.c

/* $Revision: 1.21 $ */ /* * REGDOWN A Simulink register down block * * Syntax: [sys, x0] = regdown(t, x, u, flag, OutputIndex, Increament, trigThreshold, cycl_flag) * This block outp
www.eeworm.com/read/369092/2803179

c regshift.c

/* $Revision: 1.21 $ */ /* * REGSHIFT A Simulink triggered register_buff shift * * Syntax: [sys, x0] = regshift(t,x,u,flag,outDelay,tirgThreshold) * This function has two inputs
www.eeworm.com/read/369092/2803204

c regdown.c

/* $Revision: 1.21 $ */ /* * REGDOWN A Simulink register down block * * Syntax: [sys, x0] = regdown(t, x, u, flag, OutputIndex, Increament, trigThreshold, cycl_flag) * This block outp
www.eeworm.com/read/366702/2866711

c access10.c

// PR c++/18698 // The compiler was giving an error message for invalid syntax // that irrelevantly talked about using-declarations. template struct A { ::A~(); // { dg-bogus "using-declar
www.eeworm.com/read/366702/2869718

c access10.c

// { dg-do assemble } // Test that defining a static member of private type with the () syntax works. class A { private: struct B { B(int) {} }; static B b; }; A::B A::b (1);
www.eeworm.com/read/366702/2881511

c 920721-2.c

void f(int n) { int s; for(s=0;s
www.eeworm.com/read/360165/2968472

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 D
www.eeworm.com/read/360165/2968475

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 D