代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/408818/2245936
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/368758/2811295
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/366702/2865005
c 20030217-1.c
/* Test whether denormal floating point constants in hexadecimal notation
are parsed correctly. */
/* { dg-do run } */
/* { dg-options "-std=c99" } */
long double d = 0x0.0000003ffffffff00000p-16
www.eeworm.com/read/366702/2869617
c init6.c
// { dg-do run }
// 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)
www.eeworm.com/read/268146/4257101
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/253341/4397879
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/155374/5625279
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/198319/7941200
pl ip2hex.pl
#! /usr/bin/perl
#
# Convert static IP address /netmask (dot notation) to "define.h"/"ip.inc"
#
sub usage {
print STDERR "usage: $ego [-v] [-define] [-bat] [-equ] [-binutils] x.y.z.w\n";
pri
www.eeworm.com/read/211794/4940172
java pgnlexer.java
// $ANTLR 2.7.1: "pgn.g" -> "PGNLexer.java"$
package de.java_chess.javaChess.pgn;
import antlr.*;
import antlr.collections.*;
import de.java_chess.javaChess.notation.*;
import java.io.InputStream
www.eeworm.com/read/317330/3582206
java base64.java
package org.jivesoftware.util;
/**
* Encodes and decodes to and from Base64 notation.
* Homepage: http://iharder.net/base64.
*
*