摘要: 1 //我的第一个类2 public class hello3 {4 //函数 ,方法,公共的 静态的 没有返回值的方法,是程序的入口5 public static void main(String[] arg)6 {7 System.out.println(... 阅读全文
posted @ 2015-09-26 11:13 鸿一帆 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 1 //我的第一个类2 public class hello3 {4 //函数 ,方法,公共的 静态的 没有返回值的方法,是程序的入口5 public static void main(String[] arg)6 {7 System.out.println(... 阅读全文
posted @ 2015-09-26 11:10 鸿一帆 阅读(109) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication25{class Program{static void Main(string... 阅读全文
posted @ 2015-08-04 09:48 鸿一帆 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 简介 18世纪德国数理哲学大师莱布尼兹从他的传教士朋友鲍威特寄给他的拉丁文译本《易经》中,读到了八卦的组成结构,惊奇地发现其基本素数(0)(1),即《易经》的阴爻- -和__阳爻,其进位制就是二进制,并认为这是世界上数学进制中最先进的。 20世纪被称作第三次科技革命的重要标志之一的计算机的发明与... 阅读全文
posted @ 2015-07-29 16:25 鸿一帆 阅读(1452) 评论(0) 推荐(0) 编辑