It always seems impossible until it's done. 在事情未完成之前,一切都看似不可能。 When I was young, once I had to lift a bag of vegetables up to the truck, it seemed too ...
分类:
其他好文 时间:
2016-08-27 00:20:47
阅读次数:
171
今日要点: 关联映射 多对一(Employee - Department) 一对多(Department - Employee) 一对一(Person - IdCard) 多对多(teachet - student) 组件映射(User - Name) 集合映射(set,list,map,bag) ...
分类:
Web程序 时间:
2016-08-24 00:56:29
阅读次数:
277
BOW (bag of words) 模型简介 Bag of words模型最初被用在文本分类中,将文档表示成特征矢量。它的基本思想是假定对于一个文本,忽略其词序和语法、句法,仅仅将其看做是一些词汇的集合,而文本中的每个词汇都是独立的。简单说就是讲每篇文档都看成一个袋子(因为里面装的都是词汇,所以称 ...
分类:
其他好文 时间:
2016-08-18 06:23:37
阅读次数:
181
DescriptionDuring the kindergarten days, flymouse was the monitor of his class. Occasionally the head-teacher brought the kids of flymouse’s class a large bag of candies and had flymouse distribute the...
分类:
其他好文 时间:
2016-08-13 12:56:38
阅读次数:
156
#include<cstdio>#include<iostream>#include<string.h>using namespace std;struct node{ int money; double p;}bag[101];double maxx(double x,double y){ if( ...
分类:
其他好文 时间:
2016-08-01 10:24:20
阅读次数:
173
Time Limit:1000MS Memory Limit:262144KB 64bit IO Format:%I64d & %I64u Description While Mike was walking in the subway, all the stuff in his back-bag ...
分类:
其他好文 时间:
2016-07-30 11:46:28
阅读次数:
170
E. Alice, Bob, Oranges and Apples E. Alice, Bob, Oranges and Apples Alice and Bob decided to eat some fruit. In the kitchen they found a large bag of ...
分类:
移动开发 时间:
2016-07-12 22:57:29
阅读次数:
285
我第一次读技术书籍写读后感,别有一番情趣。 因为确实是欠缺不少计算机类的知识和概念,所以学起来自然有点像读大学的样子。可这不都是事儿,我又近了一步呢。 刚刚读到背包(Bag)、队列(Queue)、栈(Stack)的时候,顿时豁然开朗,感觉原来这么简单的数据类型,竟然可以做这么多事情。 原来从来没想过 ...
分类:
编程语言 时间:
2016-07-01 22:51:05
阅读次数:
187
1050 - Marbles PDF (English) Statistics ForumTime Limit: 2 second(s) Memory Limit: 32 MBYour friend Jim has challenged you to a game. He has a bag con ...
分类:
其他好文 时间:
2016-06-07 01:21:47
阅读次数:
303
聚类概念: 聚类:简单地说就是把相似的东西分到一组。同 Classification (分类)不同,分类应属于监督学习。而在聚类的时候,我们并不关心某一类是什么,我们需要实现的目标只是把相似的东西聚到一起,因此,一个聚类算法通常只需要知道如何计算相似 度就可以开始工作了。聚类不需要使用训练数据进行学 ...
分类:
编程语言 时间:
2016-06-01 06:45:11
阅读次数:
243