代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/105165/15676598
cpp mathparser.cpp
//unit Parser;
/*==========================================================================*/
/* Expression Evaluator v1.4 for Delphi */
/* (16 & 32 bits)
www.eeworm.com/read/104978/15680465
mdb vbexam.mdb
==========
Abs
==========
==========
Atn
==========
==========
Cos
==========
==========
Exp
==========
==========
Log
==========
==========
Randomize
==========
==========
Rnd
=
www.eeworm.com/read/103660/15727049
cpp mathparser.cpp
//unit Parser;
/*==========================================================================*/
/* Expression Evaluator v1.4 for Delphi */
/* (16 & 32 bits)
www.eeworm.com/read/103658/15727087
txt ats.txt
ats测试软件的语法说明书
1. 支持的数据类型
支持三种数据: int, char, string; 它们的表示方式如下:
int a;
int a = 1;
int a = 1, b;
int a = 1, b = 3;
int a = 函数;...
char a = 'x';....
string b = "abcde";...
www.eeworm.com/read/102897/15752777
cpp primitiv.cpp
// Copyright Andy Singleton, 1993,1994
// This code is released for non-commercial use only
// For questions or upgrades contact:
// Andy Singleton, Creation Mechanics Inc.
// PO Box 248, Peterbor
www.eeworm.com/read/102476/15780227
c bool完美版.c
struct key /*关键字,运算符,界限符*/
{char str[8];
int i;
int j;
};
struct key a[36]={{{'i','n','t','\0'},0,1},
{{'c','h','a','r','\0'},1,1},
{{'f','l','o','a','t'