- 博客(24)
- 收藏
- 关注
原创 GCC STL源码解析 —— shared_ptr & weak_ptr
GCC STL 源码解析 —— shared_ptr & weak_ptr
2023-02-21 16:38:42 410
原创 GCC STL源码阅读(一) —— allocator/allocator_traits/new/delete
c++ STL allocator/allocator_traits/new/delete
2022-10-12 19:52:48 309
原创 Lecture 7 竞争与并行度
MIT 6.172 Performance Engineering of Software Systems - Lecture 7 Race and Parallelism 竞争和并行度
2022-09-12 17:34:53 138
原创 Lecture 6 多线程编程
MIT 6.172 Performance Engineering of Software Systems - Lecture 6 Multicore Programming
2022-08-28 12:07:45 532
原创 Lecture 4 Assembly Language and Computer Architecture
MIT 6.172 Performance Engineering of Software Systems - Lecture 4
2022-07-31 13:34:57 183
原创 Lecture 3 Bit Hacks
MIT 6.172 Performance Engineering of Software Systems Lecture 3 Bit Hacks
2022-05-15 17:53:09 136
原创 Lecture 2 Bentley Rules for Optimizing Work
Lecture 2 Bentley Rules for Optimizing Work课程内容本节课主要介绍了一些常见的优化方法,即“New Bentley Rules”。主要介绍的方法总结如下:Data StructureLogicLoopsFunctionsCPUAugmentationConstant Floding and PropagationHoistingInliningPrecomputationCommon-Subexpression El
2022-04-09 17:39:36 520
原创 Lecture 1 Introduction & Matrix Multiplication
Introduction & Matrix Multiplication
2022-04-06 20:48:13 116
原创 笨办法学Python笔记二——习题5,8
习题5print "He's %d inches tall."%my_height在后面的思考题中有英尺和米的变换,据查,1inche=0.3048m,将代码改为:print "He's %d meters tall."%(my_height*0.3048)注意:在%后要有括号习题8双引号,单引号的问题:单引号可括双引号,双引号可括单引号,但是单引号不可扩但引号,双
2016-09-15 21:49:31 400
原创 笨办法学Pyhon笔记一:12页和15页
12页:Terminal是指PowerShell上15页:运行python ex1.py时,不需要先进入python,即Ctr+Z退出了
2016-09-13 22:36:41 206
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人