码迷,mamicode.com
首页 >  
搜索关键字:hnu    ( 157个结果
HNU Joke with permutation (深搜dfs)
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=13341&courseid=0JokewithpermutationTime Limit: 3000ms, Special Time Limit:7500ms, Memory Li...
分类:其他好文   时间:2015-08-02 11:35:37    阅读次数:144
贪心 --- HNU 13320 Please, go first
Please, go first Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13320 Mean:n个人一起去滑雪,要坐电梯到山顶,电梯每5分钟可以送一个人上去。这n个人中有的是组好团一起...
分类:其他好文   时间:2015-07-26 23:59:01    阅读次数:361
DFS --- HNU 13307 Galaxy collision
Galaxy collision Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13307&courseid=0 Mean:给定二维坐标平面内的n个整数点,让你把这n个点划分为两个集合,同一集...
分类:其他好文   时间:2015-07-26 12:25:05    阅读次数:127
HNU13303 Counting substhreengs(递推)
题目:http://acm.hnu.cn/online/?action=problem&type=show&id=13303&courseid=0 题意:给你一个字符串,由数字和其他字符组成,问有多少个子串,使得子串里面的数字和为3的整数倍(子串必须连续,而且里面不能有其他字符)。 分析:开3个数组,dp0[i],dp1[i],dp2[i]。dp0[i]表示从字符串的最后一个位置到位置i有多少...
分类:其他好文   时间:2015-07-26 11:13:47    阅读次数:141
HNU 13308 Help cupid
Help cupid Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13308&courseid=0 Mean:地球被划分为24个时区(-11~23),现在给出n个人的时区,将这n个人两两配对...
分类:其他好文   时间:2015-07-26 09:43:54    阅读次数:101
选导师啦
#汇总资料 #陈浩 - [http://yz.hnu.cn/index.php?option=com_content&task=view&id=2390](http://yz.hnu.cn/index.php?option=com_content&task=view&id=2390) - 研究领域: 1. 并行分布式系统 2. 网络安全和信息...
分类:其他好文   时间:2015-05-12 13:49:43    阅读次数:1139
HNU Number Guessing
描述 Number Guessing is a computer game. First, the computer chooses four different digits, you need to guess these four digits in the fewest times,for each guess, the computer will show a judgement ...
分类:其他好文   时间:2015-05-05 08:54:17    阅读次数:139
【转】赞一下huicpc035
以下转自:http://hi.baidu.com/fpkelejggfbfimd/item/99421eaefa93a814a9cfb722本来以为HNU的huicpc035和我一样退役了,后来听说他组成了新的footman队,于是又关注了下他。035体现了两个我觉得非常重要的品质:1、刻苦的训练2...
分类:其他好文   时间:2015-04-15 13:10:06    阅读次数:194
HNU 13108 Just Another Knapsack Problem ac自动机上的dp
给定一个母串。给出n个子串和子串对应的价值用下面的n个子串拼出母串,则得到的价值为子串价值和拼接时不能有重叠遗漏(即母串的每个位置恰好被覆盖一次)在ac自动机上找的时候搞一个dp数组就好了[cpp] view plaincopy#include#include#include#include#inc...
分类:其他好文   时间:2014-12-07 06:28:24    阅读次数:214
HNU 13108 Just Another Knapsack Problem DP + Trie树优化
题意: 给你一个文本串,和一些模式串,每个模式串都有一个价值,让你选一些模式串来组成文本串,使获得的价值最大。每个模式串不止能用一次。思路: 多重背包,枚举文本串的每个位置和模式串,把该模式串拼接在当前位置,看下一个位置是否能得到更优值。但是,存在很多模式串不能拼在当前位置的,无效状态。所以可以.....
分类:其他好文   时间:2014-12-01 19:00:36    阅读次数:228
157条   上一页 1 ... 9 10 11 12 13 ... 16 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!