代码搜索:Recovery

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

代码结果 1,119
www.eeworm.com/read/410932/11264184

txt frame_fhr.txt

# fhr(fast hit <mark>recovery</mark>:快速打击恢复) # 格式 # 帧数 + 主体需要的基础数值 # 其中帧数可以不为连续,若某一职业在此帧数上不可适用时,其数字设定为较大,如 > 1000 # 由于服务器方,用于表示帧数的数值size = sizeof(byte),即任一中速度需要的时间最多为255/60 = 4.25秒时间 # 帧数 +人类 +野蛮人 +法师 +精灵 +弓 ...
www.eeworm.com/read/440621/7685096

txt asprotect 1.31b import recovery + oep finder (delphi).txt

/* //////////////////////////////////////////////////// // ASProtect 1.31b import recovery & OEP / tempOEP finder (only Delphi & Imagebase = 400000) // Author: Mario555 // Email : Mario555@pisem.n
www.eeworm.com/read/292231/8366362

txt feathers.txt

1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。 陆晓春
www.eeworm.com/read/291040/8443986

txt feathers.txt

1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-,语法还是不多的); 3. Error Recovery; 4. 生成p-code,便于理解; 5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。 陆晓春
www.eeworm.com/read/431224/8698134

m elclass.m

function a = ELclass(varargin) % constructor of the Exponential Recovery Load % == Exponential Recovery Load == global Settings switch nargin case 0 a.con = []; a.n = 0; a.bus = []; a.vbus
www.eeworm.com/read/431224/8698140

m setx0.m

function a = setx0(a) global DAE PQ Bus if ~a.n, return, end % parameter initialization % dat: % col #1: P0 % col #2: Q0 % col #3: V0 a.dat(:,3) = DAE.y(a.vbus); for i = 1:a.n idx = findbus