码迷,mamicode.com
首页 >  
搜索关键字:instruction    ( 320个结果
ibm z13 处理器primer阅读1
BTB单元 Branch prediction in z processors is performed 'asynchronously' to instruction processing – The branch prediction logic can find/locate/predict ...
分类:其他好文   时间:2017-10-29 20:26:53    阅读次数:233
Introduction and basic
##content: Levels of transformation: Problem, algorithm, program/language, runtime system, instruction set architecture, microarchitecture, logic, cir ...
分类:其他好文   时间:2017-10-07 18:44:41    阅读次数:155
RISC与CISCCPU构架
RISC 精简指令集 CISC复杂指令集 CISC架构的代表: x86, C51 RISC架构的代码:arm, mips,powerpc, avr, pic 指令集的区别 首先从字面上理解就能知道, CISC(Complex Instruction SetComputer)架构的指令数肯定是远远多于 ...
分类:其他好文   时间:2017-09-30 20:53:02    阅读次数:183
Installing ROS Indigo on the Raspberry Pi
Installing ROS Indigo on the Raspberry Pi Description: This instruction covers the installation of ROS Indigo on the original Raspberry Pi with Raspbi ...
分类:Web程序   时间:2017-09-22 17:43:29    阅读次数:228
day14(xml 编写及解析)
编写 xml的组成: 1.文档的声明 2.元素(节点),元素属性(使用在不包含标签体中体现) 4.注释 5.CDATA区(字符串区) 6.特殊字符 7.处理指令(PI:processing Instruction) 暂不做说明 其他组成部分 DTD约束文件 DTD文件编写 DTD测试文件 schem ...
分类:其他好文   时间:2017-09-11 00:54:00    阅读次数:189
instruction set汇总
1 aarch64 它armv8-A架构的一种执行状态,之所以说它是一种执行状态是因为,armv8-A还有aarch32这个执行状态。aarch64是64位执行状态,aarch32是32位的执行状态。 armv8-A架构的优势在于64位和32位都是兼容的。 2 alpha axp 美国DEC公司64 ...
分类:其他好文   时间:2017-09-10 17:36:46    阅读次数:142
嵌入式开发学习(1)<ARM体系结构>
SoC : 在cpu 里内嵌了很多外设,现在所说的cpu 实际上都是SoC。 32位cpu指的是数据总线是32位的。 32位的地址总线寻址范围是4G。2的32次方。 CISC complex instruction set computer 复杂指令集cpu:指令多,追寻一条指令完成一个操作的理念。 ...
分类:其他好文   时间:2017-09-05 23:01:51    阅读次数:239
XML学习总结
一、XML语法学习 学习XML语法的目的就是编写XML 一个XML文件分为如下几部分内容: 文档声明 元素 属性 注释 CDATA区 、特殊字符 处理指令(processing instruction) 1.1、xml语法——文档声明 在编写XML文档时,需要先使用文档声明,声明XML文档的类型。 ...
分类:其他好文   时间:2017-09-05 15:48:01    阅读次数:302
What's the IO Instruction Restart
e.g.:whenyouwritetheslp_typregisterwilltriggersleepsmi.aftersleepsmidone,itwillrewritetheslp_tpyregistertoputsysteminSxmode.ifsystemenabletheIOInstructionRestart,afterreturntheSMI,willautomaticexcutethecommandtoslp_typ.
分类:其他好文   时间:2017-08-30 20:00:40    阅读次数:82
Conversion to Dalvik format failed: Unable to execute dex: Cannot merge new index 69457 into a non-jumbo instruction!
在project.preperties页面添加 manifestmerger.enabled=truedex.force.jumbo=true ...
分类:其他好文   时间:2017-08-22 18:40:05    阅读次数:134
320条   上一页 1 ... 9 10 11 12 13 ... 32 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!