ZhangZhihui's Blog  
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 102 下一页

2024年8月13日

摘要: Finite state machines (FSMs) serve as a great example of an important theoretical construction that also turns out to be a useful tool for everyday pr 阅读全文
posted @ 2024-08-13 21:23 ZhangZhihuiAAA 阅读(30) 评论(0) 推荐(0)
 
摘要: A virtual ant lives on an infinite board, divided into square cells. Each cell can be either black or white. For starters, we can consider an empty (a 阅读全文
posted @ 2024-08-13 16:16 ZhangZhihuiAAA 阅读(46) 评论(0) 推荐(0)

2024年8月11日

摘要: >>> bugs = ["bug1", "bug2"] >>> sum(bugs, []) Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: can only concatenate l 阅读全文
posted @ 2024-08-11 19:52 ZhangZhihuiAAA 阅读(13) 评论(0) 推荐(0)

2024年8月9日

摘要: Among the most conspicuous properties of a plant shape are symmetry and self-similarity. In a nutshell, L-systems are based on three foundational idea 阅读全文
posted @ 2024-08-09 16:08 ZhangZhihuiAAA 阅读(38) 评论(0) 推荐(0)

2024年8月7日

摘要: The problem can be formulated as follows. As a participant of a game show, you have to choose one of three doors. Behind one of the doors is a prize, 阅读全文
posted @ 2024-08-07 13:07 ZhangZhihuiAAA 阅读(27) 评论(0) 推荐(0)

2024年8月6日

摘要: 阅读全文
posted @ 2024-08-06 20:01 ZhangZhihuiAAA 阅读(23) 评论(0) 推荐(0)

2024年8月5日

摘要: 阅读全文
posted @ 2024-08-05 16:26 ZhangZhihuiAAA 阅读(16) 评论(0) 推荐(0)
 
摘要: 阅读全文
posted @ 2024-08-05 15:51 ZhangZhihuiAAA 阅读(11) 评论(0) 推荐(0)

2024年8月4日

摘要: import turtle import math from random import uniform from dataclasses import dataclass WIDTH = 1200 HEIGHT = 800 MIN_V = 5 MAX_V = 15 MIN_SIZE_FACTOR 阅读全文
posted @ 2024-08-04 17:35 ZhangZhihuiAAA 阅读(15) 评论(0) 推荐(0)

2024年8月3日

摘要: So p=mv normally but why does ∆p = 2mv when a molecule or something hits a wall and comes back? v is velocity and when using velocity direction matter 阅读全文
posted @ 2024-08-03 16:37 ZhangZhihuiAAA 阅读(17) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 102 下一页