码迷,mamicode.com
首页 >  
搜索关键字:ural 1809    ( 1009个结果
HDU 1520 Anniversary party(DFS或树形DP)
Problem Description There is going to be a party to celebrate the 80-th Anniversary of the Ural State University. The University has a hierarchical st ...
分类:其他好文   时间:2017-06-03 17:20:58    阅读次数:136
(笔记)斯坦福机器学习第四讲--牛顿法
本讲内容 1. Newton's method(牛顿法) 2. Exponential Family(指数簇) 3. Generalized Linear Models(GLMs)(广义线性模型) 1.牛顿法 假如有函数, 寻找使得 牛顿法的步骤如下: (1) initialize as some ...
分类:其他好文   时间:2017-06-02 11:37:11    阅读次数:377
URAL 1822. Hugo II's War 树的结构+二分
1822. Hugo II's War Time limit: 0.5 second Memory limit: 64 MB The glorious King Hugo II has declared a war—a war that is holy, victorious, almost blo ...
分类:其他好文   时间:2017-05-31 10:14:37    阅读次数:138
URAL 1513. Lemon Tale(简单的递推)
写几组数据就会发现规律了啊。。但是我是竖着看的。。。还找了半天啊、、、 只是要用高精度来写,水题啊。就当熟悉一下java了啊。 num[i] = 2*num[i-1]-num[i-2-k]。 1513. Lemon Tale Time limit: 1.0 second Memory limit: ...
分类:其他好文   时间:2017-05-30 16:23:31    阅读次数:280
Ural 1903 Unidentified Ships 组合数 + 乘法逆元
一開始题意没读懂。英语是硬伤,事实上是这道题目真的有点饶人,后来补题,看懂了意思。从n个数中挑出t个,然后第k个必需要在,挑出的t个数要排序成不下降的顺序,然后 原本那个第k个数在这个跳出的t个数其中要在第x的位置 分析:直接找出比第k个数小的数的个数,还有比第k个数大的数的个数,当然啦还有可能存在 ...
分类:其他好文   时间:2017-05-29 13:36:17    阅读次数:171
URAL 1306-Sequence Median(堆)
1306. Sequence Median Time limit: 1.0 second Memory limit: 1 MB Language limit: C, C++, Pascal Given a sequence of N nonnegative integers. Let's defin ...
分类:其他好文   时间:2017-05-29 10:02:54    阅读次数:185
URAL 1528 Sequence
SequenceCrawling in process... Crawling failed Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice URAL 1528 D ...
分类:其他好文   时间:2017-05-27 15:25:08    阅读次数:231
URAL 1601. AntiCAPS (strings)
1601. AntiCAPS Time limit: 0.5 second Memory limit: 64 MB The blonde Angela has a new whim: internet chats. Of course, as any blonde, shewrites her me ...
分类:其他好文   时间:2017-05-26 14:39:02    阅读次数:156
Ural 2040 Palindromes and Super Abilities 2
题目太坑,发一波纪念一下 ...
分类:其他好文   时间:2017-05-26 13:25:53    阅读次数:144
重磅福利!!机器学习和深度学习学习资料合集
比較全面的收集了机器学习的介绍文章,从感知机、神经网络、决策树、SVM、Adaboost到随机森林、Deep Learning。 《机器学习经典论文/survey合集》 介绍:看题目你已经知道了是什么内容,没错。里面有非常多经典的机器学习论文值得细致与重复的阅读。 《Brief History of ...
分类:其他好文   时间:2017-05-24 16:09:10    阅读次数:316
1009条   上一页 1 ... 29 30 31 32 33 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!