上一页 1 ··· 22 23 24 25 26
14.5 模板声明 Read More
posted @ 2011-09-08 12:11 zenny_chen Views(601) Comments(0) Diggs(2)
14.4 类型等价 Read More
posted @ 2011-09-07 22:12 zenny_chen Views(347) Comments(0) Diggs(2)
14.3 模板实参 Read More
posted @ 2011-09-04 21:22 zenny_chen Views(525) Comments(0) Diggs(2)
14.2 模板特化的名字 Read More
posted @ 2011-09-04 14:07 zenny_chen Views(525) Comments(0) Diggs(2)
14.1 模板形参 Read More
posted @ 2011-09-03 19:48 zenny_chen Views(545) Comments(0) Diggs(2)
在很多时候我们会有这么一个需求—— #define DUP_CALL(func, param, nTimes) 比如我调用: DUP_CALL(puts, "Hello, world!", 3); 编译器将会自动生成—— puts("Hello, world!"); puts("Hello, world!"); puts("Hello, world!"); Read More
posted @ 2011-09-02 21:01 zenny_chen Views(3989) Comments(3) Diggs(2)
模板概述 Read More
posted @ 2011-09-01 23:44 zenny_chen Views(851) Comments(0) Diggs(2)
这章描述了窥探控制单元(SCU)。它包含以下段落: 1、关于SCU 2、SCU寄存器 3、AMBA[译者注:高级微控制器总线接口(Advanced Microcontroller Bus Interface)]AXI[译者注:高级可扩展接口(Advanced eXtensible Interface)]主机端接口 4、AXI主机接口时序 5、加速器一致性端口 6、使用WFE/SEV与一个外部代理的事件通信 Read More
posted @ 2011-09-01 15:36 zenny_chen Views(17179) Comments(0) Diggs(5)
主要是对ARMv7指令集的性能测试 Read More
posted @ 2011-08-31 18:15 zenny_chen Views(944) Comments(0) Diggs(1)
近来有点悠闲,所以无聊中做了一个基于二进制试商法的无符号整型除法实现。 以下函数仅对于ARMv5T架构或更高版本架构的处理器有效。汇编用的是RVCT3.1或更高版本 Read More
posted @ 2011-08-31 17:56 zenny_chen Views(4026) Comments(0) Diggs(2)
上一页 1 ··· 22 23 24 25 26