码迷,mamicode.com
首页 >  
搜索关键字:notes    ( 1141个结果
KBMMW 4.80.00 发布
一大波更新来了。4.80.00 March 30 2015 Important notes (changes that may break existing code) ====================================================== * Changed ...
分类:其他好文   时间:2015-04-14 12:35:03    阅读次数:161
Stanford机器学习课程笔记1-Linear Regression与Logistic Regression
转载请注明出处: http://xiahouzuoxin.github.io/notes/课程计划Linear Regression与预测问题Locally Weighted Linear RegressionLogistic Regression与分类问题Stanford机器学习课程的主页是: http://cs229.stanford.edu/课程计划主讲人Andrew Ng是机器学习界的大牛...
分类:其他好文   时间:2015-04-09 15:38:07    阅读次数:271
[译]MongoDB 3.0发布说明
原文来自:http://docs.mongodb.org/manual/release-notes/3.0/2015年3月3日MongoDB 3.0现已可供使用。关键新特性包括支持WiredTiger存储引擎,插件化存储引擎API,SCRAM-SHA-1身份验证机制,以及改进的explain功能。M...
分类:数据库   时间:2015-04-09 15:06:57    阅读次数:255
C# 中异常抛出捕获机制--throw / try,catch,finally
try{ messagebox.show("true");}catch{ messagebox.show("false");}finally{ messagebox.show("finally");}notes: 抛出异常用 throw new exception,捕获异常用 try.....
分类:Windows程序   时间:2015-04-07 13:35:13    阅读次数:355
coldfusion数据库操作页面
<html> <body> <p><b>Notes:</b></p> <hr> <ul> <li>Selectthedatabaseyouwanttouse</li> <li>WriteSQLstatementsinthetextbox</li> </ul> <p><b>Decryptalldatasource:</b>..
分类:数据库   时间:2015-04-04 01:21:27    阅读次数:256
qt 多点触摸
http://www.ptrackapp.com/apclassys-notes/embedded-linux-multitouch/Embedded Linux Multitouch with Qt, TUIO, and TSLIBThis tutorial describes how to se...
分类:其他好文   时间:2015-04-02 01:09:44    阅读次数:584
POJ1743---Musical Theme(后缀数组+二分)
Description A musical melody is represented as a sequence of N (1<=N<=20000)notes that are integers in the range 1..88, each representing a key on the piano. It is unfortunate but true that this repre...
分类:编程语言   时间:2015-03-31 18:11:35    阅读次数:154
Shell Notes
查找: find: 实时查找,精确,速度慢,支持正则 find 查找路径 查找标准 查到后处理动作 查找路径默认当前目录,查找标准默认路径下所有文件,动作默认打印到屏幕 匹配标准: -name 'filename' :精确匹配:通配:* ? [] -ina...
分类:系统相关   时间:2015-03-31 06:18:15    阅读次数:197
NOTES ON [Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection Networks]
Efficient and Cost-Effective Hybrid Congestion Control for HPC Interconnection NetworksAbstract—Interconnection networks are key components in high-pe...
分类:Web程序   时间:2015-03-30 10:53:47    阅读次数:153
1141条   上一页 1 ... 87 88 89 90 91 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!