E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
-----brute
Codeforces Round #283 (Div. 2) b
* @file b.cpp * @author mianma * @created 2014/12/19 10:50 * @edited 2014/12/19 10:50 * @type
brute
面码
·
2014-12-19 13:00
Codeforces Round #283 (Div. 2) a
* @file a.cpp * @author mianma * @created 2014/12/18 17:45 * @edited 2014/12/18 17:45 * @type
brute
面码
·
2014-12-18 18:00
uva 3401
* @file 3401.cpp * @author mianma * @created 2014/12/18 9:23 * @edited 2014/12/18 9:23 * @type
brute
面码
·
2014-12-18 09:00
uva 11464
file 11464.cpp * @author mianma * @created 2014/12/16 17:53 * @edited 2014/12/16 17:53 * @type
brute
面码
·
2014-12-16 18:00
CC150 20.11
.// A
brute
force solution. // n *
furuijie8679
·
2014-12-14 10:03
interview
Codeforces Round #275 (Div. 2) a
a * @file a.cpp * @author 面码 * @created 2014/12/10 15:35 * @edited 2014/12/10 15:35 * @type
brute
面码
·
2014-12-10 17:00
Python 之 decorator 装饰器
二、解决方案Solution1:最
brute
-force的方法,定义一个包裹函数,在这个包裹函数的内部调用sum函数(包裹函数和sum函数最好具有相同
u012653791
·
2014-12-07 19:00
python
Codeforces Round #281 (Div. 2) c
c * @file c.cpp * @author 面码 * @created 2014/12/05 11:54 * @edited 2014/12/05 11:54 * @type
brute
面码
·
2014-12-05 15:00
Codeforces Round #280 (Div. 2) d
file d.cpp * @author mianma * @created 2014/12/02 14:38 * @edited 2014/12/02 14:38 * @type math
brute
面码
·
2014-12-04 11:00
Brute
Force - B. Candy Boxes ( Codeforces Round #278 (Div. 2)
B. Candy Boxes Problem's Link: http://codeforces.com/contest/488/problem/B Mean: T题目意思很简单,不解释。 analyse: 这道题还是很有意思的,需要考虑到各种情况才能AC。 解这个题目之前,首先要推出两条式子 x4=3x1
·
2014-11-26 21:00
codeforces
Codeforces Round #278 (Div. 2) c
2) c * @file c.c * @author 面码 * @created 2014/11/25 14:15 * @edited 2014/11/25 14:15 * @type
brute
面码
·
2014-11-25 14:00
Codeforces Round #278 (Div. 2) b
b * @file b.c * @author mianma * @created 2014/11/24 17:52 * @edited 2014/11/18 17:52 * @type
brute
面码
·
2014-11-24 21:00
[C++]LeetCode: 27 Implement strStr()
The
brute
forcemethod思路:遍历haystack的索引,直到匹配needle子字符串,否则返回-1
cinderella_niu
·
2014-11-22 17:00
LeetCode
String
Two
Pointes
Codeforces Round #277.5 (Div. 2) d
) d * @file d.cpp * @author 面码 * @created 2014/11/22 11:23 * @edited 2014/11/22 11:23 * @type
brute
面码
·
2014-11-22 11:00
kmp算法总结
KMP算法KMP算法是一种线性时间复杂度的字符串匹配算法,它是对BF(
Brute
-Force,最基本的字符串匹配算法)的改进。对于给定的原始
dyx心心
·
2014-11-20 16:16
字符串
算法总结
kmp算法总结
KMP算法KMP算法是一种线性时间复杂度的字符串匹配算法,它是对BF(
Brute
-Force,最基本的字符串匹配算法)的改进。对于给定的原始
dyx404514
·
2014-11-20 16:00
Algorithm
KMP
ACM
Banyan_2015 c
* @author xiyan * @CreatedTime 2014/11/04 * @LastChanged 2014/11/06 * @note * type: dfs,
brute
面码
·
2014-11-12 11:00
ACM
OpenCV中feature2D学习——BFMatcher和FlannBasedMatcher
Brute
Force匹配和FLANN匹配是opencv二维特征点匹配常见的两种办法,分别对应BFMatcher(
Brute
ForceMatcher)和FlannBasedMatcher。
u012564690
·
2014-11-08 21:00
特征点匹配
BFMatcher
BurpSuite之HTTP
brute
暴力破解
BurpSuite之HTTP
brute
暴力破解常规的对username/passwprd进行payload测试,我想大家应该没有什么问题,但对于Authorization:BasicdXNlcm5hbWU6cGFzc3dvcmQ
qileilove
·
2014-10-30 11:00
HDU 3315 My
Brute
费用流
//author:CHC //FirstEditTime:2014-10-1118:53 //LastEditTime:2014-10-1119:57 #include #include #include #include #include #include #include #include #include #include #include usingnamespacestd; typede
CHCXCHC
·
2014-10-28 16:00
费用流
Brute
Force & STL --- UVA 146 ID Codes
ID Codes Problem's Link:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=3&problem=82&mosmsg=Submis
·
2014-10-25 16:00
code
Brute
Force --- UVA 10167: Birthday Cake
Problem G. Birthday Cake Problem's Link:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&category=13&problem=110
·
2014-10-24 21:00
birt
[译]w3af指南(三)
本文继续使用前文使用的WebSecurityDojo虚拟机,下载地址:http://sourceforge.net/projects/websecuritydojo/files/1)
Brute
force-
Brute
force
j4s0nh4ck
·
2014-09-24 00:00
a
快速暴力破解域名
参考http://www.room362.com/blog/2014/01/29/hostname-
brute
forcing-on-the-cheap/ 方法一 cat subdomains.txt
j4s0nh4ck
·
2014-09-18 21:00
域名
HDU 3315 My
Brute
(费用流)
HDU3315My
Brute
(费用流)http://acm.hdu.edu.cn/showproblem.php?
u013480600
·
2014-09-10 19:00
Algorithm
算法
ACM
HDU
网络流
【索引】Rujia Liu's Problems for Beginners
AOAPCI:BeginningAlgorithmContests(RujiaLiu) Volume3.
Brute
Force::RujiaLiu'sProblemsforBeginners11218
HelloWorld10086
·
2014-09-07 16:00
索引
【索引】Hashing / Sets
AOAPCI:BeginningAlgorithmContests(RujiaLiu) Volume3.
Brute
Force::Hashing/Sets188-PerfectHash10282
HelloWorld10086
·
2014-09-06 15:00
索引
【索引】Implicit Graph Traversal
AOAPCI:BeginningAlgorithmContests(RujiaLiu) Volume3.
Brute
Force::ImplicitGraphTraversal10603-Fill10422
HelloWorld10086
·
2014-09-06 15:00
索引
【索引】Hashing / Sets
AOAPCI:BeginningAlgorithmContests(RujiaLiu)::Volume3.
Brute
Force::Hashing/Sets188-PerfectHash10282-Babelfish10391
kl28978113
·
2014-09-05 20:00
Appleman and Easy Task(
brute
force implementation)
Problem Link:http://codeforces.com/problemset/problem/462/AA.ApplemanandEasyTasktimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputToastmancameupwithaveryeasyta
Enjoying_Science
·
2014-09-05 11:00
C语言
暴力
hdoj 4971 A simple
brute
force problem. 【最大权闭合图 --> 最小割】
题目:hdoj4971Asimple
brute
forceproblem.
y990041769
·
2014-09-04 21:00
Algorithm
优化
图论
最大流
闭合权问题
【索引】Backtracking - Hard
AOAPCI:BeginningAlgorithmContests(RujiaLiu) Volume3.
Brute
Force::Backtracking-Hard10123-NoTipping10160
HelloWorld10086
·
2014-09-03 19:00
索引
HDU 4971 A simple
brute
force problem.(最小割---最大权闭合)
题目地址:HDU4971比赛的时候还不会最大权闭合,当时还跟队友讨论了好长时间费用流和DP。。现在看来就是一最大权闭合水题。。。建图思路:源点连工程,权值为利润,汇点连科技项目,权值为花费,然后对有依赖性的连有向边。用正权值和减去最小割就是答案。#include #include #include #include #include #include #include #include #incl
u013013910
·
2014-09-03 10:00
编程
算法
C语言
ACM
网络流
字符串匹配-KMP算法
BF算法 在字符串匹配中,最简单、最原始的算法就是BF(
Brute
Force)算法。
Yuzhiyuxia
·
2014-09-01 20:00
【索引】Backtracking - Hard
AOAPCI:BeginningAlgorithmContests(RujiaLiu)::Volume3.
Brute
Force::Backtracking-Hard10123-NoTipping10160
kl28978113
·
2014-08-30 19:00
使用dnsenum进行DNS信息收集
dnsenum.pl VERSION:1.2.2 Usage: dnsenum.pl [Options] <domain> [Options]: Note: the
brute
force
j4s0nh4ck
·
2014-08-29 23:00
enum
[置顶] 【索引】AOAPC I: Beginning Algorithm Contests (Rujia Liu)
BeginningAlgorithmContests(RujiaLiu)Volume0.GettingStartedVolume1.ElementaryProblemSolvingVolume2.DataStructuresVolume3.
Brute
ForceVolume4
u011345136
·
2014-08-25 15:00
HDU 3315 My
Brute
(费用流)
题目地址:HDU3315这个题的思路完全是自己想出来的,自我感觉挺巧妙的。。。(大牛勿喷。。。)对大胆建图又多了一份信心。具体思路是构造一个二分图,Si连源点,Xi连汇点,流量都是1,费用0.然后当Si可以赢Xj的时候,就对这两人连一条边,费用值为-Vi*1000,如果i==j的话,费用值就再减1,因为题目要求尽量不改变原先的顺序,所以说应该尽量让序号相同的对打。而费用值减1的话,会优先考虑序号相
u013013910
·
2014-08-23 22:00
编程
算法
C语言
ACM
网络流
2014多校10(1001)hdu4971(强连通分量+最大流)
Asimple
brute
forceproblem.TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission
cq_phqg
·
2014-08-22 22:00
ACM
HDU
HDU - 4971 A simple
brute
force problem. (DP)
ProblemDescriptionThere'sacompanywithseveralprojectstobedone.Finishaprojectwillgetyouprofits.However,therearesometechnicalproblemsforsomespecificprojects.Tosolvetheproblem,themanagerwilltrainhisemploy
u011345136
·
2014-08-21 22:00
HDU 4971 A simple
brute
force problem.(dp)
HDU4971Asimple
brute
forceproblem.题目链接官方题解写的正解是最大闭合权,但是比赛的时候用状态压缩的dp也过掉了--,还跑得挺快思路:先利用dfs预处理出每个项目要完成的技术集合
u011217342
·
2014-08-21 21:00
HDU 3315 My
Brute
(二分图最优匹配:优先用原匹配边)
HDU3315My
Brute
(二分图最优匹配:优先用原匹配边)http://acm.hdu.edu.cn/showproblem.php?
u013480600
·
2014-08-21 21:00
Algorithm
算法
ACM
HDU 4971 A simple
brute
force problem.
裸最小割权闭合问题详见胡伯涛论文《最小割模型在信息学竞赛中的应用》在加边的时候注意,根据矩阵,需要将花费点连边#include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #
u013007900
·
2014-08-21 20:00
HDU 4971 A simple
brute
force problem. 强连通缩点+最大权闭合图
题意:给定n个项目,m个技术难题下面一行n个数字表示每个项目的收益下面一行m个数字表示攻克每个技术难题的花费下面n行第i行表示第一个数字u表示完成i项目需要解决几个技术难题,后面u个数字表示需要解决的问题标号。下面m*m的矩阵(i,j)=1表示要解决j问题必须先解决i问题。(若几个问题成环,则需要一起解决)问:最大收益。思路:先给问题缩点一下,每个缩点后的点权就是这个点内所有点权和。然后跑一个最大
qq574857122
·
2014-08-21 17:00
HDU-4971-A simple
brute
force problem.
今天不知道是被题目迷惑了还是.....,真服了自己,这种题目居然没看出来是最大权闭合问题。唉,真的伤不起伤不起了~ 知道是求最大权闭合问题就比较简单了,对应进行建图,然后用获利减去最大流就行了代码:#include #include #include #include usingnamespacestd; constintinf=1q; voidAddEdge(intu,intv,intf)
z309241990
·
2014-08-21 17:00
网络流
最大权闭合图
【索引】Backtracking - Easy
AOAPCI:BeginningAlgorithmContests(RujiaLiu) :: Volume3.
Brute
Force :: Backtracking-Easy10474-WhereistheMarble
HelloWorld10086
·
2014-08-17 20:00
索引
【索引】Elementary Skills
AOAPCI:BeginningAlgorithmContests(RujiaLiu) :: Volume3.
Brute
Force ::ElementarySkills10167-BirthdayCake11205
HelloWorld10086
·
2014-08-17 20:00
索引
模式匹配——
Brute
Force
模式匹配 基本原理 在编辑文本程序的过程中,经常需要在文本中找到某个模式的所有出现位置,典型情况是,一段正在被编辑的文本构成一个文件,而所要搜索的模式是用户正在输入的特定关键字,有效地解决这个问题的算法叫做字符串匹配模式。 形式化描述 假设文本是一个长度为n的数组T【1....n】,而模式是一个长度为m的数组P【1...m】,其中m
清风傲剑
·
2014-08-17 08:00
Brute
Force
AOAPCI:BeginningAlgorithmContests(RujiaLiu) ::Volume3.
Brute
ForceElementarySkillsBacktracking-EasyBacktracking-HardImplicitGraphTraversalHashing
HelloWorld10086
·
2014-08-15 11:00
索引
[置顶] 【索引】AOAPC I: Beginning Algorithm Contests (Rujia Liu)
BeginningAlgorithmContests(RujiaLiu)Volume0.GettingStartedVolume1.ElementaryProblemSolvingVolume2.DataStructuresVolume3.
Brute
ForceVolume4
HelloWorld10086
·
2014-08-15 10:00
索引
上一页
21
22
23
24
25
26
27
28
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他