本文地址:http://www.cnblogs.com/archimedes/p/java-study-note3.html,转载请注明源地址。1、面向对象的程序设计方法概述面向对象的程序设计与结构化程序设计方法相比,更符合人类认识现实世界的思维方式,已成为程序设计的主流方向涉及的主要概念:抽象、封...
分类:
编程语言 时间:
2014-12-08 00:36:37
阅读次数:
263
本文地址:http://www.cnblogs.com/archimedes/p/java-study-note2.html,转载请注明源地址。1.数据类型Java数据类型有:原始数据类型(Primitive Data Types )引用类型(reference type )Java原始数据类型又称...
分类:
编程语言 时间:
2014-12-06 01:25:03
阅读次数:
282
机器学习定义 Machine Learning definitionArthur Samuel (1959). Machine Learning:Field of study that gives computers the ability to learn without being explic...
分类:
其他好文 时间:
2014-12-05 00:25:34
阅读次数:
157
本文地址:http://www.cnblogs.com/archimedes/p/java-study-note1.html,转载请注明源地址。1.Java程序设计语言Java程序设计语言是一种高级语言,它用我们熟悉的字词、句等表述需要计算机为我们做的事情。大多数程序设计语言,都要经过编译或解释以便...
分类:
编程语言 时间:
2014-12-04 06:17:13
阅读次数:
246
Description:
Little Joey invented a scrabble machine that he called Euler, after the great mathematician. In his primary school Joey heard about the nice story of how Euler started the study ab...
分类:
其他好文 时间:
2014-12-03 21:25:03
阅读次数:
165
线程池任务执行结果这一节来探讨下线程池中任务执行的结果以及如何阻塞线程、取消任务等等。1packageinfo.imxylz.study.concurrency.future;23publicclassSleepForResultDemoimplementsRunnable {45staticboo...
分类:
编程语言 时间:
2014-12-03 00:01:56
阅读次数:
584
第一章的主要目的是为了了解一下基本概念,如什么是机器学习、无监督学习、监督学习等等。一、什么是机器学习1、机器学习是一门新的研究领域,主要是指在不需要显示编程情况下,计算机具有学习的能力Field of study that gives computers the ability to learn ...
分类:
其他好文 时间:
2014-12-02 22:12:55
阅读次数:
135
章节:自动化基础篇——AndroidDriver原理初步(第六讲)网易云课堂:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=877116&courseId=712011主要讲解内容及...
分类:
移动开发 时间:
2014-12-01 00:35:41
阅读次数:
246
Course
时间限制:1000 ms | 内存限制:65535 KB
【问题描述】
There is such a policy in Sichuan University that if you are not satisfied with the score of your course, you can study this course again to get a bette...
分类:
其他好文 时间:
2014-11-29 21:43:29
阅读次数:
312
最近我要在公司的一个study group负责AWS的AutoScaling功能的介绍。AWS可以根据instance(虚拟机)的CPU使用量进行scaling。为了做demo,于是就有这样一个需求:让instance上的CPU听我指挥,当然简单的方法就是写一个死循环,让CPU 100%。但如果ma...
分类:
其他好文 时间:
2014-11-29 13:12:26
阅读次数:
267