码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
已知平行四边形的三个点求第四个点
看出让求平行四边形的第四个点了,尽然忘了利用对角线的交点,看到别人的代码想死的心都有了! ...
分类:其他好文   时间:2016-12-22 22:51:35    阅读次数:343
Leetcode: Ternary Expression Parser
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
RichTextBoxEx2
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
bzoj3905: Square
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
【LeetCode】459. Repeated Substring Pattern
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
SNF开发平台WinForm之十一-程序打包-SNF快速开发平台3.3-Spring.Net.Framework
1.安装NSIS 打开安装程序,按照指示安装即可 2. 安装完毕,打开NIS Edit,点击文件,选择新建脚本:向导(W),如下图所示。 3. 点击下一步,在这里相应更改: (1)将应用程序名称填写*.exe文件名; (2)软件版本、出版人、网站根据实际需要填写(若没有,则保留空白即可); (3)程 ...
分类:编程语言   时间:2016-12-07 09:29:33    阅读次数:236
CodeForces 37E Trial for Chief
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
NSIS(001)检测和结束进程是否运行?
配合插件:killer.dll 导入DLL:ReserveFile "${NSISDIR}\Plugins\killer.dll" 使用方法: ;可以检测和结束32位程序进程和64位程序进程 ;插件作者:pigger;NSIS中文论坛首发 Section test;插件调用示例killer::IsP ...
分类:系统相关   时间:2016-12-03 07:40:19    阅读次数:447
Leetcode: Longest Palindrome
...
分类:其他好文   时间:2016-12-02 14:15:00    阅读次数:160
POJ_3013_最短路
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
535条   上一页 1 ... 44 45 46 47 48 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!