weak typing
常見例句
- Primitives now support weak typing, where any data type can be used.
原語現(xiàn)在支持弱類型,可以使用任何數(shù)據(jù)類型。 - Strong versus weak typing depends on how typing models are enforced.
強類型還是弱類型,這取決於如何 實施類型模型。 - Another problem is that C and C++ have very weak typing for integers and don't normally detect problems manipulating them.
另一個問題是 C 和 C++ 對整數(shù)具有非常弱的類型檢查,一般不會檢測操作這些整數(shù)的問題。 - And in fact, under type checking, different languages sometimes fall on a spectrum from weak to strong typing.
實際上,在類型檢查的下麪,不同的語言會對應(yīng)著,從弱到強的一個定型範(fàn)圍。
麻省理工公開課 - 計算機科學(xué)及編程導(dǎo)論課程節(jié)選 返回 weak typing