代码搜索:notation

找到约 2,214 项符合「notation」的源代码

代码结果 2,214
www.eeworm.com/read/100043/6275056

h asn1.h

#ifndef _SNMP_ASN1_H_ #define _SNMP_ASN1_H_ /* * Definitions for Abstract Syntax Notation One, ASN.1 * As defined in ISO/IS 8824 and ISO/IS 8825 * */ /********************************************
www.eeworm.com/read/251835/12317405

m subsref.m

function zp = subsref(Mi,S) %SUBSREF Evaluate inverse map by subscript notation. % MI(WP), where MI is an SCMAPINV object and WP is a vector of points in % the polygon of the map, returns the i
www.eeworm.com/read/251835/12317639

m subsref.m

function wp = subsref(Md,S) %SUBSREF Evaluate differentiated SC map by subscript notation. % MD(ZP), where MD is an SCMAPDIFF object and ZP is a vector of % points in canonical domain of the ma
www.eeworm.com/read/251835/12317863

m subsref.m

function wp = subsref(M,S) %SUBSREF Evaluate map by subscript notation. % M(ZP), where M is a SC map and ZP is a vector of points in the % canonical domain of the map, returns the image of the
www.eeworm.com/read/207217/15279404

cpp ex7_01.cpp

// Exercise 7.1 Using pointer notation to access the elements of an array. #include #include using std::cout; using std::endl; int main() { const int elements = 50;
www.eeworm.com/read/9264/166459

c asn1_dec.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) decoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon D
www.eeworm.com/read/9264/166462

c asn1_enc.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) encoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon D
www.eeworm.com/read/13390/275221

c asn1_dec.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) decoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon D
www.eeworm.com/read/13390/275224

c asn1_enc.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) encoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon D
www.eeworm.com/read/15349/449028

c asn1_dec.c

/** * @file * Abstract Syntax Notation One (ISO 8824, 8825) decoding * * @todo not optimised (yet), favor correctness over speed, favor speed over size */ /* * Copyright (c) 2006 Axon D