会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
JMJST
删掉了一些不必要的解题报告,青春也告一段落吧
新随笔
联系
订阅
管理
2016年7月21日
memcpy 和直接赋值的性能差异
摘要: 不废话,看代码: cpp include include include define ARR_LEN 10 define CAL_TIMES 100000000 int64_t a[ARR_LEN]; int64_t b[ARR_LEN]; int main() { for (size_t i(0
阅读全文
posted @ 2016-07-21 19:08 jianzhang.zj
阅读(1934)
评论(0)
推荐(0)
编辑