File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ series = ['software']
5555回溯
5656动态规划
5757滚动数组
58- 快慢指针
59-
58+ 双指针
59+ 模拟: 没有“算法技巧”,就是把现实过程 ** 翻译成代码 ** 的每一步。一步步再现算法的逻辑、状态变化、和中间过程。
6060
6161
6262
Original file line number Diff line number Diff line change @@ -195,11 +195,24 @@ listen = 主动,用心去听
195195| 感叹词 | Interjection | interj. | oh, wow, hey |
196196
197197
198- ### 时态
198+ #### 动词的时态
199199
200- now perfect: still before had past verb
201- past verb
202- past perfect: had past verb
200+
201+ 实际上英语真正常用的时态只有:
202+
203+ 现在 / 过去 / 将来 × 简单 + 进行 + 完成 = 9 种常用。
204+
205+ 简单时: I eat / I ate / I will eat
206+ 进行时: I am eating / I was eating / I will be eating
207+ 完成时: I have eaten / I had eaten / I will have eaten
208+ 这 9 个覆盖 99% 的实际使用场景。
209+
210+
211+ | ⏰ 时间 | 🌱 核心时态(90% 用于日常) | 🌿 常用补充(10%) | 🪶 很少使用(可略) |
212+ | :--------------- | :------------------------------------------- | :------------------------------------------------------------- | :----------------------------------- |
213+ | ** 现在 (Present)** | ✅ 一般现在时 → I eat. <br >✅ 现在进行时 → I am eating.<br >✅ 现在完成时 → I have eaten. | | ⚪ 现在完成进行时 → I have been eating. |
214+ | ** 过去 (Past)** | ✅ 一般过去时 → I ate. | ☑️ 过去完成时 → I had eaten.<br >☑️ 过去进行时 → I was eating. | ⚪ 过去完成进行时 → I had been eating. |
215+ | ** 将来 (Future)** | ✅ 一般将来时 → I will eat. | ☑️ 将来进行时 → I will be eating. <br >☑️ 将来完成时 → I will have eaten. | ⚪ 将来完成进行时 → I will have been eating. |
203216
204217## 句子结构
205218
You can’t perform that action at this time.
0 commit comments