码迷,mamicode.com
首页 >  
搜索关键字:poj 1061    ( 20310个结果
Sumdiv POJ - 1845 A^b约数之和取模 内部递归 外部分治
Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S modulo 9901 (the rest of the division of S by 9901) ...
分类:其他好文   时间:2019-09-22 14:31:20    阅读次数:121
SpringMVC详细流程(一)
Spring Web MVC是一种基于Java的实现了Web MVC设计模式的请求驱动类型的轻量级Web框架,即使用了MVC架构模式的思想,将web层进行职责解耦,基于请求驱动指的就是使用请求-响应模型,框架的目的就是帮助我们简化开发,Spring Web MVC也是要简化我们日常Web开发的。 与 ...
分类:编程语言   时间:2019-09-22 11:01:35    阅读次数:92
翻转问题 Fliptile POJ - 3279
Farmer John knows that an intellectually satisfied cow is a happy cow who will give more milk. He has arranged a brainy activity for cows in which the ...
分类:其他好文   时间:2019-09-22 01:03:03    阅读次数:109
Crossing River POJ过河问题
A group of N people wishes to go across a river with only one boat, which can at most carry two persons. Therefore some sort of shuttle arrangement mu ...
分类:其他好文   时间:2019-09-21 23:33:05    阅读次数:100
POJ 1661 Help Jimmy
题目链接:http://poj.org/problem?id=1661 分析:类似于最长递增子序列的dp题;坑点:如果下落过程中碰到板,那么必须在改板向左右再下落,不可以穿板,所以找到一次,该方向(左或者右)就不需要再找了 ...
分类:其他好文   时间:2019-09-21 18:53:50    阅读次数:80
POJ1458 Common Subsequence
题目链接:http://poj.org/problem?id=1458 分析:最大公共子序列模板 ...
分类:其他好文   时间:2019-09-21 17:14:50    阅读次数:62
树分治(挑战p360)
poj1741 题:http://poj.org/problem?id=1741 #include<iostream> #include<algorithm> #include<cstdio> #include<cstring> using namespace std; typedef long l ...
分类:其他好文   时间:2019-09-21 15:01:06    阅读次数:90
POJ 3126 Prime Path BFS
题目: Prime Path Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 35295 Accepted: 18998 Description The ministers of the cabinet were quite up ...
分类:其他好文   时间:2019-09-16 09:39:25    阅读次数:128
字符串部分模板总结
KMP kmp处理题型总结 Manacher POJ - 3974 Palindrome (Manacher模板+讲解) 最大最小表示法 HDU-3374 String Problem (最小最大表示法) AC自动机 AC自动机总结 ...
分类:其他好文   时间:2019-09-15 19:00:54    阅读次数:76
poj 1035 字符串匹配
//刚开始傻乎乎的拿字典树写,佛了,就一水题 ...
分类:其他好文   时间:2019-09-15 14:12:08    阅读次数:74
20310条   上一页 1 ... 72 73 74 75 76 ... 2031 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!