上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 34 下一页
摘要: ACdream 1214 矩阵连乘 Problem Description You might have noticed that there is the new fashion among rich people to have their yards tiled with black and 阅读全文
posted @ 2016-06-13 19:28 茶飘香~ 阅读(198) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include #include using namespace std; #define DIGIT 4 //四位隔开,即万进制 #define DEPTH 10000 //万进制 #define MAX 100+5 //题目最大位数/4,要不大直接设为最大位数也行 typedef... 阅读全文
posted @ 2016-06-13 11:39 茶飘香~ 阅读(186) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #346 (Div. 2) E. New Reform E. New Reform time limit per test 1 second memory limit per test 256 megabytes input standard input outpu 阅读全文
posted @ 2016-06-08 21:05 茶飘香~ 阅读(228) 评论(0) 推荐(0) 编辑
摘要: Description You all must know the puzzle named "The Towers of Hanoi". The puzzle has three pegs and N discs of different radii, initially all disks ar 阅读全文
posted @ 2016-05-29 13:33 茶飘香~ 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Description Little frog Georgie likes to jump. Recently he have discovered the new playground that seems the perfect place to jump. Recently the new j 阅读全文
posted @ 2016-05-29 13:31 茶飘香~ 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Description During the programming classes Vasya was assigned a difficult problem. However, he doesn't know how to code and was unable to find the sol 阅读全文
posted @ 2016-05-28 18:58 茶飘香~ 阅读(350) 评论(0) 推荐(0) 编辑
摘要: HDU 2577 Description Pirates have finished developing the typing software. He called Cathy to test his typing software. She is good at thinking. After 阅读全文
posted @ 2016-05-28 12:19 茶飘香~ 阅读(283) 评论(0) 推荐(0) 编辑
摘要: HDU 2159 Description 最近xhd正在玩一款叫做FATE的游戏,为了得到极品装备,xhd在不停的杀怪做任务。久而久之xhd开始对杀怪产生的厌恶感,但又不得不通过杀怪来升完这最后一级。现在的问题是,xhd升掉最后一级还需n的经验值,xhd还留有m的忍耐度,每杀一个怪xhd会得到相应的 阅读全文
posted @ 2016-05-27 20:17 茶飘香~ 阅读(393) 评论(0) 推荐(0) 编辑
摘要: NEFU专项训练十和十一——树链剖分 Description 一棵树上有n个节点,编号分别为1到n,每个节点都有一个权值w。我们将以下面的形式来要求你对这棵树完成一些操作: I. CHANGE u t : 把结点u的权值改为t II. QMAX u v: 询问从点u到点v的路径上的节点的最大权值 I 阅读全文
posted @ 2016-05-27 20:12 茶飘香~ 阅读(297) 评论(0) 推荐(0) 编辑
摘要: 实验二 图像灰度直方图统计 一、实验目的: 理解并掌握灰度直方图的概念、计算灰度直方图的方法以及如何应用直方图均衡化来增强图像对比度。 二、实验环境: 计算机、Windows XP操作系统,Matlab7.0 三、实验内容: 以灰度图像pout.tif为例,运用Matlab编程实现灰度直方图的统计以 阅读全文
posted @ 2016-05-23 17:20 茶飘香~ 阅读(365) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 34 下一页