风中流沙

文章
9
资源
0
加入时间
3年1月15天

linux 6安装oracle 12c系统需求

Oracle Linux 6 / RHEL 6系统版本Oracle Linux 6 with the Unbreakable Enterprise kernel:2.6.39-200.24.1.el6uek.x86_64 or laterOracle Linux 6 with the Red Hat Compatible kernel: 2.6.32-71.el6.x86_64 orlaterR

C语言小白——变量和常量

@[TOC]C语言自学——数据的表现形式及其运算#一.变量和常量1.常量:在程序运行过程中,其值不能被改变的量成为常量。<1>.整型常量100, 0.1, 0, -234等都是整型常量。<2>.实型常量①十进制小数形式,由数字和小数点组成。如:123.123, 0.323, -56, 13.0等。②指数形式,如12.34e3(代表12.3410