Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++程序设计(北京大学老师的视频教程) #63

Open
lianmt opened this issue Nov 9, 2018 · 4 comments
Open

C++程序设计(北京大学老师的视频教程) #63

lianmt opened this issue Nov 9, 2018 · 4 comments

Comments

@lianmt
Copy link

lianmt commented Nov 9, 2018

最近把重心放在了技术的基本功上,c++能在性能上做得很好,比如课程里讲的位运算,感觉收获很大

-25 >> 4 = -2
-2 >> 4  = -1
18 >> 4  = 1

https://www.bilibili.com/video/av10046030/?p=7

@Ir1d
Copy link

Ir1d commented Nov 9, 2018

@ruanyf
Copy link
Owner

ruanyf commented Nov 10, 2018

收入第 34 期。

@lianmt
Copy link
Author

lianmt commented Nov 10, 2018

收入第 34 期。

/:handclap/:handclap

@lianmt
Copy link
Author

lianmt commented Nov 11, 2018

最近把重心放在了技术的基本功上,c++能在性能上做得很好,比如课程里讲的位运算,感觉收获很大

-25 >> 4 = -2
-2 >> 4  = -1
18 >> 4  = 1

https://www.bilibili.com/video/av10046030/?p=7

我的学习笔记,现在看到了第20节,会持续更新完。
https://www.yuque.com/lianmt/it/fgmi63

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants