题目链接 lueluelue 分析 这鬼题卡了我10发提交,之前做过一道类似的题目:https://rye catcher.github.io/2018/07/09/luogu%E9%A2%98%E8%A7%A3P2860 USACO%E5%86%97%E6%9D%82%E8%B7%AF%E5%BE ...
分类:
其他好文 时间:
2018-10-21 12:07:56
阅读次数:
222
今天的文章来自Jerry的同事,曾经的搭档郑晓霞(Zheng Kate)。郑晓霞是在Jerry心中是一位很有实力的程序媛,2011年从西安某软件公司跳槽到SAP成都研究院。当时,成都研究院的CRM团队刚刚成立,Jerry和郑晓霞都在一个大组。 2012年夏天,我们接到任务,要把SAP Custome ...
分类:
其他好文 时间:
2018-10-20 14:59:02
阅读次数:
272
1.概念学习:是指从某个布尔函数的输入输出训练样例中推断出来该布尔函数。 2.训练集(training set/data)/训练样例(training example):用来进行训练,也就是产生模型或者算法的数据集。 3.测试集(testing set/data)/测试样例(testing exam ...
分类:
其他好文 时间:
2018-10-12 23:38:30
阅读次数:
100
训练集(traning set/data):用来训练,产生模型的算法的数据集 测试集(testing set/data):用来训练,产生模型的算法的数据集):用来专门进行测试已经学习好的模型或者算法的数据集。 特征向量(feature/feature vector):属性集合,通常用一个向量来表示, ...
分类:
其他好文 时间:
2018-10-11 22:40:49
阅读次数:
204
RabbitMQ Performance Testing Tool 介绍:https://www.rabbitmq.com/java-tools.html RabbitMQ Performance Testing Tool 下载:https://github.com/rabbitmq/rabbitm ...
分类:
其他好文 时间:
2018-10-04 09:13:37
阅读次数:
174
Xcode 7.1.1 improves stability and fixes critical issues in interface Builder,debugging,and UI testing.Xcode 7.1 includes Swift2.1 and SDKs for iOS 9. ...
分类:
其他好文 时间:
2018-09-30 18:23:13
阅读次数:
202
RabbitMQ Performance Testing Tool 介绍:https://www.rabbitmq.com/java-tools.html RabbitMQ Performance Testing Tool 下载:https://github.com/rabbitmq/rabbitm ...
分类:
其他好文 时间:
2018-09-30 16:53:15
阅读次数:
950
1 """ 2 A TestRunner for use with the Python unit testing framework. It 3 generates a HTML report to show the result at a glance. 4 5 The simplest way... ...
分类:
编程语言 时间:
2018-09-28 13:46:43
阅读次数:
130
High Availability and PyMongo高可用性和PyMongo************************************PyMongo makes it easy to write highly available applications whether you ...
分类:
其他好文 时间:
2018-09-24 19:34:08
阅读次数:
118
什么是假设检验 假设检验是用来判断样本与样本,样本与总体的差异是由抽样误差引起还是本质差别造成的统计推断方法。其基本原理是先对总体的特征作出某种假设,然后通过抽样研究的统计推理,对此假设应该被拒绝还是接受作出推断。 生物现象的个体差异是客观存在,以致抽样误差不可避免,所以我们不能仅凭个别样本的值来下 ...
分类:
其他好文 时间:
2018-09-21 22:59:47
阅读次数:
241