代码搜索:Recovery

找到约 1,119 项符合「Recovery」的源代码

代码结果 1,119
www.eeworm.com/read/366702/2884024

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/162614/5530941

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/195469/8152168

txt readme.txt

GPIO JTAG Recovery This example demonstrates changing the JTAG pins into GPIOs, along with a mechanism to revert them to JTAG pins. When first run, the pins remain in JTAG mode. Pressing the us
www.eeworm.com/read/195469/8152588

txt readme.txt

GPIO JTAG Recovery This example demonstrates changing the JTAG pins into GPIOs, along with a mechanism to revert them to JTAG pins. When first run, the pins remain in JTAG mode. Pressing the us
www.eeworm.com/read/370346/9605277

m dct1_recover.m

%Name: Chris Shoemaker %Course: EER-280 - Digital Watermarking %Project: Block DCT Based method, using comparision between mid-band coeffcients % Watermark Recovery clear all; % s
www.eeworm.com/read/334745/12579024

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/100612/15868858

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/100612/15869035

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/284875/8886107

sql 7.setrecoverymode.sql

ALTER DATABASE ApressFinancial SET RECOVERY FULL GO BACKUP DATABASE ApressFinancial TO DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\ApressFinancial.bak' WITH NAME = 'ApressFi
www.eeworm.com/read/419052/10888727

h promisc.h

/* * promisc.h - definitions for promiscuous state save/recovery * * Thanks to Holger Friese * for the base patch. * Applied it, but then additional issues