代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/389246/8539430
h~ bomb.h~
/********************************************************
scan bomb game bomb.h file
*********************************************************/
#ifndef _BOMB_H
#define _BOMB_H
//#define DEBUG_ENABLE
www.eeworm.com/read/389246/8539507
h bomb.h
/********************************************************
scan bomb game bomb.h file
*********************************************************/
#ifndef _BOMB_H
#define _BOMB_H
//#define DEBUG_ENABLE
www.eeworm.com/read/135411/13934953
h signrule.h
#include
#define MAX_RULE_LEN 30
#define END_SIGN '#'
#define IsNonTerminalSign(ch) (ch >= 'A' && ch
www.eeworm.com/read/135411/13934994
h signrule.h
#include
#define MAX_RULE_LEN 30
#define END_SIGN '#'
#define IsNonTerminalSign(ch) (ch >= 'A' && ch
www.eeworm.com/read/226071/14498315
def iso_8859_9_fontindx.def
#define ISO_8859_9_FONT_NUM 78
#define ISO_8859_9_FONT_HEIGHT 26
#define CHAR_8859_9_ae (0x9200 + OSD_2BIT_FONT_NUM + OSD_1BIT_FONT_NUM)
#define CHAR_8859_9_a_acute (0x8C01 + OSD_2BIT_FONT
www.eeworm.com/read/226071/14498503
def iso_8859_9_fontindx.def
#define ISO_8859_9_FONT_NUM 78
#define ISO_8859_9_FONT_HEIGHT 26
#define CHAR_8859_9_ae (0x9200 + OSD_2BIT_FONT_NUM + OSD_1BIT_FONT_NUM)
#define CHAR_8859_9_a_acute (0x8C01 + OSD_2BIT_FONT
www.eeworm.com/read/226071/14498642
def iso_8859_9_fontindx.def
#define ISO_8859_9_FONT_NUM 78
#define ISO_8859_9_FONT_HEIGHT 26
#define CHAR_8859_9_ae (0x9200 + OSD_2BIT_FONT_NUM + OSD_1BIT_FONT_NUM)
#define CHAR_8859_9_a_acute (0x8C01 + OSD_2BIT_FONT
www.eeworm.com/read/226071/14498849
def iso_8859_9_fontindx.def
#define ISO_8859_9_FONT_NUM 78
#define ISO_8859_9_FONT_HEIGHT 26
#define CHAR_8859_9_ae (0x9200 + OSD_2BIT_FONT_NUM + OSD_1BIT_FONT_NUM)
#define CHAR_8859_9_a_acute (0x8C01 + OSD_2BIT_FONT
www.eeworm.com/read/390840/8438366
m nndtansig.m
function a = nndtansig(n)
a = 2 ./ (1 + exp(-2*n)) - 1;
i = find(~isfinite(a));
a(i) = sign(n(i));
www.eeworm.com/read/390840/8438385
m nndlogsig.m
function a = nndlogsig(n)
a = 1 ./ (1 + exp(-n));
i = find(~isfinite(a));
a(i) = sign(n(i));