多态:相同类型的变量、调用同一个方法时呈现的多种不同的行为特征。要记住Java程序有编译和运行两个过程。 Human a = new chinese(); 1、编译时类型由声明该变量时使用的类型决定。即Human类型,编译时只能调用该类的方法。 2、运行时类型由实际赋值给该变量的对象决定。即Chin...
分类:
其他好文 时间:
2014-09-23 00:02:03
阅读次数:
344
Zygote.Human.Factors.7.0.Win32_64 2CD SolidWorks人体模型插件人机工程Human solution Ramsis 3821 Standalone车辆设计人机工程总布置工具Human factors for SolidWorks是用于SolidWorks三...
分类:
Windows程序 时间:
2014-09-18 14:38:33
阅读次数:
1315
1. Terms and conditions(法律与条款) 1.1 ?As a developer of applications for the App Store you are bound by the terms of the?Program License Agreement?(PLA), Human Interface Guidelines (HIG), ...
分类:
移动开发 时间:
2014-09-18 13:25:14
阅读次数:
301
1.Human-Computer Interation->HCIhow people interact with technology三个维度:1.user:可以是老人、儿童,一个人、一个团队,等等。2.Task:简单的任务,到复杂的数据分析3.Context:即便用户一样,任务一样,环境不同也可能...
分类:
其他好文 时间:
2014-09-17 13:30:12
阅读次数:
159
类作为一种应用数据类型,和基本数据类型的变量一样。不同类中存在对象与对象之间的类型转问题,对象的类型转换只能在 具有继承关系的 父类对象-----子类对象 之间进行 子类通常比父类拥有更多的域和方法class Human{ // 父类Human的定义 String name; int age; c....
分类:
其他好文 时间:
2014-09-14 17:49:37
阅读次数:
152
System.IO.FileInfo fi = new System.IO.FileInfo(@"D:\site\EKECMS\skin\Grey\default#.html");Response.Write("修改时间:" + fi.LastWriteTime.ToString() + "");R...
分类:
其他好文 时间:
2014-09-13 17:06:55
阅读次数:
209
1、首先创建皮肤,贴图2、在代码中定义public GUISkin变量,在Inspector中赋值3、在OnGUI中调用 GUI.skin = mySkin; GUI.Button(new Rect(10,10,100,100),"",GUI.skin.GetStyle("name"));
分类:
其他好文 时间:
2014-09-11 23:45:02
阅读次数:
254
继承就是为了提高代码的复用率。利用继承,我们可以避免代码的重复。让Woman类继承自Human类,Woman类就自动拥有了Human类中所有public成员的功能。我们用extends关键字表示继承:看代码吧: 1 class Human 2 { 3 /*因为类中显式的声明了一个带参数构造器...
分类:
编程语言 时间:
2014-09-11 20:49:02
阅读次数:
216
转自论坛http://www.ieee.org.cn/dispbbs.asp?BoardID=62&replyID=31567&id=29962&star=1&skin=0作者好像是南大周志华老师 我知道的几个人工智能会议(一流)下面同分的按字母序排列:IJCAI (1+): AI最好的综合性会议,...
分类:
其他好文 时间:
2014-09-11 15:10:52
阅读次数:
224
"I do not object to harsh criticism," said Helen Keller, "so long as I am treated like a human being who has a mind of her own." The Story of My Lif.....
分类:
其他好文 时间:
2014-09-06 22:25:33
阅读次数:
288