码迷,mamicode.com
首页 >  
搜索关键字:science    ( 847个结果
[ACM] HDU 5086 Revenge of Segment Tree(全部连续区间的和)
Revenge of Segment Tree Problem Description In computer science, a segment tree is a tree data structure for storing intervals, or segments. It allows ...
分类:其他好文   时间:2017-05-21 20:33:31    阅读次数:255
Unsupervised Learning and Text Mining of Emotion Terms Using R
Unsupervised learning refers to data science approaches that involve learning without a prior knowledge about the classification of sample data. In Wi ...
分类:其他好文   时间:2017-05-19 11:14:01    阅读次数:299
Brief introduction to Cassandra 【Cassandra简介】
From wikipedia https://en.wikipedia.org/wiki/CAP_theorem In theoretical computer science, the CAP theorem, also named Brewer's theorem after computer ...
分类:其他好文   时间:2017-05-17 20:54:27    阅读次数:328
Pandas速查手册中文版
本文翻译自文章: Pandas Cheat Sheet - Python for Data Science ,同时添加了部分注解。 对于数据科学家,无论是数据分析还是数据挖掘来说,Pandas是一个非常重要的Python包。它不仅提供了很多方法,使得数据处理非常简单,同时在数据处理速度上也做了很多优 ...
分类:其他好文   时间:2017-05-16 14:37:27    阅读次数:152
A*算法的理解与简单实现
基本定义 一种寻路算法,特点是:启发式的,效率高,基本思路比较简单。 用途 寻路。在指定的地图上,考虑到地图上的移动代价,找到最优的路径。 核心概念 开表,闭表,估值函数。 开表 开表,记录了当前需要处理的地图上的点。 1什么点会加入开表? 1.1 当一个点是起始点时,可以加入; 1.2 当一个点是 ...
分类:编程语言   时间:2017-05-10 21:21:33    阅读次数:287
poj3974 manacher
Andy the smart computer science student was attending an algorithms class when the professor asked the students a simple question, "Can you propose an ...
分类:其他好文   时间:2017-05-10 14:55:51    阅读次数:231
<转>How to Encourage Your Child's Interest in Science and Tech
How to Encourage Your Child's Interest in Science and Tech This week’s Ask-A-Data-Scientist column is from a parent on how to encourage their child in ...
分类:其他好文   时间:2017-05-09 11:12:28    阅读次数:212
NYOJ-269 VF
VF 时间限制:1000 ms | 内存限制:65535 KB 难度:2 描写叙述 Vasya is the beginning mathematician. He decided to make an important contribution to the science and to bec ...
分类:其他好文   时间:2017-05-08 20:22:46    阅读次数:224
[3 Jun 2015 ~ 9 Jun 2015] Deep Learning in arxiv
arXiv is an e-print service in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance and statistics. There' ...
分类:其他好文   时间:2017-05-07 16:43:26    阅读次数:239
847条   上一页 1 ... 39 40 41 42 43 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!