what's xxxPCAprincipal components analysis is for dimensionality reduction.主要是通过对协方差矩阵Covariance matrix进行特征分解,以得出数据的主成分(即特征向量eigenvector)与它们的权值(即特征值ei...
分类:
其他好文 时间:
2014-07-19 23:23:11
阅读次数:
241
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2031题目大意:进制转换,先变成十进制在进行进制间的转化。 1 #include 2 int main() 3 { 4 int n,m,i,j,f,p; 5 char a[200]; 6 ...
分类:
其他好文 时间:
2014-07-19 23:19:36
阅读次数:
241
eclipse还原默认的面板设计:Window > Reset Perspective> OK1\1、多个Activity之间的关系;2、Intent的基本作用;3、在一个Activity当中启动另一个Activity;4、使用Intent在Activity之间传递数据的基本方法;Intent的基本...
分类:
其他好文 时间:
2014-07-19 23:17:13
阅读次数:
210
准备材料:1.ubuntukylin14,百度进官网自行下载;2.ns-allinone-2.35.tar.gz,百度进官网自行下载;3.虚拟机:vmwareworkstation(可选).4.不推荐windows环境下的cygwin+ns2,忠言。安装过程:(按照虚拟机ubuntu,实体机也一样的...
分类:
其他好文 时间:
2014-07-19 23:16:29
阅读次数:
202
例如这个函数 def fab(max): n, a, b = 0, 0, 1 while n < max: yield b # print b a, b = b, a + b n = n + 1 简单地讲,yield 的...
分类:
编程语言 时间:
2014-07-19 23:15:12
阅读次数:
247
机器学习书籍资料推荐本文为转载,源地址为:http://blog.chinaunix.net/uid-10314004-id-3594337.html机器学习的资料较多,初学者可能会不知道怎样去有效的学习,所以对这方面的资料进行了一个...
分类:
其他好文 时间:
2014-07-19 23:11:51
阅读次数:
283
1.sadd num a b c 向num集合中添加abc三个元素2.srem num b 从num集合中删除b元素3.smembers num 获取num集合中所有的元素4.sismember num c 判断c是否存在num集合中=============================...
分类:
其他好文 时间:
2014-07-19 23:11:15
阅读次数:
311
登录注册首页热门话题最新发布简单模式详细模式dsdt解决睡眠唤醒死机Leave a reply首先,感谢x5115x提供了一个相对比较完整的THINKPAD T410在MAC下的DSDT修改的详细教程!使得很多略有程序代码经验的T410使用者能够自己动手修改DSDT。在x5115x的帖子中,提到了以...
分类:
其他好文 时间:
2014-07-19 23:09:42
阅读次数:
598
https://grapeot.me/easy-and-cheap-cluster-building-on-aws.htmlThu 17 July 2014, byYan Wang|2 CommentsLinuxParallelgithubImageWhy?It often requires a l...
分类:
其他好文 时间:
2014-07-19 23:09:27
阅读次数:
310
previous:[工作记录] Android OpenGL ES 2.0: square texture not supported on some devicerecently I found that it is the mipmap of a non-square texture thatc...
分类:
移动开发 时间:
2014-07-19 23:09:07
阅读次数:
260