https://github.com/pezy/readingnotes
:pencil: Reading Note
https://github.com/pezy/readingnotes
Last synced: 5 months ago
JSON representation
:pencil: Reading Note
- Host: GitHub
- URL: https://github.com/pezy/readingnotes
- Owner: pezy
- Created: 2013-06-29T03:17:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T14:41:04.000Z (over 7 years ago)
- Last Synced: 2024-12-04T02:41:45.723Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 719 KB
- Stars: 16
- Watchers: 7
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reading Notes
## Reading
- [ ] [C++ Primer 5th](http://book.douban.com/subject/24089577/)
- [x] Chapter 1. Getting Started
- [x] Chapter 2. Variables and Basic Types
- [x] Chapter 3. Strings, Vectors, and Arrays
- [x] Chapter 4. Expressions
- [x] Chapter 5. Statements
- [x] Chapter 6. Functions
- [x] Chapter 7. Classes
- [x] Chapter 8. The IO Library
- [x] Chapter 9. Sequential Containers
- [x] Chapter 10. Generic Algorithms
- [x] Chapter 11. Associative Containers
- [x] Chapter 12. Dynamic Memory
- [x] Chapter 13. Copy Control
- [x] Chapter 14. Overloaded Operations and Conversions
- [x] Chapter 15. Object-Oriented Programming
- [x] Chapter 16. Templates and Generic Programming
- [ ] Chapter 17. Specialized Library Facilities
- [ ] Chapter 18. Tools for Large Programs
- [ ] Chapter 19. Specialized Tools and Techniques
- [ ] [Learning OpenCV 3](http://shop.oreilly.com/product/0636920044765.do)
- [x] Chapter 1 Overview
- [x] Chapter 2 Introduction to OpenCV
- [ ] Chapter 3 Getting to Know OpenCV Data Types
- [ ] Chapter 4 Images and Large Array Types
- [ ] Chapter 5 Array Operations
- [ ] Chapter 6 Drawing and Annotating
- [ ] Chapter 7 Functors in OpenCV
- [ ] Chapter 8 Image, Video, and Data Files
- [ ] Chapter 9 Cross-Platform and Native Windows
- [ ] Chapter 10 Filters and Convolution
- [ ] Chapter 11 General Image Transforms
- [ ] Chapter 12 Image Analysis
- [ ] Chapter 13 Histograms and Templates
- [ ] Chapter 14 Contours
- [ ] Chapter 15 Background Subtraction
- [ ] Chapter 16 Keypoints and Descriptors
- [ ] Chapter 17 Tracking
- [ ] Chapter 18 Camera Models and Calibration
- [ ] Chapter 19 Projection and Three-Dimensional Vision
- [ ] Chapter 20 The Basics of Machine Learning in OpenCV
- [ ] Chapter 21 StatModel: The Standard Model for Learning in OpenCV
- [ ] Chapter 22 Object Detection
- [ ] Chapter 23 Future of OpenCV
------
## Todo
- [MIT 算法导论](http://open.163.com/special/opencourse/algorithms.html)
- [6.042J Mathematics for Computer Science](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/)
- 研究并总结深度优先搜索与广度优先搜索(从树和图的角度全面的去看)
- [6.837 Computer Graphics](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-837-computer-graphics-fall-2012/index.htm)
- [6.006 Introduction to Algorithms](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-006-introduction-to-algorithms-fall-2011/)
------
## Cache
- Rust
-
-
-
-
-
- C/C++
-
- Graphics
-
- [SDL Tutorials](http://lazyfoo.net/tutorials/SDL/index.php)
- Math
- [Calculus II(GIR)](http://ocw.mit.edu/courses/mathematics/18-02-multivariable-calculus-fall-2007/)
- [Linear Algebra](http://ocw.mit.edu/courses/mathematics/18-06-linear-algebra-spring-2010/index.htm)
- [线性代数中文版](http://v.163.com/special/opencourse/daishu.html)
- DataBase
- [Database System Implementation](http://web.stanford.edu/class/cs346/)
- Data Structure
- [Open Data Structures](http://opendatastructures.org/)
- JavaScript
- [Head First JavaScript](http://book.douban.com/subject/2372267/)
- [JavaScript: The Definitive Guide, 5th](http://book.douban.com/subject/1775608/)
- [Secrets of the JavaScript Ninja](http://book.douban.com/subject/3176860/)
- Python
- [人人都懂的编程课 python](https://www.coursera.org/course/pythonlearn)
- OS
- [Berkeley CS162: Operating Systems and Systems Programming](http://cs162.eecs.berkeley.edu/)