数学
文章平均质量分 57
triplebee
人狠话不多
展开
-
Codeforces 459C
构造题最多可以是k的d次方的学生不成为朋友循环节的长度以k为倍数翻倍注意long long#include#include#include#include#include#include#include#includeusing namespace std;typedef long long ll;int main(){ ll n,m,d,maxx=1原创 2014-08-21 19:42:03 · 1192 阅读 · 0 评论 -
SVM原理详解
SVM入门(一)至(三)Refresh按:之前的文章重新汇编一下,修改了一些错误和不当的说法,一起复习,然后继续SVM之旅.(一)SVM的简介支持向量机(Support Vector Machine)是Cortes和Vapnik于1995年首先提出的,它在解决小样本、非线性及高维模式识别中表现出许多特有的优势,并能够推广应用到函数拟合等其他机器学习问题中[10]。 支转载 2016-07-25 14:53:31 · 3814 阅读 · 0 评论 -
leetcode 89 Gray Code
The gray code is a binary numeral system where two successive values differ in only one bit. Given a non-negative integer n representing the total number of bits in the code, print the sequence of gray code.原创 2016-09-28 17:14:07 · 1123 阅读 · 0 评论