自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (1)
  • 收藏
  • 关注

原创 zoj 3544 路径压缩

Draw a MessTime Limit: 5 Seconds      Memory Limit: 262144 KB It's graduated season, every students should leave something on the

2011-10-08 11:28:37 1079

原创 hdu4069

Squiggly SudokuTime Limit: 4000/2000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 334    Accepted S

2011-10-08 11:20:43 803

原创 zoj1031

Square Destroyer Time Limit: 10 Seconds      Memory Limit: 32768 KB  The left figure below shows a complete 3*3 grid made with

2011-10-08 11:15:11 593

原创 zoj3038

Triangle War IITime Limit: 5 Seconds      Memory Limit: 32768 KB Triangle War II is a new game developed by Cannon Studio. Diffe

2011-10-08 11:08:16 423

原创 zoj 3540 线段树笔记

Adding New Machine Time Limit: 5 Seconds      Memory Limit: 65536 KB  Incredible Crazily Progressing Company (ICPC) suffer

2011-10-05 11:14:53 887

原创 zoj 3545 AC自动机+状态dp

http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4500Rescue the Rabbit Time Limit: 10 Seconds      Memory Limit: 65536 K

2011-10-02 21:14:56 1758

原创 hdu 2828

http://acm.hdu.edu.cn/showproblem.php?pid=2828DLX重复覆盖,以开关的两种状态为行,灯泡为列,所以矩阵大小为 (m+m)*n 。为了方便这题加了行指针,对于选中某个开关的某一种状态,那么搜索的时候要把另一种状态去掉# incl

2011-10-01 22:40:12 919

原创 hdu 2295

http://acm.hdu.edu.cn/showproblem.php?pid=2295DLX重复覆盖+二分# include # include # include # include # include # include # includ

2011-10-01 18:41:57 603

原创 fzu 1686 神龙的难题

http://acm.fzu.edu.cn/problem.php?pid=1686DLX重复覆盖,大小为n1*m1的矩阵为行,每个怪物为列# include # include # include # include # include # incl

2011-10-01 18:39:48 729

原创 spoj 1771 Yet Another N-Queen Problem

https://www.spoj.pl/problems/NQUEEN/精确覆盖,每个格子为行,行、列、两条对角线为列 所以矩阵大小为 n*n*(6*n-2),dfs的时候当深度大于n就可以退出了# include # include # include #

2011-10-01 18:37:04 1064

LL1语法分析器

C++实现的LL1语法分析器,MFC做的界面

2013-02-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除