码迷,mamicode.com
首页 >  
搜索关键字:poj 3469    ( 20310个结果
poj 2420 A Star not a Tree? —— 模拟退火
题目:http://poj.org/problem?id=2420 给出 n 个点的坐标,求费马点; 模拟退火上。 代码如下: ...
分类:其他好文   时间:2018-10-30 17:18:31    阅读次数:118
18.10.29 POJ 3691 DNA repair(AC自动机+dp)
描述 Biologists finally invent techniques of repairing DNA that contains segments causing kinds of inherited diseases. For the sake of simplicity, a DNA ...
分类:其他好文   时间:2018-10-30 00:28:29    阅读次数:136
18.10.29 POJ 3987 Computer Virus on Planet Pandora(AC自动机+字符串处理)
描述 Aliens on planet Pandora also write computer programs like us. Their programs only consist of capital letters (‘A’ to ‘Z’) which they learned from ...
分类:Web程序   时间:2018-10-30 00:28:01    阅读次数:211
POJ 1577 Falling Leaves 二叉搜索树
HDU 3791 Falling Leaves 二叉搜索树 Figure 1Figure 1 shows a graphical representation of a binary tree of letters. People familiar with binary trees can ski ...
分类:其他好文   时间:2018-10-29 23:36:01    阅读次数:334
POJ 1696 Space Ant (极角排序)
题目: Description The most exciting space discovery occurred at the end of the 20th century. In 1999, scientists traced down an ant-like creature in the ...
分类:编程语言   时间:2018-10-29 23:00:20    阅读次数:212
开发一款即时通讯App,从这几步开始
欢迎大家前往腾讯云+社区,获取更多腾讯海量技术实践干货哦~本文由腾讯云视频发表于云+社区专栏关注公众号“腾讯云视频”,一键获取技术干货|优惠活动|视频方案“晚上去哪吃饭啊?”桌面上来自一条晚上约饭的对话框——QQ。突然灵光一现,新出了优化的IMSDK,可以尝试着搭建一个类似QQ的即时通讯软件01注册账号腾讯云官网注册腾讯云账号,也可以使用QQ或者微信直接登陆02创建应用选择【产品】→【云通信】→【
分类:移动开发   时间:2018-10-29 20:05:21    阅读次数:261
POJ 1410 Intersection (线段和矩形相交)
题目: Description You are to write a program that has to decide whether a given line segment intersects a given rectangle. An example: line: start point ...
分类:其他好文   时间:2018-10-29 16:13:42    阅读次数:158
kuangbin专题四 最短路练习【从入门到熟练】
【POJ 2253 Frogger】 这道题求从u到v中所有通路的最大边最小 我直接二分做了,但实际上这种题是最短路算法的变种,意义在于告诉我们spfa这些算法不仅能维护出最短路,稍加修改后可以维护出很多其他东西。 #include<iostream> #include<cstdio> #inclu ...
分类:其他好文   时间:2018-10-29 11:13:25    阅读次数:245
过河问题(二)
问题描述 POJ 1700 在一个漆黑的夜里,N为旅行者来到狭窄而没有护栏的桥边。如果不借助手电筒的话,大家是无论如何也不敢过桥去的。不幸的是,N个人一共只带了一只手电筒,而桥窄得只够让两个人同时过。如果各自单独过桥的话,N人所需要的时间已知;而如果两人同时过桥,所需要的时间就是走得比较慢的那个人单 ...
分类:其他好文   时间:2018-10-29 11:12:22    阅读次数:182
poj 3273Monthly Expense Time Limit: 2000MS
Monthly Expense Time Limit: 2000MS Memory Limit: 65536K Total Submissions:35346 Accepted: 13189 Description Farmer John is an astounding accounting wi ...
分类:其他好文   时间:2018-10-28 20:39:26    阅读次数:276
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!