-
1592654数学常量-gvim中文用户手册(最新版)下载
资源介绍
static double pi = 3.141592654;//数学常量
static short s1;
static int i1;
static long l1;
static char ch1;
static float f1;
static double d1;
static boolean b1;
public static void main(String args[])
{