Introduction
1.
C 語言學習筆記
1.1.
Type
1.2.
Array
1.2.1.
Rand 矩陣相乘
1.2.2.
VLA
1.3.
Function
1.3.1.
Scope & Duration
1.3.2.
call by value & call by address
1.4.
Other
1.4.1.
Linux 的 time 指令
1.5.
pointer
1.5.1.
ex1
1.5.2.
ex2
1.6.
struct
1.6.1.
strcut nested
1.7.
十個C開源項目
1.8.
面試
1.8.1.
strlen vs sizeof
1.8.2.
指標
1.9.
練習
1.9.1.
String
1.9.2.
5筆平均
1.10.
常錯問題
1.11.
C/C++ 語言新手十三誡
1.12.
Data Structure
1.12.1.
Linked list
1.12.1.1.
新增 刪除 附加
2.
Python
2.1.
常用
2.2.
酷航
2.3.
基本語法
3.
Tool
3.1.
ag
3.2.
vimrc
3.3.
ssh
3.4.
VIM
3.5.
gdb
4.
Arduino
4.1.
Resource
5.
GitHub use
5.1.
Git 基本操作
5.2.
Gitbook
6.
OS
6.1.
hw1
6.2.
fork
6.3.
hw2_thread
6.4.
hw3
7.
GDB
Published with GitBook
demo book
Git 基本操作
git init git add filename or git add . git commit -m '註解' git push 輸入帳號密碼就可以上傳到github