2016年12月21日

eclipse中om2m环境配置

摘要: 步骤一:下载 Eclipse Kepler(https://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/keplersr2) 步骤二:Click Window -> Preferences -> maven -> 阅读全文

posted @ 2016-12-21 01:07 xcshehe 阅读(608) 评论(0) 推荐(0) 编辑

2016年12月20日

JAVA GA(3)

摘要: 第1題題目:Which one statement is true? (A) Has-a relationships should never be encapsulated.(封装) (B) An array or a collection can be used to implement a o 阅读全文

posted @ 2016-12-20 21:10 xcshehe 阅读(164) 评论(0) 推荐(0) 编辑

JAVA GA(2)

摘要: 第5題題目:11. class A{String write(){return "Nothing";}}12.class B extends A{String write(){return "Chinese";}}13.class C extends A{String write(){return  阅读全文

posted @ 2016-12-20 20:35 xcshehe 阅读(154) 评论(0) 推荐(0) 编辑

JAVA GA(1)

摘要: 第4題題目:11.class Parent{ 12. String Name(){return "ppp";} 13.} 14.public class Son extends Parent{ 15. String Name(String name){return name;} 16. public 阅读全文

posted @ 2016-12-20 20:09 xcshehe 阅读(252) 评论(0) 推荐(0) 编辑

2016年12月15日

java前测题

摘要: 第1題 class Atom { Atom() { System.out.print("atom "); }}class Rock extends Atom { Rock(String type) { System.out.print(type); }}public class Mountain e 阅读全文

posted @ 2016-12-15 16:18 xcshehe 阅读(590) 评论(0) 推荐(0) 编辑

2016年11月26日

python-[panda]-[sklearn]-[matplotlib]-线性预测

摘要: 文章: http://python.jobbole.com/81215/ python的函数库好强大!看完这篇博再也不会用matlab了~~ 这篇文章使用【panda】读取csv的数据,使用【sklearn】中的linear_model训练模型并进行线性预测,使用【matplotlib】将拟合的情况 阅读全文

posted @ 2016-11-26 15:10 xcshehe 阅读(1265) 评论(0) 推荐(0) 编辑

2016年11月11日

Chapter01 Introduction

摘要: 第一阶段: 1、使用机器语言:能直接控制处理器的二进制指令序列 2、程序员认为机器的时间比自己的时间更宝贵 3、在细节上描述程序很枯燥 需要不容易出错的记法形式 第二阶段: 1、使用汇编语言:采用容易记忆的缩写形式描述计算机操作 2、助记符号与机器指令之间一一对应 3、使用叫汇编器的系统程序将助记形 阅读全文

posted @ 2016-11-11 19:56 xcshehe 阅读(174) 评论(0) 推荐(0) 编辑

2016年11月1日

Chapter03 通讯和存储装置——相关概念

摘要: 概念 1、SIM卡:Subscriber Identity Moudle(用户身份识别模块) 并不是单纯的数据存储器 包含:CPU ROM RAM EEPROM I/O电路 用户使用SIM卡,实际上是手机向SIM卡发送命令,SIM卡根据标准规范来执行或拒绝。 2、SD卡:secure digital 阅读全文

posted @ 2016-11-01 20:39 xcshehe 阅读(197) 评论(0) 推荐(0) 编辑

导航