会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Pepetang's Blog
博客园
首页
新随笔
联系
订阅
管理
随笔 - 24
文章 - 0
评论 - 0
阅读 -
43858
2022年9月14日
C++经典面试题
摘要: 持续收集中... 1 基础(9) 1)C++中有malloc/free,为什么还需要new/delete? new/delete会调用构造/析构函数,适合于类类型对象的创建与销毁。 2)C++中explicit关键字的作用? 关闭函数的类型自动转换(防止隐式转换)。 3)C++中static关键字的
阅读全文
posted @ 2022-09-14 11:37 Pepetang
阅读(7090)
评论(0)
推荐(0)
公告
昵称:
Pepetang
园龄:
7年8个月
粉丝:
0
关注:
2
<
2025年6月
>
日
一
二
三
四
五
六
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
我的标签
Python
(3)
代码片段
(3)
Visual Studio
(2)
NEON优化
(2)
CUDA
(2)
Caffe
(2)
Boost
(2)
Ubuntu14.04
(1)
TensorFlow Lite
(1)
STL
(1)
更多
随笔档案
2022年9月(1)
2020年7月(1)
2019年10月(2)
2019年8月(3)
2019年7月(1)
2019年5月(1)
2019年4月(1)
2019年3月(2)
2018年9月(2)
2018年8月(4)
2018年7月(2)
2018年6月(1)
2017年11月(2)
2017年10月(1)
阅读排行榜
1. Caffe使用CMake编译:Could Not find Boost(8232)
2. C++经典面试题(7090)
3. ARM平台Neon优化资源整理(4550)
4. Neon整数除法解决方案:vrecpe_u32解析(3717)
5. 【译】MSB8027: Two or more files with the name of ***.cpp will produce outputs to the same location.(3289)
评论排行榜
1. Neon整数除法解决方案:vrecpe_u32解析(1)
推荐排行榜
1. Caffe使用CMake编译:Could Not find Boost(2)
2. Cannot uninstall '***'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.(1)
3. E: GPG 错误:http://developer.download.nvidia.com Release: 下列签名无效: NODATA 1 NODATA 2(1)
最新评论
1. Re:Neon整数除法解决方案:vrecpe_u32解析
佬佬可以解释一下为什么这里左移-[(32 - shiftL) + (31 - 23)]嘛,我感觉左移shiftL+23就可以了呀
--gaoshuzhendan
点击右上角即可分享