Self-introduction
My GitHub
In addition to painting, I have the another interests for these topics.
除了繪畫,我還有以下興趣 :
By the way, if you have any questions on this blog or notebook, please don't hesitate to let me know. aidrifter@gmail.com
程式競賽入門書本,在開始歡樂練習前,先看看高手是怎麼做的。
Time Complexity
- Define Big-O (Asymptotic Notation)
Sorting and Time Complexity
- Basic
- Bubble, Shell ,Insertion, Select
- Advanced
- Heap, Merged, Quick
介紹STL的主角 Container, Iterator, Algorithms 並對Container分類
21st Century C: C Tips from the New School
fork()
vs Windows MFCThread Synchronization in Linux
vendor.img
學會了 GDB,我有種山頂洞人學會用火的感動」 – 張至
printf()
觀察的話,永遠只看到你設定的框架 (format string) 以內的資料,但很容易就忽略資料是否合法、範圍是否正確,以及是否看對地方python
script and adb
to debugHow to use Remote GDB on Linux
How to use GDB to adjust mulit-threads
KGDB
身為工程師,有一個好的debug環境非常重要,這是一篇適合初學者的入門,還在猶豫要不要學GDB嘛?
趕快來看看這篇吧:
objdump
,readelf
,nm
,objcopy
,ld
, lld
搭配cross compiler 完成對elf的操作…