2.7 对象抽象 #112
Replies: 5 comments 5 replies
-
第二章翻译也太不用心了吧...第一章光靠翻译还能读的下去,第二章光看翻译就完全读不下去而必须对照英文原文了....而且还有许多错别字... |
Beta Was this translation helpful? Give feedback.
-
搜泛型搜到这一节,没看懂,失意地去看了typescript的泛型讲解,感觉好了一点 |
Beta Was this translation helpful? Give feedback.
-
接口的概念还是不太懂,有没有大神解释一下 |
Beta Was this translation helpful? Give feedback.
-
2.7.3节这段话中第三句:“Complex类存储了...”原文是“ComplexRI class stores...”,应为“ComplexRI类存储了...”: Python 有一种简单的计算属性的特性,可以通过零参数函数实时的计算属性。@Property 修饰符允许函数在没有调用表达式语法(表达式后跟随圆括号)的情况下被调用。Complex 类存储了 real 和 imag 属性并在需要时计算 magnitude 和 angle 属性。 |
Beta Was this translation helpful? Give feedback.
-
这一节后两部分看的似懂非懂的 和第一章高阶函数那里一毛一样的 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
2.7 对象抽象
SICP Python 中文翻译
https://composingprograms.netlify.app/2/7
Beta Was this translation helpful? Give feedback.
All reactions