代码搜索:notation
找到约 2,214 项符合「notation」的源代码
代码结果 2,214
www.eeworm.com/read/191743/8424717
h application.h
#ifndef _H_APPLICATION_
#define _H_APPLICATION_
#ifdef __cplusplus
extern "C" {
#endif
#include "Notation.h"
#include
#endif
www.eeworm.com/read/176251/9510779
txt new.txt
New numeric formats (supported by compiler, INPUT, auto-convertion and VAL):
Hexadecimals with 0x (like C)
0xFF = 255, &xFF = 255
Scientific numeric notation
n[.n]e[+|-]n[.n]
Examples:
2E.3 = 2*10^
www.eeworm.com/read/359581/10135235
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 =
www.eeworm.com/read/356874/10219826
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 =
www.eeworm.com/read/356815/10220701
txt vec_zz.txt
/**************************************************************************\
MODULE: vec_ZZ
SUMMARY:
Defines the class vec_ZZ.
\**********************************************************
www.eeworm.com/read/356815/10220705
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/356815/10220717
txt vec_rr.txt
/**************************************************************************\
MODULE: vec_RR
SUMMARY:
Defines the class vec_RR.
\**********************************************************
www.eeworm.com/read/421785/10698693
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 =
www.eeworm.com/read/344247/6964124
h application.h
#ifndef _H_APPLICATION_
#define _H_APPLICATION_
#ifdef __cplusplus
extern "C" {
#endif
#include "Notation.h"
#include
#endif
www.eeworm.com/read/291108/7087247
h ellpfns.h
/************************************************************
** Copyright 2002 BUAA VRLAB **
** All rights reserved. **
** C