第十六講
對的時間,做對的事
說實在這很難,我通常晚上狀態最好,所以沉住氣不要回家通常都會很充實。但到了家發現耍廢的時間不夠,影響到睡眠 => 隔天 => 早上 => 晚上又好了...
我想要先拓展對的時間,所以還是制定個早睡早起的習慣
讀書心得 - 大腦衝浪 - 第十六講
Related Posts:
Leet code 最近一直寫 Leetcode,部落格也就荒廢許久,想說突破 200 題來分享一下心得。 Distance question Leetcode 上有很多問題是關於距離,這裡紀錄下一些有用的數學概念。 平均值 (mean) 平均值的歐幾里得距離最短 (4*4 + 4*4 < 1*1 + 7*7) 但相乘值最大 (4*4 > 1*7) 中位數 (median) 中位數的絕對偏差值最低… Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 5 (1) - Statement Statement Simple Statements expression 加上 ; 作為結尾視為 statement。 a + 5 // expression a + 5; // statement ; // null statement Compound Statements (Blocks) 在 { } 中間一連串的 statements … Read More
C++ Primer (5th Edition) 總覽 讀書心得 - C++ Primer (5th Edition) - Chapter 1 讀書心得 - C++ Primer (5th Edition) - Chapter 2 (1) - Primitive Types 讀書心得 - C++ Primer (5th Edition) - Chapter 2 (2) - Const 讀書心得 - C++ Primer (5th Edition… Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 5 (2) - Exception Exceptions Exceptions 是程式在 run-time 遇到的異常,比如與資料庫的連結斷開或遇到其他程式異想不到的 input。Exception handling 基本上就是當程式無法解決問題或者無法繼續執行時發出警告,或者更進一步根據情況處理 exception。 Exception handling 由 detecting, handling parts of a program 所組成 t… Read More
讀書心得 - C++ Primer (5th Edition) - Chapter 5 (3) - 常用詞彙 常用詞彙 block Sequence of zero or more statements enclosed in curly braces. A block is a statement, so it can appear anywhere a statement is expected. … Read More
0 意見:
張貼留言