代码搜索:cheat
找到约 561 项符合「cheat」的源代码
代码结果 561
www.eeworm.com/read/439082/1817210
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/430518/1926188
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/395229/2446696
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/395229/2447281
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/395229/2448637
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/357083/3030928
h posix_types.h
/* $Id: posix_types.h,v 1.1 2000/07/10 16:32:31 bjornw Exp $ */
/* We cheat a bit and use our C-coded bitops functions from asm/bitops.h */
/* I guess we should write these in assembler because they
www.eeworm.com/read/435701/1862127
c frexp.c
#include
#include
#define MASK 0x7ffL
#define SHIFT 20
#define BIAS 1022L
typedef union
{
double d;
struct
{
long ls;
long ms;
};
} Cheat;
double
frexp(double d, int *ep)
{
www.eeworm.com/read/435701/1862150
c frexp.c
#include
#include
#define MASK 0x7ffL
#define SHIFT 20
#define BIAS 1022L
typedef union
{
double d;
struct
{
long ls;
long ms;
};
} Cheat;
double
frexp(double d, int *ep)
{
www.eeworm.com/read/196768/5100534
kademlia_args
# Kademlia args file, for input into scripts/run-simulations.pl
alpha 1 2 4 8
k 2 8 16 32
k_tell =k
stabilize_timer 2400000 1200000 600000 300000
stablearn_only 0 1
rcache 1
timeout_cheat 1
www.eeworm.com/read/192391/5157072
h def.h
#ifndef _DEF_H
#define _DEF_H
#ifdef WIN32
//#define WIN32_CONVERT
//#define DEBUG_INFO
#define WIN32_EXTRA_CHECKS
#endif
//#define DEBUG_PRINT
//#define DEBUG_MAP_INFO
#define CHEAT_ON