自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 1078

Problem DescriptionFatMouse has stored some cheese in a city. The city can be considered as a square grid of dimension n: each grid location is labelled (p,q) where 0 <= p < n and 0 <= q < n. At e

2012-05-08 16:44:00 703

原创 1005

Problem DescriptionA number sequence is defined as follows:f(1) = 1, f(2) = 1, f(n) = (A * f(n - 1) + B * f(n - 2)) mod 7.Given A, B, and n, you are to calculate the value of f(n).

2012-05-08 12:02:04 313

原创 1004

Problem DescriptionContest time again! How excited it is to see balloons floating around. But to tell you a secret, the judges' favorite time is guessing the most popular problem. When the contest

2012-05-08 09:08:35 370

原创 1003

Problem DescriptionGiven a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,-1,5,4,-7), the max sum in this sequence is 6 + (-1) + 5

2012-05-07 21:00:50 323

原创 1002

Problem DescriptionI have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. InputThe first line of the input contains an integer

2012-05-07 10:44:29 307

原创 1001

Problem DescriptionHey, welcome to HDOJ(Hangzhou Dianzi University Online Judge).In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. InputThe input will co

2012-05-07 09:39:43 453

原创 1000

Problem DescriptionCalculate A + B. InputEach line will contain two integers A and B. Process to end of file. OutputFor each case, output A + B in one line.

2012-05-07 09:11:12 337

转载 屏蔽系统快捷键——消息钩子

参考using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices; using System.Reflection; using System.Diagnostics;

2011-02-14 09:11:00 768

转载 c#中设置快捷键

<br />第一种:Alt + *(按钮快捷键)<br /><br />在大家给button、label、menuStrip等控件设置Text属性时在名字后边加&键名就可以了,比如button1.text= "确定(&O)"。就会有快捷键了,这时候按Alt+O就可以执行按钮单击事件。<br /><br /><br /><br />第二种:Ctrl+*及其他组合键<br /><br />在WinForm中设置要使用组合键的窗体的KeyPreview(向窗体注册键盘事件)属性为True;<br /><br />

2011-02-14 09:09:00 1445

转载 c 盘空间不足解决办法

<br />电脑使用一段时间后,很多朋友会发现自己的C盘可用空间竟然只有几十M了。由于C盘是系统盘,与其它分区相比,这里的文件一般并不能直接删除,否则将可能导致系统出错,甚至崩溃。那么我们又该如何释放出C盘的空间呢! <br />  一、卸载无用程序<br />  首先检查一下自己的程序菜单中有没有不需要使用的程序,如果有可以将它们卸载。卸载的方法很简单,只需要进入控制面板,打开“添加/删除程序”进行操作即可。<br />  二、容易忽视的文件夹<br />  由于我们在文件操作时,默认保存位置都是“我的文

2011-02-14 08:46:00 1578

原创 高考回忆

<br />六月七号的早晨,和谁一起到操场上散步;六月八号的下午,和谁离开考场挥手告别。<br />那天也在下雨,一个人走在回家的路上,很平静,就像这雨一样。<br />一切都结束了

2010-06-08 15:34:00 431 1

空空如也

空空如也

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

TA关注的人

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