Long-term plan: 1.GPA>=4.15 2.CET-4/6>=600 3.IELTS>=6.5 4.CPA lately plan: 1.Prepare lessons before class and reviwe timely 2.Insist on learning Engli ...
分类:
其他好文 时间:
2017-10-03 18:59:56
阅读次数:
174
https://www.cs.cmu.edu/afs/cs/project/jair/pub/volume4/kaelbling96a-html/node26.html 【平均-打折奖励】 Schwartz [106] examined the problem of adapting Q-learn ...
分类:
其他好文 时间:
2017-09-30 20:53:09
阅读次数:
164
实数(the real number) The so-called differentiable (可微) functions constitute the main object of study of classical analysis. 1 The Axiom System(公理体系) an ...
分类:
其他好文 时间:
2017-09-21 11:16:34
阅读次数:
132
Frank放出的英语资料下载链接 2017-06-17 Frank英语大咖 好知识供应商 亲,梳理了以下信息给你,希望你能用最短的时间找到你最想要的。 我的微信号:Franktopgear 我的网易云课堂主页: http://study.163.com/u/franknfriends#/center ...
分类:
其他好文 时间:
2017-09-20 22:06:08
阅读次数:
373
课程链接:网易云课堂:http://study.163.com/my#/smarts ->free coursera:https://www.coursera.org/learn/neural-networks-deep-learning?authMode=signup ->need money 大 ...
分类:
Web程序 时间:
2017-09-20 14:31:59
阅读次数:
173
Task Schedule Problem Description Our geometry princess XMM has stoped her study in computational geometry to concentrate on her newly opened factory. ...
分类:
其他好文 时间:
2017-09-12 23:16:28
阅读次数:
195
package com.study.mode; /** * 单例模式:饿汉式. 线程安全。 * @ClassName: SingleBean * @author BlueLake * @date 2012年9月5日 下午8:45:10 */ public class SingleBean { //1... ...
分类:
编程语言 时间:
2017-09-10 17:48:09
阅读次数:
156
1 package com.study.reflect; 2 3 import java.lang.reflect.Constructor; 4 import java.lang.reflect.InvocationTargetException; 5 6 /** 7 * 通过类来反射出构造器。 8... ...
分类:
编程语言 时间:
2017-09-10 17:46:56
阅读次数:
224
1 package com.study.string; 2 3 import java.util.regex.Matcher; 4 import java.util.regex.Pattern; 5 /** 6 * 正则表达式,检查字符串是否匹配 7 * @ClassName: PattenDemo... ...
分类:
编程语言 时间:
2017-09-10 17:43:51
阅读次数:
251
1 package com.study.reflect; 2 3 import java.lang.reflect.InvocationTargetException; 4 import java.lang.reflect.Method; 5 6 import org.omg.Dynamic.Par... ...
分类:
编程语言 时间:
2017-09-10 17:43:44
阅读次数:
181