2. not associated with other groups, nations, etc. not aligned
unaligned 片语
片语
unaligned na不结盟国家英语
unaligned PER非对齐方式
unaligned country不结盟国家
unaligned accesses非对齐访问
non-aligned不结盟的;中立的
unaligned bundle不定位光纤束
unaligned nations不结盟国家
unaligned access未对齐的访问
unaligned 例句
英汉例句
It is allowed to leave the stack unaligned while it executes.
执行叶函数时,允许不对齐堆栈。
If you wind up having to waste a few bytes in your buffer, it is trivial compared to the amount of time and code needed to special-case the beginning and end of unaligned data.
This paper focuses on extracting translation pairs from unaligned Chinese English bilingual corpora.
本文主要研究基于未对齐的汉英双语库翻译对抽取。
In this context, an invalid pointer is one that points to an invalid region in memory, is NULL, contains an unaligned pointer, points to memory block smaller than necessary, and so on.
Doing an unaligned load requires two or three instructions, depending on the size of the data.
根据数据大小的不同,进行未对齐加载需要两个或三个指令。
In scalar code on the spe, declaring scalar values as vectors and vector Pointers (even if you aren「t using them as vectors) can speed up code because it doesn」t have to do unaligned loads and stores.
Why can「t you access a 4 byte long variable in a single memory access on an unaligned address(i. e. not divisible by 4), as it」s the case with aligned addresses?
Therefore, if you want to store only one byte, if you tried to do it directly on an unaligned address, it would both go into the wrong location and clobber the remaining bytes in the quadword.