代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/191743/8424738
h notation.h
#ifndef __NOTATION_H
#define __NOTATION_H 1
#define BIG_ENDIAN
#if defined(BIG_ENDIAN)
#define htons(A) (A)
#define htonl(A) (A)
#define ntohs(A) (A)
#define ntohl(A) (A)
#elif defined
www.eeworm.com/read/168796/9897685
h notation.h
#ifndef __NOTATION_H
#define __NOTATION_H 1
#define BIG_ENDIAN
#if defined(BIG_ENDIAN)
#define htons(A) (A)
#define htonl(A) (A)
#define ntohs(A) (A)
#define ntohl(A) (A)
#elif defined(LITTLE_
www.eeworm.com/read/166568/10016245
java notation.java
public class Notation {
private String name;
private String publicID;
private String systemID;
public Notation(String name, String publicID,
String systemID) {
this.name = name;
www.eeworm.com/read/165959/10044290
pdf notation.pdf
www.eeworm.com/read/160841/10490420
class notation.class
www.eeworm.com/read/344247/6964131
h notation.h
#ifndef __NOTATION_H
#define __NOTATION_H 1
#define BIG_ENDIAN
#if defined(BIG_ENDIAN)
#define htons(A) (A)
#define htonl(A) (A)
#define ntohs(A) (A)
#define ntohl(A) (A)
#elif defined