Common Subsequence Problem Description A subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a se ...
分类:
其他好文 时间:
2016-09-29 00:48:42
阅读次数:
200
主题为:doc脚本运行结束后,不自动退出终端。 方法1假设你的bat名字叫rabbit.bat你可以新开一个bat,内容是start rabbit.bat然后这个新的bat是不会自动关闭的 注意,这个就像是我们 Linux 的 for 循环(弄死windows新get) 方法2要执行bat后不退出, ...
分类:
其他好文 时间:
2016-09-29 00:46:45
阅读次数:
271
http://http://poj.org/problem?id=1328 神TM贪心。 不懂请自行搜博客。 AC代码: ...
分类:
其他好文 时间:
2016-09-29 00:48:21
阅读次数:
224
http://poj.org/problem?id=2488 A Knight's Journey Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 41951 Accepted: 14274 Time Limit: 1000MS ...
分类:
其他好文 时间:
2016-09-29 00:47:15
阅读次数:
232
一、无边框窗体1、控制按钮如何制作 MouseEnter-鼠标移入的时候发生的事件 pictureBox1.BackgroundImage = Image.FromFile(Application.StartupPath + "\\..\\..\\images\\btn_close_highligh ...