看出让求平行四边形的第四个点了,尽然忘了利用对角线的交点,看到别人的代码想死的心都有了! ...
分类:
其他好文 时间:
2016-12-22 22:51:35
阅读次数:
343
My First Solution: Use Stack and String operation, from the back of the string, find the first '?', push the right to stack. Depends on whether the ch ...
分类:
其他好文 时间:
2016-12-20 07:42:26
阅读次数:
207
using System;using System.Collections.Specialized;using System.Drawing;using System.Drawing.Imaging;using System.IO;using System.Runtime.InteropServic ...
分类:
其他好文 时间:
2016-12-12 02:23:00
阅读次数:
290
Description Nothing is more beautiful than square! So, given a grid of cells, each cell being black or white, it is reasonable to evaluate this grid’s ...
分类:
其他好文 时间:
2016-12-11 14:52:12
阅读次数:
218
Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may a ...
分类:
其他好文 时间:
2016-12-11 03:09:50
阅读次数:
168
1.安装NSIS 打开安装程序,按照指示安装即可 2. 安装完毕,打开NIS Edit,点击文件,选择新建脚本:向导(W),如下图所示。 3. 点击下一步,在这里相应更改: (1)将应用程序名称填写*.exe文件名; (2)软件版本、出版人、网站根据实际需要填写(若没有,则保留空白即可); (3)程 ...
分类:
编程语言 时间:
2016-12-07 09:29:33
阅读次数:
236
Time Limit: 2000MS Memory Limit: 262144KB 64bit IO Format: %I64d & %I64u Description Having unraveled the Berland Dictionary, the scientists managed t ...
分类:
其他好文 时间:
2016-12-04 20:33:29
阅读次数:
326
配合插件:killer.dll 导入DLL:ReserveFile "${NSISDIR}\Plugins\killer.dll" 使用方法: ;可以检测和结束32位程序进程和64位程序进程 ;插件作者:pigger;NSIS中文论坛首发 Section test;插件调用示例killer::IsP ...
分类:
系统相关 时间:
2016-12-03 07:40:19
阅读次数:
447
Big Christmas Tree Time Limit: 3000MS Memory Limit: 131072K Total Submissions: 23630 Accepted: 5125 Description Christmas is coming to KCM city. Suby ...
分类:
其他好文 时间:
2016-11-29 06:44:27
阅读次数:
193