代码搜索:Sign

找到约 10,000 项符合「Sign」的源代码

代码结果 10,000
www.eeworm.com/read/301273/13862109

cpp 词法分析器.cpp

#include #include #include #define MAX_CODE 1000 #define MAX_SYMBOL 32 int i,j,k,sign,number,flag;/*把类号内码等定义成全局变量*/ char ch; int line; char words[MAX_
www.eeworm.com/read/300969/13874759

c fphook.c

/* * fltpr.c - print floating point numbers */ /* $Header: fltpr.c,v 1.4 90/02/27 16:47:40 eck Exp $ */ #ifndef NOFLOAT #include #include #include "../stdio/loc_incl.h
www.eeworm.com/read/300969/13876193

c ldexp.c

/* * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Header: ldexp.c,v 1.5 91/03/
www.eeworm.com/read/300969/13876321

c ext_comp.c

/* (c) copyright 1989 by the Vrije Universiteit, Amsterdam, The Netherlands. See the copyright notice in the ACK home directory, in the file "Copyright". */ /* $Id: ext_comp.c,v 1.10 1994/06
www.eeworm.com/read/238541/13876548

c coder_frac.c

#define FIX_ERRORS #define DO_LOG #define MAX_SCALE_0 //#define MAX_SCALE_1 /** allowing scales hurts about 0.1 bpp, * fixes and escapes are both reduce by about 200 (1400 -> 1200) * b
www.eeworm.com/read/238541/13876715

c coder_vq.c

#define QUANTIZER 0 /***** on checa 256 @ 0.50 bpp z = 2 : psnr 36.89 z = 0 : psnr 37.16 so fixing is slightly better, but not much on checa 256 @ 0.25 bpp z = 10 : psnr 31.78 z
www.eeworm.com/read/152121/5675803

2 iso8859.2

# # $Id: iso8859.2,v 1.1.1.1 2000/04/14 17:53:50 davidT Exp $ # # SAMPLE TTF2BDF MAPPING TABLE # # Mapping table from Unicode to ISO8859-2. Names are from the Unicode # Character Database on ftp.unic
www.eeworm.com/read/151133/5685950

c 递归车厢.c

/**********递归题改为非递归题实例 车厢********/ #include #define MAX 4 int stack[MAX],p=-1; struct { int num; int sign; }train[MAX]; void sub() { int inc; if(p==MAX-
www.eeworm.com/read/151067/5687075

cpp jv.cpp

// // jv.cpp // // $Id: jv.cpp,v 1.4 2006/01/22 13:40:37 ediap Exp $ // #include #include #include #include
www.eeworm.com/read/148609/5713671

c x86_64-gcc.c

/* * x86_64 BIGNUM accelerator version 0.1, December 2002. * * Implemented by Andy Polyakov for the OpenSSL * project. * * Rights for redistribution and usage in source an