代码搜索:notation

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

代码结果 2,214
www.eeworm.com/read/119084/14839725

txt gf2.txt

/**************************************************************************\ MODULE: GF2 SUMMARY: The class GF2 represents the field GF(2). Computationally speaking, it is not a particularly usef
www.eeworm.com/read/119084/14839737

txt vec_rr.txt

/**************************************************************************\ MODULE: vec_RR SUMMARY: Defines the class vec_RR. \*******************************************************************
www.eeworm.com/read/119079/14840144

txt vec_zz.txt

/**************************************************************************\ MODULE: vec_ZZ SUMMARY: Defines the class vec_ZZ. \**********************************************************
www.eeworm.com/read/119079/14840148

txt gf2.txt

/**************************************************************************\ MODULE: GF2 SUMMARY: The class GF2 represents the field GF(2). Computationally speaking, it is not a particul
www.eeworm.com/read/119079/14840160

txt vec_rr.txt

/**************************************************************************\ MODULE: vec_RR SUMMARY: Defines the class vec_RR. \**********************************************************
www.eeworm.com/read/116130/14987538

exf pbch.exf

Section Type Array Num Name Real Name Base Number Increment // ------------------------------------------------------------------------------------------------- End Section
www.eeworm.com/read/160301/5575721

h dtd.h

// Copyright (c) 1994 James Clark // See the file COPYING for copying permission. #ifndef Dtd_INCLUDED #define Dtd_INCLUDED 1 #ifdef __GNUG__ #pragma interface #endif #include "NamedTable.h" #includ
www.eeworm.com/read/473219/6849124

m parametric.m

function x = integer(x) %PARAMETRIC Defines a variable as parametric % % F = PARAMETRIC(x) is used to describe the set of % parametric variables in a multi-parametric program % % % INPUT
www.eeworm.com/read/193628/8210829

h application.h

#ifndef _H_APPLICATION_ #define _H_APPLICATION_ #ifdef __cplusplus extern "C" { #endif #include "Notation.h" #include #endif
www.eeworm.com/read/292920/8323951

c day_mon3.c

/* day_mon3.c -- uses pointer notation */ #include #define MONTHS 12 int main(void) { int days[MONTHS] = {31,28,31,30,31,30,31,31,30,31,30,31}; int index; for (index =