码迷,mamicode.com
首页 >  
搜索关键字:the systems    ( 1149个结果
实例化Layout中的布局文件(xml)
什么是LayoutInflater This class is used to instantiate layout XML file into its corresponding View objects. 这个类作用是把把xml类型的布局转化成相应的View对象 在实际开发中LayoutInfl ...
分类:其他好文   时间:2016-11-17 13:24:02    阅读次数:154
安装crab
1. crab 介绍: Recommender systems in Python 官网介绍:http://muricoca.github.io/crab/ 2. 安装easy_install (1)下载:https://pypi.python.org/pypi/setuptools#downloa ...
分类:其他好文   时间:2016-11-14 12:12:27    阅读次数:135
Working Set缓存算法(转)
为了加深对缓存算法的理解,特转此篇,又由于本文内容过多,故不做翻译,原文地址Working Set页面置换算法 In the purest form of paging, processes are started up with none of their pages in memory. As ...
分类:编程语言   时间:2016-11-13 19:28:25    阅读次数:248
PLS入门
PLS入门: 1,两篇关键文章 [1] de Jong, S. "SIMPLS: An Alternative Approach to Partial Least Squares Regression." Chemometrics and Intelligent Laboratory Systems... ...
分类:其他好文   时间:2016-11-13 11:19:51    阅读次数:181
机器学习系统设计--1.4
Building Machine Learning Systems with Python ------------------- 代码: https://github.com/Leechen2014/1400OS_01_Codes author 振在远方 ---------------------... ...
分类:其他好文   时间:2016-11-09 22:38:47    阅读次数:218
广播接收者Receiver
思路: 1:需要注册一个广播接收者,registerReceiver()需要两个参数 2:参数一,接收者。新建一个NetworkChanceReceiver内部类,继承于BroadcastReceiver,并重写执行方法onReceive(){方法体中就是接收后要做的事情}; 3.参数二,目的过滤器 ...
分类:其他好文   时间:2016-11-09 19:52:37    阅读次数:193
推荐系统介绍:(协同过滤)—Intro to Recommender Systems: Collaborative Filtering
本文试验前期准备: Sparsity: 6.30% 数据稀疏度:6.3% 分别计算user相似性和item相似性,并输出item相似性矩阵的前4行 预测评分,predict_fast_simple使用NumPy数学函数,计算更块 1 loop, best of 3: 1min 52s per loo ...
分类:其他好文   时间:2016-11-09 11:10:31    阅读次数:498
数据挖掘中易犯的几大错误【转载,侵删】
原文标题为“Top 10 Data Mining Mistakes”,作者是John F. Elder IV, Ph.D.编译:IDMer(数据挖掘者)http://www.salford-systems.com/doc/elder.pdf 按照Elder博士的总结,这10大易犯错误包括: 0. 缺 ...
分类:其他好文   时间:2016-11-08 19:53:30    阅读次数:170
communication ports in DOS systems:
: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7,COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. ...
分类:其他好文   时间:2016-11-06 11:49:45    阅读次数:138
HTTP/1.1 学习
发现对于HTTP协议不能脱口而出,故而怒翻资料,RFC2616 。 在其abstract中是这么说HTTP的,应用层协议,generic、无状态。其特点之一是 the typing and negotiation of data representation, allowing systems to... ...
分类:Web程序   时间:2016-11-06 02:27:05    阅读次数:218
1149条   上一页 1 ... 63 64 65 66 67 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!