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
algorith
KMP算法(1):如何理解KMP
原文链接:https://subetter.com/
algorith
...一:背景给定一个主串(以S代替)和模式串(以P代替),要求找出P在S中出现的位置,此即串的模式匹配问题。
刘毅
·
2017-03-05 00:00
数据结构
算法
c++
Manacher算法
原文链接:https://subetter.com/
algorith
...一:背景给定一个字符串,求出其最长回文子串。
刘毅
·
2017-02-25 00:00
算法
数据结构
c++
单链表操作(面试必看)
原文链接:https://subetter.com/
algorith
...一:前言单链表经常为公司面试所提及,先不贬其过于简单,因为单链表确实是数据结构中最简单的一部分,但往往最简单的,人们越无法把握其细节
刘毅
·
2017-02-23 00:00
c++
数据结构
算法
算法复杂度分析概要
原文:https://subetter.com/
algorith
...一:渐近符号1.1符号的辨析1.1.1符号$O$ $O$,读作“大O”,非正式来说,$O(g(n))$是增长次数小于等于$g(n)
刘毅
·
2017-02-13 00:00
算法复杂度
BFPRT 算法(TOP-K 问题)
原文链接:https://subetter.com/
algorith
...一:背景介绍在一堆数中求其前k大或前k小的问题,简称TOP-K问题。
刘毅
·
2017-02-11 00:00
算法
c++
Lock-free vs. wait-free concurrency
https://rethinkdb.com/blog/lock-free-vs-wait-free-concurrencyhttps://en.wikipedia.org/wiki/Non-blocking_
algorith
lobin
·
2016-10-09 21:00
LaTeX 写算法伪码
写算法伪码,需要包含包:\usepackage{algorithm} \usepackage{algpseudocode}有些用例里还会加上:\usepackage{caption} \usepackage{
algorith
YhL_Leo
·
2015-11-26 14:00
算法
latex
伪代码
删除Repository中的文件
GitHub中,如果要删除RepositoryData-structure-
algorith
中的a文件,该如何做呢?
BAT_os
·
2015-11-14 17:00
POJ 2029 Get Many Persimmon Trees
1 #include<stdio.h> 2 #include<string.h> 3 #include<
algorith
·
2015-11-13 17:41
tree
POJ 1509
View Code 1 #include<cstdio> 2 #include<string> 3 #include<
algorith
·
2015-11-13 06:27
poj
POJ2187 旋转卡壳+凸包
include<stdio.h> 6 #include<string.h> 7 #include<stdlib.h> 8 #include<
algorith
·
2015-11-13 05:51
poj
hdu3329(2次dfs)
#include<iostream> #include<cstdio> #include<cstring> #include<
algorith
·
2015-11-13 04:37
HDU
cf B. Dima and Text Messages
S的所有字符,有输出yes,否则输出no. 1 #include <cstdio> 2 #include <cstring> 3 #include <
algorith
·
2015-11-13 03:35
message
ACdream OJ 1140 Counting Triangles
cstdio> #include<cstring> #include<cstdlib> #include<iostream> #include<
algorith
·
2015-11-13 03:08
count
HDU 3874 Necklace 树状数组
#include <cstdio> #include <cstring> #include <cstdlib> #include <
algorith
·
2015-11-13 03:22
树状数组
hdu 4544 湫湫系列故事——消灭兔子
#include <queue> 3 #include <cstring> 4 #include <iostream> 5 #include <
algorith
·
2015-11-13 01:27
HDU
[LeetCode#69] Sqrt(x)
My analysis: The problem could be solved amazingly by using binary search.When using the
algorith
·
2015-11-13 01:29
LeetCode
usaco1.51Number Triangles(数字三角形)
ID: your_id_here 5 PROG: numtri 6 LANG: C++ 7 */ 8 #include<cstring> 9 #include<
algorith
·
2015-11-12 14:46
number
poj 1159 (DP LCS)
07月08日 星期一 10时07分13秒 4 5 #include <iostream> 6 #include <string> 7 #include <
algorith
·
2015-11-11 18:18
poj
字节顺序重置及“#include <
algorith
.h>”相关的STL最重要的头文件提醒
的帖子里找到如下代码备忘,短短几行而已: #include <
algorith
.h> void SwapLong(DWORD&
·
2015-11-11 16:44
include
UESTC 1332 Beauty Contest(凸包直径)
Code #include <iostream> #include <stdio.h> #include <cmath> #include <
algorith
·
2015-11-08 11:05
test
Truck History--POJ 1789
4、实现方法: #include < iostream > #include <
algorith
·
2015-11-02 16:23
history
hdu 5251 包围点集最小矩形 ***
多年不拍几何,直接套了个模板 以后还得练练 1 #include<cstdio> 2 #include<iostream> 3 #include<
algorith
·
2015-11-01 15:20
HDU
BZOJ 3196: Tyvj 1730 二逼平衡树( 树套树 )
------------------------------------------------------------ #include<cstdio> #include<
algorith
·
2015-11-01 14:56
ZOJ
hdu 1166 线段树单点更新
10EndCase 1:63359 2015-05-15: 1 #include<cstdio> 2 #include<iostream> 3 #include<
algorith
·
2015-11-01 11:48
HDU
大素数判断和素因子分解(miller-rabin,Pollard_rho算法)
string.h> #include<stdlib.h> #include<time.h> #include<iostream> #include<
algorith
·
2015-10-31 12:52
算法
hdu 4531 bfs(略难)
5 */ 6 7 8 #include <stdio.h> 9 #include <string.h> 10 #include <
algorith
·
2015-10-31 11:00
HDU
HDU 1542 Atlantics 线段树+离散化扫描
1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<
algorith
·
2015-10-31 10:11
ant
stl
include<queue> #include<stack> #include<list> #include<stdlib.h> #include<
algorith
·
2015-10-31 10:37
STL
hdu 1507 记录路径的二分匹配 **
于是便转换成寻找最大匹配的问题 1 #include<cstdio> 2 #include<iostream> 3 #include<
algorith
·
2015-10-31 09:07
HDU
hdu 1011(树形dp)
1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 #include<
algorith
·
2015-10-30 16:47
HDU
Validation of viewstate MAC failed
cluster, ensure that <machineKey> configuration specifies the same validationKey and validation
algorith
·
2015-10-30 14:59
validation
boost字符串算法
boost::algorithm学习#include <boost/
algorith
·
2015-10-30 13:56
boost
hdu-4753-Fishhead’s Little Game-记忆化搜索
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<
algorith
·
2015-10-30 13:35
game
ZOJ-1655 Transport Goods 最短路
iostream> #include <cmath> #include <cstdlib> #include <cstdio> #include <
algorith
·
2015-10-30 11:15
port
如何使用C++/CLI对图片做Grayscale Opening? (.NET) (C/C++) (C++/CLI) (GDI+) (Image Processing)
stdafx.h " 2 #include < vector > 3 #include <
algorith
·
2015-10-28 09:40
process
hdu 1241 (Oil Deposits) legendary dfs
encountered some problems when I was doing the searching problems; May those problem need to use the DFS
algorith
·
2015-10-28 08:09
HDU
Algorithm backup ---- Insertion Sort(插入排序算法)
It is much less efficient on large lists than more advanced
algorith
·
2015-10-27 16:07
Algorithm
hdu 5115 区间dp ***
枚举中间k作为最后杀死的狼 1 #include<cstdio> 2 #include<iostream> 3 #include<
algorith
·
2015-10-27 15:44
HDU
bzoj1010
4 #include<ctime> 5 #include<cstdlib> 6 #include<iostream> 7 #include<
algorith
·
2015-10-27 13:16
ZOJ
Implementing Sort Algorithm in Delphi
QuickSort
Algorith
One of the common problems in programming is to sort an array of values 
·
2015-10-21 10:39
Algorithm
预排序遍历树算法(modified preorder tree traversal
algorith
这个算法有如下几个数据结构:1、lft代表左left2、rgt代表右right3、lvl代表所在的层次level下面这个图是一个典型的结构: 我们先看一些使用方法1、查看整个树(A)有多少节点(包含自己),直接看根节点就行了(right-left+1)/2=(20-1+1)/2=10 这个数有10个节点2、查看从节点A到E的路径 1 select * from tree where lft b
mac_zhao
·
2015-06-25 11:00
Implementing Real-Time Trending Topics With a Distributed Rolling Count
Algorith
http://www.michael-noll.com/blog/2013/01/18/implementing-real-time-trending-topics-in-storm/ Acommonpatterninreal-timedataworkflowsisperformingrollingcountsofincomingdatapoints,alsoknownasslidingwindo
ylzhj02
·
2015-01-04 20:00
count
常用的排序算法
lt;iostream> #include <string> #include <vector> #include <math.h> #include <
algorith
·
2014-09-07 15:00
排序算法
c++ 实现-基本排序算法
基本排序算法: 首先:代码实现 一、直接插入排序 二、冒泡排序 三、直接选择排序 四、希尔排序 五、快速排序 六、归并排序 七、堆排序 八、总结 首先:代码实现 1.
algorith
.h
dengqsintyt
·
2014-07-06 22:00
排序算法
O(n)寻找数列第K小
当然我们也可以用
algorith
u012513980
·
2014-06-29 22:00
Algorithm
算法
ACM
Linux I2C设备驱动编写(一)
I2Cadapter是CPU集成或外接的I2C适配器,用来控制各种I2C从设备,其驱动需要完成对适配器的完整描述,最主要的工作是需要完成i2c_
algorith
pwan1987
·
2014-06-18 15:56
linux
I2C设备驱动编写(一)
graph isomorphism 开源算法库VFlib, Nauty
VFlib开源算法库网站:http://www.cs.sunysb.edu/~
algorith
/implement/vflib/implement.shtml Nauty开源算法库网站:http://cs.anu.edu.au
·
2014-05-12 22:00
Graph
计算机视觉相关的部分测试数据集和源码站点
ComputerVision:
Algorith
·
2013-05-31 09:00
计算机视觉
java实现快速排序
publicstaticvoidmain(String[]args){ Comparable[]a={23,3,4,5,30,2}; sort(a,0,5); show(a); } //
algorith
十年磨一剑
·
2013-05-03 18:00
java
快速排序
上一页
1
2
3
下一页
按字母分类:
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
其他