摘要:
《Programming Abstractions In C》學習第52天,p130-p131,總結如下: # 一、技術總結 ## 1. pig latin game 通過pig latin game掌握字符復制,指針遍歷等操作。 ```c /* * 輸入:字符串,這里采用書中坐著自定義的getli 閱讀全文
摘要:
《Programming Abstractions In C》學習第50天,p123-p126,總結如下: # 一、技術總結 ## 1.notaion 這也是一個在計算機相關書籍中出現的詞,但有時卻不是那么好理解,因為它可以指代很多對象,這里做一個記錄。示例:p124。 In C, you can 閱讀全文
摘要:
《Programming Abstractions In C》學習第49天,p118-p122,總結如下: # 一、技術總結 ## 1.隨機數 (1)seed p119,"The initial value--the value that is used to get the entire proc 閱讀全文