码迷,mamicode.com
首页 >  
搜索关键字:research    ( 738个结果
Brief introduction to Scala and Breeze for statistical computing
Brief introduction to Scala and Breeze for statistical computing时间2013-12-31 03:17:19Darren Wilkinson's research blog原文http://darrenjw.wordpress.com/2...
分类:其他好文   时间:2015-08-30 23:00:58    阅读次数:343
HDU 1165 Eddy's research II(递推)
坑了我好久,乍看很简单,记忆化搜索结果爆栈,然后改成递推之后WA 。 后来发现,是在计算m=3的数据时出现了错误,因为当m=3时,即使n很小,结果也会很大,所以无法利用m=2时的结果递推,要怎么办呢?  将m=2的结果打印出来可以发现这是一个等差数列,通项为S(n) = 2*n + 3; 这有什么用呢? 我们可以发现,当 m=3时由递推式可以写成A(m,n) = A(2,A(m,n-1)) = ...
分类:其他好文   时间:2015-08-30 11:22:07    阅读次数:168
2015影响因子Excel版
现在终于有影响因子2015的Excel版了,这个版本除了还包括杂志全称和缩写等基本信息还,包括中科院分区, 应该是迄今2015影响因子最奢华的版本了吧。 看了这个版本,发现中国的SCI杂志还是不少的,有168个杂志,最高的影响因子都有12.413,为CELL RESEARCH,超过5分以上的还都有5...
分类:其他好文   时间:2015-08-29 23:02:03    阅读次数:208
国内UED收录
原文:http://www.cnblogs.com/moyuling/p/4760416.html腾讯腾讯CDChttp://cdc.tencent.com/CDC(Customer Research & User Experience Design Center)腾讯用户研究与体验设计中心腾讯IS...
分类:其他好文   时间:2015-08-27 22:53:01    阅读次数:233
无需看到你的脸就能认出你——实现Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues
今年年初Facebook AI Research发布了一篇名为Beyond Frontal Faces: Improving Person Recognition Using Multiple Cues的人物识别的文章。正好公司mentor想搞一个类似的东西看看能不能做一个智能相册出来(有点像iph...
分类:其他好文   时间:2015-08-27 20:45:24    阅读次数:197
国内UED收录
腾讯腾讯CDC http://cdc.tencent.com/ CDC(Customer Research & User Experience Design Center)腾讯用户研究与体验设计中心腾讯ISD http://isd.tencent.com/腾讯UED http://ued.qq.co...
分类:其他好文   时间:2015-08-26 15:28:14    阅读次数:217
Blue Jeans
Description The Genographic Project is a research partnership between IBM and The National Geographic Society that is analyzing DNA from hundreds of thousands of contributors to map how the Earth was...
分类:其他好文   时间:2015-08-25 12:06:01    阅读次数:163
uva 10837 - A Research Problem(欧拉功能+暴力)
题目链接:uva 10837 - A Research Problem题目大意:给定一个phin。要求一个最小的n。欧拉函数n等于phin解题思路:欧拉函数性质有,p为素数的话有phip=p?1;假设p和q互质的话有phip?q=phip?phiq然后依据这种性质,n=pk11(p1?1)?pk22...
分类:其他好文   时间:2015-08-20 15:04:25    阅读次数:126
URAL 题目1553. Caves and Tunnels(Link Cut Tree 修改点权,求两点之间最大)
1553. Caves and Tunnels Time limit: 3.0 second Memory limit: 64 MB After landing on Mars surface, scientists found a strange system of caves connected by tunnels. So they began to research...
分类:其他好文   时间:2015-08-19 11:15:07    阅读次数:255
Eddy's research I
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7687    Accepted Submission(s): 4674 Problem Description Eddy's interest is very exten...
分类:其他好文   时间:2015-08-18 16:23:20    阅读次数:112
738条   上一页 1 ... 49 50 51 52 53 ... 74 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!