代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/336266/12461105
f test.f
c
x1=sign(1.,-3.)
x2=sign(1.,3.)
write(0,*) x1,x2
stop
end
www.eeworm.com/read/348596/10882808
txt 1382.txt
#include"stdio.h"
#include"memory.h"
char map[101][1001];
char key[101][101];
int r,c,n,m;
bool sign[2][1010],*sign1=sign[0],*sign2=sign[1];
void init()
{
int i;
scanf("%d %d",&r,&c)
www.eeworm.com/read/135411/13934961
h table.h
#include "SignRule.h"
struct GRID // 格子
{
SIGN StackTopSign; // 栈顶符号
SIGN InputSign; // 输入符号
RULE SelectableRule; // 选择的规则式
GRID();
void operator=(const GRID&);
www.eeworm.com/read/135411/13934996
h table.h
#include "SignRule.h"
struct GRID // 格子
{
SIGN StackTopSign; // 栈顶符号
SIGN InputSign; // 输入符号
RULE SelectableRule; // 选择的规则式
GRID();
void operator=(const GRID&);
www.eeworm.com/read/300969/13875194
c cmf4.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: cmf4.c,v 1.6 93/01/05
www.eeworm.com/read/113399/6131815
c cmf4.c
/*
(c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: cmf4.c,v 1.6 93/01/05
www.eeworm.com/read/403331/11518872
h display.h
#ifdef Dis_GLOBALS
#define Dis_EXT
#else
#define Dis_EXT extern
#endif
#define P_LCD_STR (volatile uchar *)0x0000F740
#define CST_LPCR_INI 0xe8
#define CST_LCR_INI 0x0fe
www.eeworm.com/read/152672/12094293
h display.h
#ifdef Dis_GLOBALS
#define Dis_EXT
#else
#define Dis_EXT extern
#endif
#define P_LCD_STR (volatile uchar *)0x0000F740
#define CST_LPCR_INI 0xe8
#define CST_LCR_INI 0x0fe
#defin