... declaration) 为另外一种类型定义一个同义词:使用"名字=类型"的格式将名字作为该类型的同义词。 算术类型(arithmetic type) 布尔值、字符、整数、浮点数等内置类型。 数组(array)是一种数据结构,存放着一组未命名的对象,可以通过索引来访问这些对象。
基于158个网页-相关网页
... 运算控制系统 computing control system 运算类型 arithmetic type 运算流水线 arithmetic pipeline ...
基于94个网页-相关网页
C++ 中的基本数据型态 (primitive data type) 属于算术型态 (arithmetic type) ,分成四大类 基本数据型态共有九种,如下表 型态类型 关键词 范围 布尔 bool 1 byte 字符 char 1 byte 全文
基于16个网页-相关网页
Arithmetic Type Conversion 算术类型转换
decimal arithmetic data-type 十进算术数据类型
decimal arithmetic data type [计] 十进制运算数据类型
mixed type arithmetic 混合型算数表达式
Such casts are useful when assigning a larger arithmetic type to a smaller type.
当需要将一个较大的算术类型赋值给较小的类型时,使用强制转换非常有用。
Compilers often generate a warning for assignments of a larger arithmetic type to a smaller type.
对于从一个较大的算术类型到一个较小类型的赋值,编译器通常会产生警告。
You can use arithmetic operators within your constant declarations as long as there are no mixed type expressions.
只要没有混合的类型表达式,就可以在常数说明中使用算术运算符。
应用推荐