摘要: package dududu;public class DDdd { public static void main(String[] args) { // TODO 自动生成的方法存根 //数组 int[] a = new int[3]; ... 阅读全文
posted @ 2015-12-05 08:40 刘某人丶 阅读(88) 评论(0) 推荐(0) 编辑
摘要: package lianxi;public class Lingxing { public static void main(String[] args) { int m = 10; for (int i = 1; i = i; j--) { ... 阅读全文
posted @ 2015-12-05 08:32 刘某人丶 阅读(148) 评论(0) 推荐(0) 编辑
摘要: public class fangcheng { public static void main(String[] args) { int a = 10, b = 20, c = 30; if (a == 0) { System.out.pri... 阅读全文
posted @ 2015-12-04 08:41 刘某人丶 阅读(128) 评论(0) 推荐(0) 编辑
摘要: package dududu;public class DDDddd { public static void main(String[] args) { // TODO 自动生成的方法存根 for(int i=1;i0;j--){ Syste... 阅读全文
posted @ 2015-12-04 08:39 刘某人丶 阅读(128) 评论(0) 推荐(0) 编辑
摘要: package lianxi;public class lianxi { public static void main(String[] args) { // TODO 自动生成的方法存根 //角的度数 ... 阅读全文
posted @ 2015-12-04 08:31 刘某人丶 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package yanxi;public class yanxi { public static void main(String[] args) { //循环 int i = 10; while(i >... 阅读全文
posted @ 2015-12-04 08:29 刘某人丶 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 阶乘是基斯顿·卡曼(Christian Kramp,1760~1826)于 1808 年发明的运算符号,是数学术语。 一个正整数的阶乘(英语:factorial)是所有小于及等于该数的正整数的积,并且有0的阶乘为1。自然数n的阶乘写作n!。1808年,基斯顿·卡曼引进这个表示法。亦即n!=1×2×3... 阅读全文
posted @ 2015-12-04 08:26 刘某人丶 阅读(782) 评论(0) 推荐(0) 编辑
摘要: public class hello { /** * * * * * @param args */ public static void main(String[] args) { String _$... 阅读全文
posted @ 2015-11-30 23:30 刘某人丶 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2015-11-30 23:27 刘某人丶 阅读(119) 评论(0) 推荐(0) 编辑
摘要: UTF-8(8-bit Unicode Transformation Format)是一种针对Unicode的可变长度字符编码,又称万国码。由Ken Thompson于1992年创建。现在已经标准化为RFC 3629。UTF-8用1到6个字节编码UNICODE字符。用在网页上可以同一页面显示中文简体... 阅读全文
posted @ 2015-11-30 23:24 刘某人丶 阅读(271) 评论(0) 推荐(0) 编辑