会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zenny_chen
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
22
23
24
25
26
2011年9月8日
ISO/IEC14882:2003之条款14.5——模板声明
14.5 模板声明
Read More
posted @ 2011-09-08 12:11 zenny_chen
Views(601)
Comments(0)
Diggs(2)
2011年9月7日
ISO/IEC14882:2003之条款14.4——类型等价
14.4 类型等价
Read More
posted @ 2011-09-07 22:12 zenny_chen
Views(347)
Comments(0)
Diggs(2)
2011年9月4日
ISO/IEC14882:2003之条款14.3——模板实参
14.3 模板实参
Read More
posted @ 2011-09-04 21:22 zenny_chen
Views(525)
Comments(0)
Diggs(2)
ISO/IEC14882:2003之条款14.2——模板特化的名字
14.2 模板特化的名字
Read More
posted @ 2011-09-04 14:07 zenny_chen
Views(525)
Comments(0)
Diggs(2)
2011年9月3日
ISO/IEC14882:2003之条款14.1——模板形参
14.1 模板形参
Read More
posted @ 2011-09-03 19:48 zenny_chen
Views(545)
Comments(0)
Diggs(2)
2011年9月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)
2011年9月1日
ISO/IEC14882:2003之条款14——模板
模板概述
Read More
posted @ 2011-09-01 23:44 zenny_chen
Views(851)
Comments(0)
Diggs(2)
ARM Cortex-A9 MPCore手册——窥探控制单元(Snoop Control Unit)
这章描述了窥探控制单元(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)
2011年8月31日
Apple A5性能剖析
主要是对ARMv7指令集的性能测试
Read More
posted @ 2011-08-31 18:15 zenny_chen
Views(944)
Comments(0)
Diggs(1)
基于ARMv5TE架构的软件除法
近来有点悠闲,所以无聊中做了一个基于二进制试商法的无符号整型除法实现。 以下函数仅对于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
公告