代码搜索:Recovery
找到约 1,119 项符合「Recovery」的源代码
代码结果 1,119
www.eeworm.com/read/341577/3248153
h main.h
/* the following times are in 100us multiples */
#define SUSPEND_TIME 30 /* time after which the device is put into low power mode in case of no USB activity */
#define RESUME_RECOVERY
www.eeworm.com/read/340665/3280748
c recurse-2.c
/* Test for warning of and recovery from recursion in function-like
macros. */
/* { dg-do preprocess } */
#define foo() foo()
foo(); /* { dg-error "detected recursion" } */
#define bar() bar
www.eeworm.com/read/338546/3315415
java treeparser.java
package org.antlr.runtime.tree;
import org.antlr.runtime.*;
/** A parser for a stream of tree nodes. "tree grammars" result in a subclass
* of this. All the error reporting and recovery is share
www.eeworm.com/read/307266/3725962
c limlee.c
/*
* Lim-Lee prime generation
*
* See "A Key recovery Attack on Discrete Log-based Schemes using a Prime
* Order Subgroup", Lim & Lee, Crypto '97
*
* For certain Discrete Log base
www.eeworm.com/read/307266/3726188
cpp limlee.cpp
/*
* Lim-Lee prime generation
*
* See "A Key recovery Attack on Discrete Log-based Schemes using a Prime
* Order Subgroup", Lim & Lee, Crypto '97
*
* For certain Discrete Log base
www.eeworm.com/read/307266/3726307
c limlee.c
/*
* Lim-Lee prime generation
*
* See "A Key recovery Attack on Discrete Log-based Schemes using a Prime
* Order Subgroup", Lim & Lee, Crypto '97
*
* For certain Discrete Log base
www.eeworm.com/read/307266/3726540
cpp limlee.cpp
/*
* Lim-Lee prime generation
*
* See "A Key recovery Attack on Discrete Log-based Schemes using a Prime
* Order Subgroup", Lim & Lee, Crypto '97
*
* For certain Discrete Log base
www.eeworm.com/read/293059/3935528
sdb item.sdb
Name,ViewName,Kind,boDouble,boColoring,Shape,WearPos,WearShape,ActionImage,HitMotion,HitType,Color,Sex,Weight,NeedGrade,Price,ServerId,X,Y,SoundEvent,SoundDrop,Durability,AttackSpeed,Recovery,Avoid,Da
www.eeworm.com/read/289126/3995710
h sfxhash.h
/*
*
* sfxhash.h
*
* generic hash table - stores and maps key + data pairs
* (supports memcap and automatic memory recovery when out of memory)
*
* Copyright (C) 2001 Marc A Norton
* Copyright (C
www.eeworm.com/read/440906/1782424
c recurse-2.c
/* Test for warning of and recovery from recursion in function-like
macros. */
/* { dg-do preprocess } */
#define foo() foo()
foo(); /* { dg-error "detected recursion" } */
#define bar() bar