代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/101563/15825125
txt conversions.txt
CONVERSIONS
notation:
typedef unsigned int uint;
typedef unsigned long ulong;
typedef const char * cstr;
destination: source
int: int, long, uint, ulong, ZZ, float
www.eeworm.com/read/191743/8424753
h keyboard.h
#ifndef __KEYBOARD
#define __KEYBOARD 1
#if HIWARE
#ifdef __cplusplus
extern "C" {
#endif
#endif
#include "Notation.h"
#if HIWARE
#include
#endif
#if !HIWARE
exter
www.eeworm.com/read/429726/8792631
txt snmpv2-tc.txt
SNMPv2-TC DEFINITIONS ::= BEGIN
IMPORTS
TimeTicks FROM SNMPv2-SMI;
-- definition of textual conventions
TEXTUAL-CONVENTION MACRO ::=
BEGIN
TYPE NOTATION ::=
Displ
www.eeworm.com/read/281401/9158117
$ opgave1.$
! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH
! This program emulates a stack oriented integer machine in polish notation.
! The central data structure consists of eight byte signed lon
www.eeworm.com/read/281401/9158189
s opgave1.s
! EIGHT BYTE INTEGER POCKET CALCULATOR IN REVERSE POLISH
! This program emulates a stack oriented integer machine in polish notation.
! The central data structure consists of eight byte signed lon
www.eeworm.com/read/181133/9273569
y bis.y
/* Reverse polish notation calculator. */
%{
#define YYSTYPE double
#include
#include
%}
%token NUM
%% /* Grammar rules and actions follow */
input: /* empty */
www.eeworm.com/read/357685/10203005
snmpv2-tc
SNMPv2-TC DEFINITIONS ::= BEGIN
IMPORTS
TimeTicks FROM SNMPv2-SMI;
-- definition of textual conventions
TEXTUAL-CONVENTION MACRO ::=
BEGIN
TYPE NOTATION ::=
Displ
www.eeworm.com/read/344247/6964138
h keyboard.h
#ifndef __KEYBOARD
#define __KEYBOARD 1
#if HIWARE
#ifdef __cplusplus
extern "C" {
#endif
#endif
#include "Notation.h"
#if HIWARE
#include
#endif
#if !HIWARE
exter
www.eeworm.com/read/447838/7545079
h usb.h
typedef struct { /* 16 bit value in little endian notation */
unsigned char lo;
unsigned char hi;
} lendian_word;
/* device descriptor */
typedef struct {
unsigned char bLength; /