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
MyCode
Leetcode - Binary Tree Right Side View
Mycode
:importjava.util.ArrayList;importjava.util.LinkedList;importjava.util.List;importjava.util.Queue
Richardo92
·
2015-09-25 07:36
Leetcode - Maximum Depth of Binary Tree
Mycode
:/***Definitionforabinarytreenode.
Richardo92
·
2015-09-24 10:59
hdu 5465 Clarke and puzzle (二维树状数组+nim博弈)
mycode
#include #include #include usingnamespacestd; typedeflonglongll; constintN=505; intn,m,q; structBIT
HelloWorld10086
·
2015-09-22 18:00
HDU
5465
Leetcode - Reverse Linked List II
Mycode
:/***Definitionforsingly-linkedlist.
Richardo92
·
2015-09-20 01:43
Leetcode - Insertion Sort List
Mycode
:/***Definitionforsingly-linkedlist.
Richardo92
·
2015-09-19 10:31
HDU 2896 病毒侵袭(AC自动机)
mycode
#include #include #include #include #include usingnamespacestd; constintmaxnode=501*201; constint
HelloWorld10086
·
2015-09-16 16:00
HDU
2896
hdu 5384 Danganronpa(AC自动机)
mycode
#include #include #include #inc
HelloWorld10086
·
2015-09-16 15:00
HDU
5384
hdu 2222 Keywords Search(AC自动机)
mycode
#include #include #include #include usingnamespacestd; constintmaxnode=(int)1e6+10; constintsigma_size
HelloWorld10086
·
2015-09-16 14:00
HDU
2222
hdu 5444 Elven Postman(二叉搜索树)
mycode
#include #include #include usingnamespacestd; constintmaxnode=(int)1e3+10; intn; structNode{ intval
HelloWorld10086
·
2015-09-14 18:00
HDU
5444
HDU 1503 Advanced Fruits(LCS+输出路径)
mycode
#include #include #include usingnamespacestd; constintN=105; chars1[10
HelloWorld10086
·
2015-09-12 14:00
HDU
1503
hdu 5430 Reflect(欧拉函数)
解析:
mycode
#include #include #include usingnamespacestd; constintN=(int)1e6+5; intphi[N],n; voidphi_table
HelloWorld10086
·
2015-09-06 09:00
HDU
5430
hdu 5428 The Factor(分解质因子)
mycode
#include #include #include #include usingnamespacestd; typedeflonglongll;
HelloWorld10086
·
2015-09-06 09:00
HDU
5428
hdu 5023 A Corrupt Mayor's Performance Art(线段树区间合并)
mycode
#include
HelloWorld10086
·
2015-09-03 21:00
HDU
5023
hdu 5423 Rikka with Tree(dfs)
mycode
#include #include #include #include #definepbpush_back usingnamespacestd; constintN=1005; vectorG
HelloWorld10086
·
2015-08-31 21:00
HDU
5423
Codeforces Round #318(ABCD)
mycode
#include #include #include
HelloWorld10086
·
2015-08-31 19:00
codeforces
318
hdu 5417 Victor and Machine(模拟)
mycode
#include #include
HelloWorld10086
·
2015-08-23 09:00
HDU
5417
hdu 5412 CRB and Queries(树套树模板,区间第K大)
把下标为L的点的值替换为V2.2LRK操作二:在[L,R]区间求第K大解析:本模板转载自http://blog.csdn.net/u012860063/article/details/47813079
mycode
HelloWorld10086
·
2015-08-21 19:21
线段树
hdu 5412 CRB and Queries(树套树模板,区间第K大)
把下标为L的点的值替换为V2.2LRK操作二:在[L,R]区间求第K大解析:本模板转载自http://blog.csdn.net/u012860063/article/details/47813079
mycode
HelloWorld10086
·
2015-08-21 19:00
HDU
5412
FZU 2187 回家种地(矩形面积并)
其他地方和普通的面积并一模一样,只是在pushUp的时候稍微多了对single的维护而已
mycode
#include #include #include #defin
HelloWorld10086
·
2015-08-20 19:00
FZU
2187
hdu 5391 Zball in Tina Town(威尔逊定理)
mycode
#include #include #include usingnamespacestd; typedeflonglongll; boolisPrime(intnum){ if(num==
HelloWorld10086
·
2015-08-17 08:00
HDU
5391
Codeforces Round #316 (Div. 2)(ABCD)
mycode
#include #include #include usingnamespacestd; constintINF=0x3f3f3f3f; constintN=105; intcandid[
HelloWorld10086
·
2015-08-14 15:00
codeforces
hdu 5374 Tetris(模拟俄罗斯方块)
mycode
#inclu
HelloWorld10086
·
2015-08-13 19:13
暴力求解
hdu 5374 Tetris(模拟俄罗斯方块)
mycode
#inclu
HelloWorld10086
·
2015-08-13 19:00
HDU
5374
hdu 5384 Danganronpa(字典树)
mycode
#include #include #include #i
HelloWorld10086
·
2015-08-13 19:00
HDU
5384
hdu 5384 Danganronpa(字典树)
mycode
#include #include #include #i
HelloWorld10086
·
2015-08-13 19:00
HDU
5384
Leetcode - Binary Tree Level Order Traversal
[UploadPaste_Image.pngfailed.Pleasetryagain.]
Mycode
:importjava.util.ArrayList;importjava.util.LinkedList
Richardo92
·
2015-08-11 16:22
hdu 5365 Run(判断正方形个数)
判断四条边是否相等,两条对角线是否等于x∗2√
mycode
#include #include #include #includ
HelloWorld10086
·
2015-08-10 16:00
HDU
5365
LightOJ 1269 Consecutive Sum(字典树)
mycode
#include #in
HelloWorld10086
·
2015-08-09 20:00
lightoj
1269
POJ 2503 Babelfish(字典树水题)
mycode
#include#include#includeusingnamespacestd;structNode{Node*child[26];charword[15];b
HelloWorld10086
·
2015-08-03 08:29
Trie树
hdu 5317 RGCDQ(素数筛选法+前缀和)
mycode
#include#include#include#definels(o0&&ans[4]>0)
HelloWorld10086
·
2015-07-31 16:09
数论
Leetcode - Majority Element II
Mycode
:importjava.util.ArrayList;importjava.util.Arrays;importjava.util.List;publicclassSolution{publicListmajorityElement
Richardo92
·
2015-07-28 00:31
ZOJ 2112 Dynamic Rankings
Mycode
//Hello.I'mPeter. //#pragmaco
UESTC_peterpan
·
2015-07-08 23:00
主席树套树状数组
动态求区间第k大
Could not write file: D:\
MyCode
\activiti\testactiviti\.classpath.
问题如下: 'Settingbuildpath'hasencounteredaproblem.Couldnotwritefile: D:\
MyCode
\activiti\testactiviti
Software_King
·
2015-06-14 16:00
项目开发
SVN Note
1.从本地导入代码到服务器(第一次初始化导入)在终端中输入svnimport/Users/apple/Documents/eclipse_workspace/weibosvn://localhost/
mycode
_xiaotudou
·
2015-05-30 11:00
Unity3D开发之遍历检查AnimatorController里面所有部件
MyCode
:TP:FF21DDCC现在做的项目用的动画系统是Generic,然后每次用AnimatorController的时候,都要重新拖拖拉拉很麻烦如果加入一个新的角色,但它又有部分动作是复用之前的
lihandsome
·
2015-05-13 19:00
Android开发
unity3d
Xcode配置SVN
主要有两部:1提交import:在终端中输入svnimport/Users/apple/Documents/eclipse_workspace/weibosvn://localhost/
mycode
/weibo–username
zhenggaoxing
·
2015-05-12 17:00
SVN
xcode
UVA 11722(概率+几何)
Mycode
//Hel
UESTC_peterpan
·
2015-05-11 21:00
几何
概率
【HDU】1402 A * B Problem Plus 【FFT】
这是我做的第一道FFT,FFT是看算法导论学来的,感觉算导讲的很不错,简单易懂~
mycode
:#include #include #include #include usingnamespacestd
u013368721
·
2015-04-28 11:00
fft
Codeforces Round #207 (Div. 1) B. Xenia and Hamming
Mycode
//Hello.I'
UESTC_peterpan
·
2015-04-28 04:00
数学
gcd
LCM
同余关系
【HDU】4348 To the moon 【可持久化线段树】
mycode
:#include #include #include usingnamespacestd; typedeflonglongLL; #definerep(i,a,b)for(inti=(
u013368721
·
2015-04-22 21:00
HDU
【FZU】Problem 2137 奇异字符串【后缀数组】
mycode
:#include #include #include #include #include #incl
u013368721
·
2015-04-22 19:00
Algorithm
FZU
【BZOJ】3289: Mato的文件管理【区间逆序对,莫队套树状数组】
传送门:【BZOJ】3289:Mato的文件管理
mycode
:#include #include #include #include usingnamespacestd; typedeflonglongLL
u013368721
·
2015-04-21 23:00
bzoj
【BZOJ】2286: [Sdoi2011消耗战【虚树DP】
传送门:【BZOJ】2286:[Sdoi2011消耗战
mycode
:#include #include #include usingnamespacestd; typedeflonglongLL;
u013368721
·
2015-04-21 21:00
Algorithm
dp
bzoj
【BZOJ】3572: [Hnoi2014]世界树【虚树DP】
传送门:3572:[Hnoi2014]世界树
mycode
:#include #include #include #include usingnamespacestd; typedeflonglongLL
u013368721
·
2015-04-21 12:00
Algorithm
dp
bzoj
NDK学习(1) 动态库的编译
源代码目录 D:\cocos\android-ndk-r10c\
Mycode
1在
Mycode
新建文件夹 jni 必须有jni文件夹,否则无法编译把代码放到jni文件夹里内容如下:add.h:intadd
A289672082
·
2015-03-24 17:00
Codeforces Round #293 Div2 F(Pasha and Pipe)
ComplexityTimeComplexity:O(n×m)MemoryComplexity:O(n×m)
MyCode
//Hello.I'mPe
UESTC_peterpan
·
2015-03-05 22:00
模拟
贪心
构造
python 多层表达式
参考代码:print[100*n1+10*n2+n3forn1inrange(1,10)forn2inrange(10)forn3inrange(10)ifn1==n3]
myCode
:importstringL1
沢田悠二
·
2014-11-10 21:08
python
ClassLoader.getResourceAsStream() 与 Class.getResourceAsStream()的区别
例如你写了一个MyTest类在包com.test.
mycode
下,那么MyTest.class.getResourceAsStream("name&q
wanxiaotao12
·
2014-08-05 10:00
RUBY文件读写
File.open("hello.rb","r")do|file| whileline =file.gets1.先写段代码看看 #p1 myFile=File.new("f:\\ruby\\
mycode
dazhi_100
·
2014-08-04 15:00
OSX下使用SVN客户端的功能
从本地导入代码到服务器(第一次初始化导入) 在终端中输入 svn import /Users/apple/Documents/eclipse_workspace/weibo svn://localhost/
mycode
zl4393753
·
2014-07-08 10:00
SVN
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
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
其他