ysf的沙龍
Nature of Code閱讀心得與Python實作
70
免費公開
房間資訊
Daniel Shiffman所著「The Nature of Code」一書的閱讀心得,並用python及pygame來實作範例及練習題。 原書網頁版:https://natureofcode.com/
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
全部類型
免費與付費
最新發佈
最新發佈
ysf
2024/07/16
The Nature of Code閱讀心得與Python實作:1.7 Motion with Vectors
介紹以物件導向的方式,以向量來實作物體運動的模擬程式。
#
python
#
Python
#
PYTHON
6
ysf
2024/07/16
The Nature of Code閱讀心得與Python實作:1.7 Motion with Vectors
介紹以物件導向的方式,以向量來實作物體運動的模擬程式。
#
python
#
Python
#
PYTHON
6
ysf
2024/07/15
The Nature of Code閱讀心得與Python實作:1.8 Acceleration
介紹如何在模擬物體運動時,引入加速度這個物理量。
#
python
#
Python
#
PYTHON
5
ysf
2024/07/15
The Nature of Code閱讀心得與Python實作:1.8 Acceleration
介紹如何在模擬物體運動時,引入加速度這個物理量。
#
python
#
Python
#
PYTHON
5
ysf
2024/07/08
The Nature of Code閱讀心得與Python實作:1.6 Normalizing Vectors
本節介紹向量的正規化。
#
python
#
Python
#
PYTHON
8
ysf
2024/07/08
The Nature of Code閱讀心得與Python實作:1.6 Normalizing Vectors
本節介紹向量的正規化。
#
python
#
Python
#
PYTHON
8
ysf
2024/07/05
The Nature of Code閱讀心得與Python實作:1.5 Vector Magnitude
本節介紹向量長度的計算。
#
python
#
Python
#
PYTHON
25
ysf
2024/07/05
The Nature of Code閱讀心得與Python實作:1.5 Vector Magnitude
本節介紹向量長度的計算。
#
python
#
Python
#
PYTHON
25
ysf
2024/07/01
The Nature of Code閱讀心得與Python實作:1.4 More Vector Math
介紹pygame支援的向量運算,以及向量的減法、乘法、除法實際上是怎麼計算的。
#
python
#
Python
#
PYTHON
9
ysf
2024/07/01
The Nature of Code閱讀心得與Python實作:1.4 More Vector Math
介紹pygame支援的向量運算,以及向量的減法、乘法、除法實際上是怎麼計算的。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/28
The Nature of Code閱讀心得與Python實作:1.3 Vector Addition
介紹向量加法以及pygame向量的應用
#
python
#
PYTHON
#
Python
7
ysf
2024/06/28
The Nature of Code閱讀心得與Python實作:1.3 Vector Addition
介紹向量加法以及pygame向量的應用
#
python
#
PYTHON
#
Python
7
ysf
2024/06/24
The Nature of Code閱讀心得與Python實作:1.2 Vectors in...
這一節談的是向量的定義,以及如何運用向量來建立模擬物體運動時,關於位置和速度間的關係式。
#
python
#
Python
#
PYTHON
7
ysf
2024/06/24
The Nature of Code閱讀心得與Python實作:1.2 Vectors in...
這一節談的是向量的定義,以及如何運用向量來建立模擬物體運動時,關於位置和速度間的關係式。
#
python
#
Python
#
PYTHON
7
ysf
2024/06/20
The Nature of Code閱讀心得與Python實作:1.1 The Point of Vectors
使用向量來處理問題有很多好處,其中一個好處,就是可以減少變數的數量。在這節中,會用一個簡單的例子來介紹,使用向量跟不使用向量,對變數的數量會有什麼樣的影響。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/20
The Nature of Code閱讀心得與Python實作:1.1 The Point of Vectors
使用向量來處理問題有很多好處,其中一個好處,就是可以減少變數的數量。在這節中,會用一個簡單的例子來介紹,使用向量跟不使用向量,對變數的數量會有什麼樣的影響。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/17
The Nature of Code閱讀心得與Python實作:Chap. 1 Vectors
這一章介紹向量(vector)這個在物理、工程等領域非常重要的數學工具,以及如何用它來模擬一些物理現象。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/17
The Nature of Code閱讀心得與Python實作:Chap. 1 Vectors
這一章介紹向量(vector)這個在物理、工程等領域非常重要的數學工具,以及如何用它來模擬一些物理現象。
#
python
#
Python
#
PYTHON
9
加入
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
全部
Chapter 0
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
全部類型
免費與付費
最新發佈
最新發佈
ysf
2024/07/16
The Nature of Code閱讀心得與Python實作:1.7 Motion with Vectors
介紹以物件導向的方式,以向量來實作物體運動的模擬程式。
#
python
#
Python
#
PYTHON
6
ysf
2024/07/16
The Nature of Code閱讀心得與Python實作:1.7 Motion with Vectors
介紹以物件導向的方式,以向量來實作物體運動的模擬程式。
#
python
#
Python
#
PYTHON
6
ysf
2024/07/15
The Nature of Code閱讀心得與Python實作:1.8 Acceleration
介紹如何在模擬物體運動時,引入加速度這個物理量。
#
python
#
Python
#
PYTHON
5
ysf
2024/07/15
The Nature of Code閱讀心得與Python實作:1.8 Acceleration
介紹如何在模擬物體運動時,引入加速度這個物理量。
#
python
#
Python
#
PYTHON
5
ysf
2024/07/08
The Nature of Code閱讀心得與Python實作:1.6 Normalizing Vectors
本節介紹向量的正規化。
#
python
#
Python
#
PYTHON
8
ysf
2024/07/08
The Nature of Code閱讀心得與Python實作:1.6 Normalizing Vectors
本節介紹向量的正規化。
#
python
#
Python
#
PYTHON
8
ysf
2024/07/05
The Nature of Code閱讀心得與Python實作:1.5 Vector Magnitude
本節介紹向量長度的計算。
#
python
#
Python
#
PYTHON
25
ysf
2024/07/05
The Nature of Code閱讀心得與Python實作:1.5 Vector Magnitude
本節介紹向量長度的計算。
#
python
#
Python
#
PYTHON
25
ysf
2024/07/01
The Nature of Code閱讀心得與Python實作:1.4 More Vector Math
介紹pygame支援的向量運算,以及向量的減法、乘法、除法實際上是怎麼計算的。
#
python
#
Python
#
PYTHON
9
ysf
2024/07/01
The Nature of Code閱讀心得與Python實作:1.4 More Vector Math
介紹pygame支援的向量運算,以及向量的減法、乘法、除法實際上是怎麼計算的。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/28
The Nature of Code閱讀心得與Python實作:1.3 Vector Addition
介紹向量加法以及pygame向量的應用
#
python
#
PYTHON
#
Python
7
ysf
2024/06/28
The Nature of Code閱讀心得與Python實作:1.3 Vector Addition
介紹向量加法以及pygame向量的應用
#
python
#
PYTHON
#
Python
7
ysf
2024/06/24
The Nature of Code閱讀心得與Python實作:1.2 Vectors in...
這一節談的是向量的定義,以及如何運用向量來建立模擬物體運動時,關於位置和速度間的關係式。
#
python
#
Python
#
PYTHON
7
ysf
2024/06/24
The Nature of Code閱讀心得與Python實作:1.2 Vectors in...
這一節談的是向量的定義,以及如何運用向量來建立模擬物體運動時,關於位置和速度間的關係式。
#
python
#
Python
#
PYTHON
7
ysf
2024/06/20
The Nature of Code閱讀心得與Python實作:1.1 The Point of Vectors
使用向量來處理問題有很多好處,其中一個好處,就是可以減少變數的數量。在這節中,會用一個簡單的例子來介紹,使用向量跟不使用向量,對變數的數量會有什麼樣的影響。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/20
The Nature of Code閱讀心得與Python實作:1.1 The Point of Vectors
使用向量來處理問題有很多好處,其中一個好處,就是可以減少變數的數量。在這節中,會用一個簡單的例子來介紹,使用向量跟不使用向量,對變數的數量會有什麼樣的影響。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/17
The Nature of Code閱讀心得與Python實作:Chap. 1 Vectors
這一章介紹向量(vector)這個在物理、工程等領域非常重要的數學工具,以及如何用它來模擬一些物理現象。
#
python
#
Python
#
PYTHON
9
ysf
2024/06/17
The Nature of Code閱讀心得與Python實作:Chap. 1 Vectors
這一章介紹向量(vector)這個在物理、工程等領域非常重要的數學工具,以及如何用它來模擬一些物理現象。
#
python
#
Python
#
PYTHON
9