...去计算代码中C++从C继承而来的模块(Blocks),语句(statements), 预处理宏(the preprocessor), 内置数据类型(built-in data types), 数组(arrays) 和指针(pointers)等出现的数量比率来算。
基于1个网页-相关网页
built-in data types 内置的数据类型 ; 内置数据类型
Built-in data types such as integers, characters, and so forth.
内置数据类型,如整型、字符型等。
For the simple built-in data types, Python does a lot of the work for you.
对于简单的内置数据类型,Python替您做了大量的工作。
Most popular programming languages have several built-in data types, and Python is no different in this respect.
大多数流行的编程语言都有多个内置的数据类型,在这一方面Python也一样。
Well basically what we're doing is we're giving ourselves the ability to create data types the same way that we have some built-ins, so we have things like int, float, string, these are built-in data types.
就是要赋值我们自己创建,和内置的数据类型,相同的数据类型的能力,我们有一些内置的数据类型,如int,float,string等,如果你考虑下这些数据类型。
But one of the teaching fellas also passed long to us recently, a little real world example of what happens when you're not mindful of various data types and you're not mindful of the imprecision that's inherent in representing data in a computer, at least using a language like C and low level primitives like floats and even doubles.
最近有个助教告诉我们,一个现实世界中的例子,当你不注意各种各样的数据类型,也不注意在计算机中表示数据时,其内在的不精确性,至少在用像C语言,和float甚至double型数据时,那将会发生什么?
应用推荐