代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/314908/13555920
cpp notation.cpp
// Copyright (C) 1999-2001 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publ
www.eeworm.com/read/133287/5906126
h notation.h
//
// Notation.h
//
// $Id: //poco/Main/XML/include/DOM/Notation.h#5 $
//
// Definition of the DOM Notation class.
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rig
www.eeworm.com/read/133287/5906274
cpp notation.cpp
//
// Notation.cpp
//
// $Id: //poco/Main/XML/src/Notation.cpp#5 $
//
// Copyright (c) 2004, Guenter Obiltschnig/Applied Informatics.
// All rights reserved.
//
// Redistribution and use in s
www.eeworm.com/read/128604/5982667
java notation.java
/*
* Copyright (c) 2000 World Wide Web Consortium,
* (Massachusetts Institute of Technology, Institut National de
* Recherche en Informatique et en Automatique, Keio University). All
* Rights
www.eeworm.com/read/120487/6071744
sgml notation.sgml
Conventions
This book uses the following typographica
www.eeworm.com/read/100285/6270664
sgml notation.sgml
Terminology
In the following documentation,
site
may be interpreted as the host machine on which
Postgres
www.eeworm.com/read/353762/6322587
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/408091/11405227
cxx notation.cxx
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Notation.h"
#include "ParserState.h"
#incl