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
bbezxcy
[ffmpeg]通过Qt调用ffmpeg命令
poc=newQProcess(this);QStringcommand=QString("D:/ffmpeg-
bbezxcy
-compressMode-0.0.1/bin/ffmpeg-iF:rawvideo
sdau_09j1_xcy
·
2020-09-11 16:07
QT
视频编解码
[opengl]弹簧质点法模拟柔性布料以及椭球碰撞的opengl实现
代码大体与http://
bbezxcy
.iteye.com/blog/2204322相同,修改了部分不稳定的bug,增加了椭球碰撞以及旋转观察的实现#ifndefGLUT_DISABLE_ATEXIT_HACK
sdau_09j1_xcy
·
2020-08-23 07:27
opengl
poj 2406 Power Strings
以下内容转载于:http://
bbezxcy
.iteye.com/blog/1377787在这里我们假设这个字符串的长度是len,那么如果len可以被len-next[len]整除的话,我们就可以说len-next
大正太辰光阳
·
2020-07-14 16:57
kmp
poj
[ffmpeg]通过Qt调用ffmpeg命令
Java代码poc=newQProcess(this);QStringcommand=QString("D:/ffmpeg-
bbezxcy
-compressMode-0.0.1/bin/ffmpeg-iF
chining1573
·
2020-06-22 22:51
[ffmpeg]通过Qt调用ffmpeg命令
Java代码poc=newQProcess(this);QStringcommand=QString("D:/ffmpeg-
bbezxcy
-compressMode-0.0.1/bin/ffmpeg-iF
mingtian88212
·
2016-12-20 11:04
springmvc
freemaker
mybatis
[CUDA]CUDA C并行编程
下面的代码是一个经典的通过GPU进行的向量加法运算代码来自http://
bbezxcy
.iteye.com/blog/2220819#include #include #include usingnamespacestd
暴风雪
·
2015-12-18 20:00
poj 2406 Power Strings(kmp应用)
以下内容转载于:http://
bbezxcy
.iteye.com/blog/1377787 -------------------------------------
·
2015-11-01 12:31
String
[opengl]弹簧质点法模拟柔性布料以及椭球碰撞的opengl实现
代码大体与http://
bbezxcy
.iteye.com/blog/2204322相同,修改了部分不稳定的bug,增加了椭球碰撞以及旋转观察的实现 #ifndef GLUT_DISABLE_ATEXIT_HACK
暴风雪
·
2015-05-26 19:00
OpenGL
[KMP]hdoj 4763
问是否存在这样的子串E使得字符串可以表示为EAEBE的形式,其中EAB的长度都为任意值,存在的话输出E的最长长度,否则输出-1 大致思路: 参考http://
bbezxcy
.iteye.com
暴风雪
·
2014-10-10 11:00
KMP
[后缀数组][二分]hdu 5008
大致思路 联动ural1590 http://
bbezxcy
.iteye.com/blog/1457009 这里有一个后缀数组的基本规律
暴风雪
·
2014-09-27 10:00
后缀数组
poj 3581 后缀数组 详解
blog.csdn.net/u011026968/article/details/20851295关于第一个位置,反向读入,然后求后缀数组,找最小位置就好第二个位置比较麻烦,参考这个博客的例子:http://
bbezxcy
.i
u011026968
·
2014-04-02 01:00
[usaco] Chapter2-Bigger Challenges(Section 2.4)
/* ID:
bbezxcy
1 PROG: ttwo LANG: C++ */ #include<iostream> #include<cstring>
暴风雪
·
2012-05-26 08:00
ACM
bbezxcy
USACO
ICPC
[usaco] Chapter2-Bigger Challenges(Section 2.3)
/* ID:
bbezxcy
1 PROG: prefix LANG: C++ */ #include<fstream> #include<iostream&
暴风雪
·
2012-05-21 22:00
ACM
USACO
bbezxcy
ICPC
[usaco] Chapter2-Bigger Challenges(Section 2.2)
/* ID:
bbezxcy
1 PROG: subset LANG: C++ */ #include<iostream> #include<cstring&
暴风雪
·
2012-05-16 17:00
ACM
USACO
bbezxcy
ICPC
[usaco] Chapter1-Getting started(Section 1.5)
/* ID:
bbezxcy
1 PROG: numtri LANG: C++ */ #include<iostream> #include<cstring&
暴风雪
·
2012-05-05 12:00
ACM
bbezxcy
USACO
ICPC
[usaco] Chapter1-Getting started(Section 1.4)
/* ID:
bbezxcy
1 PROG: clocks LANG: C++ */ #include<cstdio> #include<cstring> #include
暴风雪
·
2012-05-04 17:00
ACM
USACO
bbezxcy
ICPC
[usaco] Chapter1-Getting started(Section 1.3)
/* ID:
bbezxcy
1 PROG: milk LANG: C++ */ #include<cstring> #include<
暴风雪
·
2012-04-29 12:00
ACM
USACO
bbezxcy
ICPC
[usaco] Chapter1-Getting started(Section 1.2)
/* ID:
bbezxcy
1 PROG: milk2 LANG: C++ */ #include<cstring> #include<
暴风雪
·
2012-04-25 11:00
ACM
bbezxcy
USACO
ICPC
[字符串最小表示法]hdoj 4162:Shape Number(解法2)
大致题意: 见:http://
bbezxcy
.iteye.com/blog/1439384 大致思路: 最小表示法果然快啊!!
暴风雪
·
2012-03-04 10:00
数据结构
字符串
ACM
hdoj 4162
最小表示法
[多字符串匹配-后缀数组]poj 3080:Blue Jeans
链接:http://
bbezxcy
.iteye.com/blog/1405685 #include<iostream>
暴风雪
·
2012-02-14 16:00
数据结构
ACM
后缀数组
多字符串匹配
poj 3080
[KMP]poj 3461:Oulipo
(http://
bbezxcy
.iteye.com/blog/1355293 kmp算法详解) #include<iostream> #include<cs
暴风雪
·
2012-01-25 02:00
字符串
KMP
poj 3461
Oulipo
上一页
1
下一页
按字母分类:
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
其他