10 2017 档案

摘要:1.5.2 编译 Jdk 1.6以后,不再向下兼容,jdk1.6编译器生成的字节码只能在安装了1.6或高于JRE1.6的java平台环境中运行。 1.6 java反编译 通过JDK提供的反编译器 javap.exe,可以将编译器得到的字节码文件还原为源文件 例:javap Hello.class 2 阅读全文
posted @ 2017-10-23 21:55 江骆 阅读(3821) 评论(0) 推荐(0)
摘要:// TriangleArea.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <stdio.h>#include <math.h>#include <stdlib.h>/ 阅读全文
posted @ 2017-10-19 21:54 江骆 阅读(609) 评论(0) 推荐(0)
摘要:// equation.cpp : Defines the entry point for the console application.//#include <stdio.h>#include <stdlib.h>#include <math.h>#include <float.h> // 定义 阅读全文
posted @ 2017-10-16 21:27 江骆 阅读(875) 评论(0) 推荐(0)