搜索结果
找到约 65 项符合
recovery 的查询结果
按分类筛选
FlashMX/Flex源码 对于与后台交互的FLASH
对于与后台交互的FLASH,当出现意外中断的时候重新启动的时候需要与后台交互,实现中断的恢复。本程序分成4种情况,分别RECOVERY.
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
编译器/解释器 C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-
C-编译器的设计文档与源代码下载,1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs);
2. 语法支持比较全面(毕竟是C-,语法还是不多的);
3. Error Recovery;
技术资料 模拟电路工程师的三大法宝
为了提高单根线的传输速率,必须要讲到我们模拟电路工程师的三大法宝,差分信号(differential signaling),时钟-数据恢复(Clock-Data Recovery,简称 CDR),和信道均一化(Channel Equalization,Eq)。
编译器/解释器 Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (lik
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generat ...
matlab例程 Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合
Blind Equalizer 的演算法主要是利用CMA及 LMS 的配合,当CMA将EYE打开,使讯号趋近于正确值,就切换到LMS,利用Slicer的输出当作training sequence来调整Equalizer的系数,而Carrier Recovery 的部份,则是将phase error track出来
技术资料 一种基于MSP430单片机实现的镍氢电池化成系统能量回收装置
针对镍氢电池化成测试过程中电池放电以热能形式消耗的现象,提出一种基于MSP430单片机实现的能量回收装置,采用高效AC/DC和DC/DC变换、卡尔曼滤波技术等对传统电路进行改进和算法优化,有效解决系统测试过程中能量回收效率低的问题。Aiming at the phenomenon that the discharge of Ni-MH batteries consumes heat energy in ...
USB编程 High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
VHDL/FPGA/Verilog High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support. F
High volume USB 2.0 devices will be designed using ASIC technology with embedded USB 2.0 support.
For full-speed USB devices the operating frequency was low enough to allow data recovery to be handled
in a vendors VHDL code, with the ASIC vendor providing only a simple level translator to meet the U ...
编译器/解释器 1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs); 2. 语法支持比较全面(毕竟是C-
1. 具有比较友好的GUI界面(仿照了我自己正在用的emacs);
2. 语法支持比较全面(毕竟是C-,语法还是不多的);
3. Error Recovery;
4. 生成p-code,便于理解;
5. 生成asm代码,通过masm6.0基本都能编译成功,但代码没有优化,效率极低。 ...