The common method of disa embly , referred to as the linear sweep method , a umes that all bytes starting from the entry point of a binary ( or some start location ) are i tructio , and disa embles the entire code segment , following succe ive bytes 反汇编的通常方法,即所谓线性扫描方法,假定从二进制代码入口点(或某开始位置)开始的所有字节是指令,并且顺序反汇编整个代码段字节。
The common method of disassembly , referred to as the linear sweep method , assumes that all bytes starting from the entry point of a binary ( or some start location ) are instructions , and disassembles the entire code segment , following successive bytes 反汇编的通常方法,即所谓线性扫描方法,假定从二进制代码入口点(或某开始位置)开始的所有字节是指令,并且顺序反汇编整个代码段字节。
In the meantime , the english version is vital to the accurate understanding and smooth implementation of the collection . the significance of good translation lies not only in the academic field , but also in the economic and social life of china 同时,本航运法规汇编的英译文为正确理解及顺利实施各项规定提供了不少便利,不仅在学术领域,而且在我国的经济及社会生活的方方面面都意义重大。
Zhikong heshang chan yaolu is also refered to as zhikong zhizhi , and abbreviated as zhiyao lu , which is a book edited by zhikong ' s students regarding his thoughts , and includes two parts , fozu chuanxin xitian zongpai zhiyao and dunru wusheng da jietuo famen zhiyao 摘要《指空和尚禅要录》亦称《指空直指》 ,简称《禅要录》 ,是指空弟子汇编的一部指空著述,包括《佛祖传心西天宗派旨要》 、 《顿入无生大解脱法门指要》两大部分。
However , such fixed point c code still could not run directly , in order to meet realtime requirement , the code set is optimized by use of embedding assembly instruction . so the final output would be a set of assembly embedded ansi c language codes 在定点dsp应用程序开发过程中,发现纯粹的c代码在目标平台上无法高效运行,为了达到实时性需求,本文作者运用处理器的汇编指令集对c代码进行优化。研究的最终成果是ilbc算法的定点实现? ?嵌汇编的定点ansic代码集。