码迷,mamicode.com
首页 >  
搜索关键字:nsis    ( 535个结果
KMP算法讲解
KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是利用匹配失败后的信息,尽量减少模式串与主串的匹配次数以达到快速匹配的目的。具体实现就是实现一个next()函 ...
分类:编程语言   时间:2019-01-07 21:18:16    阅读次数:216
1016 Phone Bills ( vector的使用)
A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, dependi ...
分类:其他好文   时间:2019-01-05 19:59:48    阅读次数:247
Codeforces 708A Letters Cyclic Shift
Codeforces 708A Letters Cyclic Shift ...
分类:其他好文   时间:2018-12-30 20:24:22    阅读次数:206
Running Median POJ - 3784 (对顶堆/优先队列)
For this problem, you will write a program that reads in a sequence of 32-bit signed integers. After each odd-indexed value is read, output the median ...
分类:其他好文   时间:2018-12-23 20:02:08    阅读次数:168
James Munkres Topology: Theorem 16.3
Theorem 16.3 If \(A\) is a subspace of \(X\) and \(B\) is a subspace of \(Y\), then the product topology on \(A \times B\) is the same as the topology ...
分类:其他好文   时间:2018-12-14 01:07:42    阅读次数:152
【EXCRT模板】POJ2891/LuoGu4777Strange Way to Express Integers拓展中国剩余定理
这道题需要exgcd的基础 POJ的题干描述十分恶心 Strange Way to Express Integers Time Limit: 1000MS Memory Limit: 131072K Total Submissions: 21217 Accepted: 7120 Descriptio ...
分类:其他好文   时间:2018-12-06 22:20:50    阅读次数:157
钉钉静默安装
## 背景 要在内网指部署钉钉。 ## 结论 命令行: DingTalk_v4.5.15.31 /S /NCRC ## 过程 没有搜索到什么有用信息,只有一条16年的论坛信息匹配。从阿里云论坛知道钉钉是用NSIS封装的。 于时转过头去“研究”NSIS是什么。最终在NSIS文档上找到解决方法: ## ...
分类:其他好文   时间:2018-11-28 12:00:48    阅读次数:515
Java equals 方法与hashcode 方法的深入解析
PS:本文使用jdk1.7解析1.Object类 的equals 方法 复制代码代码如下: /** * Indicates whether some other object is "equal to" this one. * <p> * The {@code equals} method impl ...
分类:编程语言   时间:2018-11-26 15:03:49    阅读次数:228
[LeetCode&Python] Problem 796. Rotate String
We are given two strings, A and B. A shift on A consists of taking string A and moving the leftmost character to the rightmost position. For example, ...
分类:编程语言   时间:2018-11-25 18:01:32    阅读次数:185
Petya and Origami
Petya is having a party soon, and he has decided to invite his nn friends. He wants to make invitations in the form of origami. For each invitation, h ...
分类:其他好文   时间:2018-11-24 17:53:46    阅读次数:205
535条   上一页 1 ... 14 15 16 17 18 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!