代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/255500/4373554
h notation.h
//
// Notation.h
//
// $Id: //poco/1.2/XML/include/Poco/DOM/Notation.h#1 $
//
// Library: XML
// Package: DOM
// Module: DOM
//
// Definition of the DOM Notation class.
//
// Copyright (c) 2004-2006,
www.eeworm.com/read/255500/4373703
cpp notation.cpp
//
// Notation.cpp
//
// $Id: //poco/1.2/XML/src/Notation.cpp#1 $
//
// Library: XML
// Package: DOM
// Module: DOM
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// an
www.eeworm.com/read/162614/5531638
java notation.java
/*
* Copyright (c) 2004 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved
www.eeworm.com/read/162519/5541170
java notation.java
/*
* Copyright (c) 2004 World Wide Web Consortium,
*
* (Massachusetts Institute of Technology, European Research Consortium for
* Informatics and Mathematics, Keio University). All Rights Reserved
www.eeworm.com/read/160301/5575727
h notation.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Notation_INCLUDED
#define Notation_INCLUDED 1
#ifdef __GNUG__
#pragma interface
#endif
#include "Owner.h"
#i
www.eeworm.com/read/193628/8210839
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/174380/9589974
java notation.java
/*----------------------------------------------------------------------
File : Notation.java
Contents: abstract class for molecule notations
Author : Christian Borgelt
History : 12.08.200
www.eeworm.com/read/205209/15323526