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
##content: Levels of transformation: Problem, algorithm, program/language, runtime system, instruction set architecture, microarchitecture, logic, cir ...
分类:
其他好文 时间:
2017-10-07 18:44:41
阅读次数:
155
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 Description: This instruction covers the installation of ROS Indigo on the original Raspberry Pi with Raspbi ...
分类:
Web程序 时间:
2017-09-22 17:43:29
阅读次数:
228
编写 xml的组成: 1.文档的声明 2.元素(节点),元素属性(使用在不包含标签体中体现) 4.注释 5.CDATA区(字符串区) 6.特殊字符 7.处理指令(PI:processing Instruction) 暂不做说明 其他组成部分 DTD约束文件 DTD文件编写 DTD测试文件 schem ...
分类:
其他好文 时间:
2017-09-11 00:54:00
阅读次数:
189
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
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文件分为如下几部分内容: 文档声明 元素 属性 注释 CDATA区 、特殊字符 处理指令(processing instruction) 1.1、xml语法——文档声明 在编写XML文档时,需要先使用文档声明,声明XML文档的类型。 ...
分类:
其他好文 时间:
2017-09-05 15:48:01
阅读次数:
302
e.g.:whenyouwritetheslp_typregisterwilltriggersleepsmi.aftersleepsmidone,itwillrewritetheslp_tpyregistertoputsysteminSxmode.ifsystemenabletheIOInstructionRestart,afterreturntheSMI,willautomaticexcutethecommandtoslp_typ.
分类:
其他好文 时间:
2017-08-30 20:00:40
阅读次数:
82
在project.preperties页面添加 manifestmerger.enabled=truedex.force.jumbo=true ...
分类:
其他好文 时间:
2017-08-22 18:40:05
阅读次数:
134