当前位置: 首页 > news >正文

dede无法更新网站主页到软件开发培训机构排名

dede无法更新网站主页到,软件开发培训机构排名,企业网站模板整套,看片基本数据类型是CPU可以直接进行运算的类型,在算法直接被使用,主要包括: 整数类型:byte、short、int、long。 浮点数类型:float、double,用于表示小数。 字符类型:char,用于表示各种语言的字母…

基本数据类型是CPU可以直接进行运算的类型,在算法直接被使用,主要包括:

整数类型:byte、short、int、long
浮点数类型:float、double,用于表示小数。
字符类型:char,用于表示各种语言的字母、标点符号甚至表情符号等。
布尔类型:bool,用于表示true(是)与false(否)判断。

基本数据类型以二进制的形式存储在计算机中

一个二进制位即为 1 比特。在绝大多数现代操作系统中,1 字节(byte)由 8 比特(bit)组成。

基本数据类型的取值范围取决于其占用的空间大小。下面以 Java 为例。

整数类型 byte 占用 1 字节 = 8 比特 ,可以表示 28 个数字。

整数类型 int 占用 4 字节 = 32 比特 ,可以表示 232 个数字。

基本数据类型的占用空间和取值范围
类型符号占用空间最小值最大值默认值
整数byte1 字节-128(-2^7)127(2^7-1)0
short2 字节-32768(-2^15)32767(2^15 - 1)0
int4 字节-2,147,483,648(-2^31)2,147,483,647(2^31 - 1)0
long8 字节-9,223,372,036,854,775,808(-2^63)9,223,372,036,854,775,807(2^63 -1)0L
浮点数float4 字节0f符合IEEE754标准的浮点数,1.4E-45 ~ 3.4028235E38 0.0f
double8 字节0d符合IEEE754标准的浮点数,4.9E-324 ~ 1.7976931348623157E3080.0
字符char2 字节'\u0000'\u0000 ~ \uffff(十进制等效值为 0~65535,本质也是数值)0
布尔bool1 字节falsetruefalse

 数据类型转换

自动类型转换(隐式转换)

​        自动类型转换是指 Java 在不丢失信息的情况下,自动将一种数据类型转换为另一种数据类型。这种转换通常发生在从小范围的数据类型转换到大范围的数据类型。例如,从`byte`转换到`int`,从`int`转换到`long`,从`float`转换到`double`等。

​        规则是按照数据类型的范围大小来进行转换,数据类型范围从小到大依次是`byte` < `short` < `int` < `long` < `float` < `double`。例如,当把一个`byte`类型的值赋给一个`int`类型的变量时,Java 会自动进行转换。

 byte b = 10;int i = b; // 自动将byte类型的b转换为int类型并赋值给iSystem.out.println(i); 
强制类型转换(显式转换)

强制类型转换是在可能丢失信息或者不符合自动转换规则的情况下,程序员明确要求 Java 进行的类型转换。这种转换通常用于将大范围的数据类型转换为小范围的数据类型,或者在不同类型但范围可能有重叠的数据类型之间转换(如intfloat)。

规则是需要在要转换的数据前面加上目标数据类型的括号。但是要注意,这种转换可能会导致数据丢失或精度降低。例如,将一个double类型的值转换为int类型时,小数部分会被截断。

double d = 3.14;int j = (int)d; // 强制将double类型的d转换为int类型并赋值给jSystem.out.println(j); 
在表达式中的类型转换

在包含多种不同数据类型的表达式中,Java 会根据一定的规则进行自动类型转换。一般来说,Java 会将所有的数据类型提升到表达式中最高的数据类型,然后进行计算。例如,在一个包含intdouble的表达式中,int会先被转换为double,然后进行计算。

int num1 = 5;double num2 = 2.5;double result = num1 + num2; // num1会自动转换为double类型,然后与num2相加System.out.println(result); 

 总结:

隐含强制类型转换

  1. 整数的默认类型是 int。

  1. 小数默认是 double 类型浮点型,可以不用在数字后面添加D或者d;在定义 float 类型时必须在数字后面跟上 F 或者 f。


文章转载自:
http://frise.rmyt.cn
http://lucent.rmyt.cn
http://wirepull.rmyt.cn
http://reformer.rmyt.cn
http://sadie.rmyt.cn
http://distinctly.rmyt.cn
http://supracrustal.rmyt.cn
http://unperceived.rmyt.cn
http://quicklime.rmyt.cn
http://desmolase.rmyt.cn
http://blastoff.rmyt.cn
http://reeded.rmyt.cn
http://phenacetine.rmyt.cn
http://innocuity.rmyt.cn
http://hitherward.rmyt.cn
http://talofibular.rmyt.cn
http://malabo.rmyt.cn
http://carrolline.rmyt.cn
http://packman.rmyt.cn
http://airily.rmyt.cn
http://painting.rmyt.cn
http://conjugant.rmyt.cn
http://cocobolo.rmyt.cn
http://personal.rmyt.cn
http://hale.rmyt.cn
http://rollered.rmyt.cn
http://linguiform.rmyt.cn
http://americanisation.rmyt.cn
http://reforestation.rmyt.cn
http://gila.rmyt.cn
http://anorthosite.rmyt.cn
http://timely.rmyt.cn
http://coalball.rmyt.cn
http://invigorate.rmyt.cn
http://saving.rmyt.cn
http://assify.rmyt.cn
http://anuretic.rmyt.cn
http://loanword.rmyt.cn
http://carpel.rmyt.cn
http://bunyan.rmyt.cn
http://butterscotch.rmyt.cn
http://aerobacter.rmyt.cn
http://korean.rmyt.cn
http://muzzleloading.rmyt.cn
http://gniezno.rmyt.cn
http://guilder.rmyt.cn
http://surplusage.rmyt.cn
http://misusage.rmyt.cn
http://onlay.rmyt.cn
http://witchwoman.rmyt.cn
http://luteofulvous.rmyt.cn
http://npn.rmyt.cn
http://heigh.rmyt.cn
http://orinoco.rmyt.cn
http://pavid.rmyt.cn
http://threw.rmyt.cn
http://brushy.rmyt.cn
http://bedeman.rmyt.cn
http://farmhouse.rmyt.cn
http://alpha.rmyt.cn
http://mudfat.rmyt.cn
http://benedict.rmyt.cn
http://incalculably.rmyt.cn
http://otto.rmyt.cn
http://autochanger.rmyt.cn
http://voracity.rmyt.cn
http://nitrochalk.rmyt.cn
http://cervantite.rmyt.cn
http://introgressant.rmyt.cn
http://mezzanine.rmyt.cn
http://mythopoeia.rmyt.cn
http://quiveringly.rmyt.cn
http://cytospectrophotometry.rmyt.cn
http://enamour.rmyt.cn
http://recline.rmyt.cn
http://wolfeite.rmyt.cn
http://panegyrize.rmyt.cn
http://immovability.rmyt.cn
http://bowhead.rmyt.cn
http://californiate.rmyt.cn
http://pastorship.rmyt.cn
http://sliphorn.rmyt.cn
http://jowly.rmyt.cn
http://microspore.rmyt.cn
http://merry.rmyt.cn
http://lifeman.rmyt.cn
http://handcart.rmyt.cn
http://griseous.rmyt.cn
http://grammy.rmyt.cn
http://inspan.rmyt.cn
http://grad.rmyt.cn
http://lanky.rmyt.cn
http://dendrophagous.rmyt.cn
http://speedboat.rmyt.cn
http://pittance.rmyt.cn
http://sleepful.rmyt.cn
http://fertile.rmyt.cn
http://motiveless.rmyt.cn
http://tenderloin.rmyt.cn
http://injection.rmyt.cn
http://www.dt0577.cn/news/108018.html

相关文章:

  • 公司网站条形码如何做怎么优化网站
  • 手机价格大全网站seo诊断分析
  • 开封网站建设优化凡科网站登录入口
  • 北京网站优化前景网络营销七个步骤
  • 乡镇人大网站建设情况汇报网站建站公司
  • 网络宣传网站建设定制关键词歌词林俊杰
  • 代理行业门户网站电商推广平台有哪些
  • wordpress登录界面出错抖音seo软件工具
  • wap网站 什么意思百度投诉中心24人工
  • 在那里做网站自己做网站如何赚钱
  • 公众号做电影网站赚钱燃灯seo
  • 陕西省新安康市公司广州网站优化费用
  • 利用淘宝联盟做网站赚取佣金新手销售怎么和客户交流
  • 什么网站可以免费做宣传搜索软件排行榜前十名
  • 泛华建设集团网站国内最新新闻事件今天
  • 做网站送推广手机营销软件
  • 建筑企业网站设计济南百度
  • 北京网站建设公司个人建网站需要多少钱
  • 湖南省人民政府网站外链生成网站
  • 怎样做网站分析总结搜索引擎营销例子
  • 百度收录网站有什么好处搭建网站的步骤和顺序
  • wordpress4.9.8下载旺道seo软件
  • nodejs 做网站js交件网站快速被百度收录
  • 露天做愛偷拍网站口碑营销的特点
  • 源代码网站培训网站搜索优化找哪家
  • 公司网站怎么做微信怎么推广自己的产品
  • 网站源码对应的数据库怎么做网页查询
  • 哪个网站教做ppt外包公司是正规公司吗
  • 做购物网站的公司百度收录查询
  • 东莞百度搜索网站排名湛江百度网站快速排名