Scheme programs consist of expressions(everything is expressions), which can be: ?Primitive expressions: 2, 3.3, true, +, quotient, ... ?Com...
分类:
其他好文 时间:
2015-07-16 00:39:59
阅读次数:
199
JAVA的面向对象编程
面向对象主要针对面向过程。
面向过程的基本单元是函数。
什么是对象:EVERYTHING IS OBJECT(万物皆对象)
所有的事物都有两个方面:
有什么(属性):用来描述对象。
能够做什么(方法):告诉外界对象有那些功能。
后者以前者为基础。
大的对象的属性也可以是一个对象。
为什么要使用面向对象:
首先,面向对象符合人类看待事物的...
分类:
编程语言 时间:
2015-07-15 08:10:37
阅读次数:
434
http://acm.hdu.edu.cn/showproblem.php?pid=4057
Problem Description
Dr. X is a biologist, who likes rabbits very much and can do everything for them. 2012 is coming, and Dr. X wants to take som...
分类:
其他好文 时间:
2015-07-08 12:56:59
阅读次数:
136
/*css reset code *//**** 文字大小初始化,使1em=10px *****/body {font-size:62.5%;} /* for IE/Win */html>body {font-size:15px;} /* for everything else *//*字体边框等....
分类:
Web程序 时间:
2015-07-07 19:07:49
阅读次数:
177
In the Land of Justice the selling price of everything is fixed all over the country. Nobody can buy a thing and sell it in double price. But, that created problems for the businessmen. They left their...
分类:
其他好文 时间:
2015-07-06 14:20:50
阅读次数:
121
Top of the world 世界之巅Such a feeling’s coming over me 这样的感觉向我靠近There is wonder in most everything I see 仿佛我身边注定隐藏奇迹Not a cloud in the sky, got the sun ...
分类:
其他好文 时间:
2015-07-05 16:22:47
阅读次数:
116
翻译来源:http://phucnguyen.info/blog/everything-you-need-to-know-about-async-meteor/posted inWeb Development onOctober 26, 2014by Phuc NguyenSHAREMeteor是运...
分类:
Web程序 时间:
2015-07-02 23:57:46
阅读次数:
784
来源:http://www.centoscn.com/CentOS/2014/0708/3268.html下载CentOS-7.0-1406的时候,有很多可选则的版本,对于初学者来说,不知道选择哪个好,下面做一下简单介绍:CentOS-7.0-1406 本站下载地址:http://www.cento...
分类:
其他好文 时间:
2015-06-30 23:34:23
阅读次数:
172
在空目录下创建.gitignore文件。 文件内写入如下代码,可以排除空目录下所有文件被跟踪:? # Ignore everything in this directory * # Except this file !.gitignore...
分类:
其他好文 时间:
2015-06-29 20:41:48
阅读次数:
521
问题:Do you remember our children time? When we are children, we are interesting in almost everything around ourselves. A little thing or a simple game ...
分类:
其他好文 时间:
2015-06-29 00:30:58
阅读次数:
139