代码搜索:notation

找到约 2,214 项符合「notation」的源代码

代码结果 2,214
www.eeworm.com/read/217381/4872801

readme

ppcboot for a CU824 board --------------------------- CU824 has two banks of flash 8MB each. In board's notation, bank 0 is the one at the address of 0xFF800000 and bank 1 is the one at the address o
www.eeworm.com/read/211794/4940177

java pgnparser.java

// $ANTLR 2.7.1: "pgn.g" -> "PGNParser.java"$ package de.java_chess.javaChess.pgn; import antlr.*; import antlr.collections.*; import de.java_chess.javaChess.notation.*; import antlr.TokenBuffer;
www.eeworm.com/read/200288/5069991

readme

ppcboot for a CU824 board --------------------------- CU824 has two banks of flash 8MB each. In board's notation, bank 0 is the one at the address of 0xFF800000 and bank 1 is the one at the address o
www.eeworm.com/read/190666/5173341

c init6.c

// Test for default-initialization of POD-structs in functional cast notation. struct foo { int a[10]; }; int main() { foo f = foo(); int r = 0; for (int i = 0; i < 10; ++i) r |= f.a[i];
www.eeworm.com/read/190666/5175800

c dtor3.c

// PRMS Id: 5341 // Bug: g++ complains about the explicit destructor notation. // Build don't link: #include void *operator new(size_t Size, void* pThing) { return pThing; }; template
www.eeworm.com/read/177235/5331692

h asn1.h

#ifndef ASN1_H #define ASN1_H #ifdef __cplusplus extern "C" { #endif #define PARSE_PACKET 0 #define DUMP_PACKET 1 /* * Definitions for Abstract Syntax Notation One, ASN.1 * A
www.eeworm.com/read/168763/5439005

readme

ppcboot for a CU824 board --------------------------- CU824 has two banks of flash 8MB each. In board's notation, bank 0 is the one at the address of 0xFF800000 and bank 1 is the one at the address o
www.eeworm.com/read/162614/5516981

c 20030217-1.c

/* Test whether denormal floating point constants in hexadecimal notation are parsed correctly. */ /* { dg-do run { target i?86-*-linux* x86_64-*-* } } */ /* { dg-options "-std=c99" } */ long dou
www.eeworm.com/read/340665/3273998

c init6.c

// Test for default-initialization of POD-structs in functional cast notation. struct foo { int a[10]; }; int main() { foo f = foo(); int r = 0; for (int i = 0; i < 10; ++i) r |= f.a[i];
www.eeworm.com/read/340665/3276454

c dtor3.c

// PRMS Id: 5341 // Bug: g++ complains about the explicit destructor notation. // Build don't link: #include void *operator new(size_t Size, void* pThing) { return pThing; }; template