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
loves
Caffe fine-tuning 微调网络
转载请注明出处,楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/目前呢,caffe,theano,torch是当下比较流行的DeepLearning
生如
·
2017-12-20 21:34
Caffe源码解析
楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/首先看到的是Blob这个类,Blob是作为Caffe中数据流通的一个基本类,网络各层之间的数据是通过
qq59326f37ac595
·
2017-06-04 17:02
机器学习
深度学习
caffe
Caffe源码解析
楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/首先看到的是Blob这个类,Blob是作为Caffe中数据流通的一个基本类,网络各层之间的数据是通过
qq59326f37ac595
·
2017-06-04 17:47
谷歌
深度学习
caffe
NanoApe
Loves
Sequence Ⅱ(尺取法(技巧))
题目来源:https://vjudge.net/problem/HDU-5806【题意】给出一组数列,问此数列含有多少个区间的第k大的值不小于m。【思路】作比赛时,没看懂题意。。。大写的尴尬。然后强哥说E题可做,尺取法。。不久之前学过,还做了一道题,,,但是忘得是一干二净。所以便是重新看了下。想了想,这道题的根本只有一点,只有已经统计过的数中有k个数是不小于m的,那么后面再加上任意数,这个区间都符
起风了_唯有努力生存
·
2017-05-11 15:30
ACM竞赛
【含有一定技巧】
ACM的进程
[bzoj4161]Shlw
loves
matrixI
题目大意常系数齐次递推生成函数构造特征多项式然后用快速幂做多项式取模多项式乘法暴力即可#include#include#definefo(i,a,b)for(i=a;i=b;i--)usingnamespacestd;typedeflonglongll;constintmaxn=4000+10,mo=1000000007;inta[maxn],b[maxn],c[maxn],d[maxn],e[m
WerKeyTom_FTD
·
2017-04-18 10:28
快速幂
快速傅里叶变换
【jzoj3748】【CF446D】【DZY
Loves
Games】【矩阵乘法】
题目大意今天DZY想要玩一个古老的游戏。他在一个有n个房间并有m个走廊互相连接的大迷宫里(每个走廊都允许双向通行)。你可以认为所有房间都被走廊直接或间接连接。DZY在迷宫里迷路了。现在他在第一房间并且有k条命。他将会按如下所述行动:首先,他会随机抽取一条从他现在所处房间出发的走廊。每个抽取范围内的走廊选中的机率相等。然后他会沿着走廊走到走廊的另一端,并且回到第一步重复这个过程。迷宫中的一些房间里面
inklutcuah
·
2017-04-09 14:18
jzoj
矩阵乘法
DZY
Loves
Modification CodeForces - 446B
DZYLovesModificationCodeForces-446B题目描述Asweknow,DZYlovesplayinggames.OnedayDZYdecidedtoplaywithan × mmatrix.Tobemoreprecise,hedecidedtomodifythematrixwithexactlykoperations.Eachmodificationisoneofthef
elbadaernu
·
2017-03-23 19:17
模拟
贪心
数论
优先队列
Annie
loves
sunshine
Annie喜欢阳光,特别是冬日的柔和的光喜欢漫步在大片的阳光下喜欢这种无忧无虑的坦荡的人生所以她总是背着很重的书包,一个人,却十分坚持地,每天去教室上自习她总是喜欢爬上高高的楼层,选一间人少的,安静的,有阳光的教室,靠着窗坐下来,非常非常幸福的享受这样的sunnyday........Annie摄于去年暑期莲池杰伦的早操可以很好的表达Annie此时的美好心情╰(*´︶`*)╯纯音乐-早操Thesu
DearAnnie
·
2017-01-02 11:37
vue.js基础(2)-列表与处理用户输入
(1)列表首先在html页面中,改写为如下代码:vue1{{message}}{{person.name}}
loves
{{person.love}}varapp=newVue({el:'#app',data
hz82114280
·
2016-11-03 19:18
Caffe fine-tuning 微调网络 (记录加学习下)
转载请注明出处,楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/目前呢,caffe,theano,torch是当下比较流行的DeepLearning
rookie_chenzhi
·
2016-10-17 13:53
BZOJ 4162 shlw
loves
matrix II 拉格朗日插值+Cayley-Hamilton定理
题目大意:给定一个n∗n的矩阵A,求Akmod1000000007n≤50,k≤210000首先先介绍一下特征值的相关内容……对于矩阵A,若存在常数λ以及非零列向量x,使得Ax=λx,则称λ为矩阵A的一个特征值,x为矩阵A的一个特征向量。Ax=λxAx=λIx(A−λI)x=0|A−λI|=0∣∣∣∣∣∣A11−λA21⋮An1A12A22−λ⋮An2⋯⋯⋯A1nA2n⋮Ann−λ∣∣∣∣∣∣=0
PoPoQQQ
·
2016-10-16 01:54
BZOJ
矩阵乘法
高斯消元
数学算法
文章标题 HDU 5272:Dylans
loves
numbers( 水)
DylanslovesnumbersDescriptionWhoisDylans?YoucanfindhisIDinUOJandCodeforces.HisanotherIDiss1451900inBestCoder.Andnowtoday’sproblemsareallabouthim.DylansisgivenanumberN.Hewantstofindouthowmanygroupsof“1
Wang_SF2015
·
2016-08-18 14:00
水
I will give you more
loves
and cares
你像是可以渲染出五颜六色那些色彩可以描绘出我小时坐的梦船就这样漂啊漂漂向远方你手边的孩子也长大了我在那五颜六色的船上向你招手你微笑的应着眼神像是以前庭院里的月光柔和在风中你慢慢向前跨步努力迈却也迈不过幼时接我回家时的步我叫你慢些慢些却也头也不回的朝着远方去了我怎么就没有注意到你脸上深深的纹壑和日渐佝偻的背呢?笑脸盈盈的我一转身怎么也找不到你心里憋的一大堆喜悦带给你舍不得吃的馅饼也还没喂进你的嘴紧紧
阿弥陀佛么么哒123
·
2016-07-21 22:23
Fast RCNN训练自己的数据集 (2修改读写接口)
转载楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/https://github.com/YihangLou/fast-rcnn-train-another-dataset
u014540717
·
2016-06-01 15:00
DZY
Loves
Modification 优先队列
B.DZYLovesModification题目连接:http://www.codeforces.com/contest/446/problem/BDescriptionAsweknow,DZYlovesplayinggames.OnedayDZYdecidedtoplaywithan × mmatrix.Tobemoreprecise,hedecidedtomodifythematrixwith
qscqesze
·
2016-05-25 20:00
DZY
Loves
Sequences 动态规划
A.DZYLovesSequences题目连接:http://www.codeforces.com/contest/446/problem/ADescriptionDZYhasasequencea,consistingofnintegers.We'llcallasequenceai, ai + 1, ..., aj(1 ≤ i ≤ j ≤ n)asubsegmentofthesequencea.T
qscqesze
·
2016-05-25 19:00
bzoj3462: DZY
Loves
Math II
第一眼看题没看懂。。后来发现pi可以等于pi+1。。。题目可化为给定S=p1+p2+...+pk,求p1*x1+p2*x2+..+pk*xk=n的方案数(x1,x2,x3,...>0)。因为S#include#include#include#definelllonglong#defineP1000000007usingnamespacestd;intS,q,a[10],cnt,once,s;llf
Miao_zc
·
2016-05-23 08:28
bzoj
DP
hdoj-5645-DZY
Loves
Balls
ProblemDescriptionDZYlovesplayingballs.Hehasnballsinabigbox.Oneachballthereisanintegerwritten.Onedayhedecidestopicktwoballsfromthebox.Firstherandomlypicksaballfromthebox,andnamesitA.Next,withoutputtin
Ypopstar
·
2016-05-14 10:00
hdoj-5675-ztr
loves
math
ProblemDescriptionztrlovesresearchMath.Oneday,Hethoughtaboutthe“LowerEdition”oftriangleequationset.Suchasn=x2−y2.Hewantedtoknowthat,foragivennumbern,isthereapositiveintegersolutions?InputThereareTtest
Ypopstar
·
2016-05-13 22:00
hdu 5675 ztr
loves
math(数学)
DescriptionztrlovesresearchMath.Oneday,Hethoughtaboutthe"LowerEdition"oftriangleequationset.Suchas n=x^{2}-y^{2}. Hewantedtoknowthat,foragivennumbern,isthereapositiveintegersolutions? InputThereareTte
linyuxilu
·
2016-05-12 21:00
CodeForces 444A DZY
Loves
Physics(结论题)
题意:给你一个带边权和带点权的无向图,你需要找到一个最大的子团,使得这个子团的点权和除以边权和最思路:直接猜一波一定是只能选两个点,然后就可以了#include usingnamespacestd; constintmaxn=505; doublev[maxn]; intn,m; doubleans; intmain() { scanf("%d%d",&n,&m); for(inti=1;i<=n
qq_21057881
·
2016-05-12 16:00
faster_rcnn c++版本的 caffe 封装(1)
转载请注明出处,楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/由于需要把FasterRCNN做的工程化,因此这里需要对Caffe进行封装
楼燚航的blog
·
2016-05-12 15:00
faster_rcnn c++版本的 caffe 封装(1)
转载请注明出处,楼燚(yì)航的blog,http://www.cnblogs.com/louyihang-
loves
-baiyan/由于需要把FasterRCNN做的工程化,因此这里需要对Caffe进行封装
楼燚航的blog
·
2016-05-12 15:00
hdu 5676ztr
loves
lucky numbers(全排列函数)
Descriptionztrlovesluckynumbers.Everybodyknowsthatpositiveintegersareluckyiftheirdecimalrepresentationdoesn'tcontaindigitsotherthan4and7.Forexample,numbers47,744,4areluckyand5,17,467arenot. Luckynumbe
linyuxilu
·
2016-05-12 15:00
[BZOJ3309] DZY
Loves
Math - 莫比乌斯反演
先链popoqqq大爷的题解 然后看本蒟蒻口胡(雾),毕竟50题了qwq 嗯首先莫比乌斯反演在popoqqq大爷的题解里面已经很详细了。。 然后我就贴代码放筛法了……莫比乌斯反演一下,O(n)预处理,O(Tk)分块查询。。k=两个输入的数的约数交集的大小-- 然后就A了啊--(其实我还不是很懂啊qwq所以太弱也讲不清什么qwq#include"stdio.h" #include"math.
whzzt
·
2016-05-11 23:00
【bzoj3569】DZY
Loves
Chinese II 线性基+树上小技巧
首先找到一棵dfs树,注意是dfs树,因为dfs树没有横叉边,所以好处理给每条非树边定一个随机权值,树边的权值就是所有覆盖这条树边的边的权值的异或和覆盖这条树边,即有一条边的两端分别位于这棵树去掉这条树边所形成的两个联通块中如果这个集合是线性无关的,则最终的图是连通的,否则是不连通的于是使用线性基来判断是否是线性无关即可如何处理一条树边的权值?因为dfs树只有返祖边,所以对于每条非树边,把两个端点
u012288458
·
2016-05-11 22:00
【bzoj3563】DZY
Loves
Chinese 在线cdq分治+并查集
和3237做法差不多,把cdq分治改成在线的就可以了。至于怎么在线cdq分治?这个只可意会,不可言传。#include #include #include #include #include #include #definemaxn500010 usingnamespacestd; structyts { intx,y; boolflag; }e[maxn]; intans[maxn],f[
u012288458
·
2016-05-11 20:00
HDU 5676 ztr
loves
lucky numbers dfs+二分
ztrlovesluckynumbers TimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others) TotalSubmission(s)
Houheshuai
·
2016-05-11 20:00
dp
ACM
hdoj ztr
loves
substring 5677 (多重背包+母函数)好题
ztrlovessubstringTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):288 AcceptedSubmission(s):159ProblemDescriptionztrlovereserachsubstring.Today,hehasnst
yanghui07216
·
2016-05-11 13:00
hdoj ztr
loves
lucky numbers 5676 (dfs模拟)
ztrlovesluckynumbersTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):918 AcceptedSubmission(s):389ProblemDescriptionztrlovesluckynumbers.Everybodyknowst
yanghui07216
·
2016-05-10 22:00
hdoj ztr
loves
math 5675 (数学规律)给出一个n问是否有整数解
ztrlovesmathTimeLimit:2000/1000MS(Java/Others) MemoryLimit:65536/65536K(Java/Others)TotalSubmission(s):766 AcceptedSubmission(s):296ProblemDescriptionztrlovesresearchMath.Oneday,Hethoughtaboutth
yanghui07216
·
2016-05-10 22:00
HDU 5658 CA
Loves
Palindromic(回文树)
CALovesPalindromicTimeLimit:2000/1000MS(Java/Others) MemoryLimit:262144/262144K(Java/Others)TotalSubmission(s):301 AcceptedSubmission(s):131ProblemDescriptionCAlovesstrings,especiallylovesthepal
Dacc123
·
2016-05-10 08:00
HDU
ca
Palindromic
Loves
回文树
5658
【NBUToj】1667 - Hkhv
Loves
Sequences(模拟,严格递增子串)
[1667]HkhvLovesSequences时间限制:1000ms内存限制:65535K问题描述Hkhvhasasequencea,consistingofnintegers.We'llcallasequenceai,ai+1,...,aj(1 #include #include usingnamespacestd; structnode { intfrom,to; intl; }data[1
wyg1997
·
2016-05-09 21:00
hdu 5676 ztr
loves
lucky numbers
ProblemDescriptionztrlovesluckynumbers.Everybodyknowsthatpositiveintegersareluckyiftheirdecimalrepresentationdoesn’tcontaindigitsotherthan4and7.Forexample,numbers47,744,4areluckyand5,17,467arenot.Luck
ACM__dongsheng
·
2016-05-08 23:00
hdu_5677_ztr
loves
substring(回文+二维多重背包)
题目连接:http://acm.hdu.edu.cn/showproblem.php?pid=5677题意:给你N个串,问能否选出小于K个回文字符串使得选出的字符串的长度之和为L。题解:很容易想到求一下回文字符串的个数和长度,然后就背包处理一下,数据比较水,用了manacher和二进制背包加速,0ms过。#include #include #definemin(a,b)(a)>(b)?(b):(a
bin_gege
·
2016-05-08 21:00
dp
字符串
HDU 5264 pog
loves
szh I
DescriptionPoghaslotsofstrings.Andhealwaysmixestwoequal-lengthstrings.Forexample,therearetwostrings:"abcd"and"efgh".Aftermixing,anewstring"aebfcgdh"iscoming. However,szhthinksitisboring,sohereversesth
acmmiao
·
2016-05-07 22:00
HDU 5272 Dylans
loves
numbers
DescriptionWhoisDylans?YoucanfindhisIDinUOJandCodeforces. HisanotherIDiss1451900inBestCoder. Andnowtoday'sproblemsareallabouthim. Dylansisgivenanumber . Hewantstofindouthowmanygroupsof"1"initsBinaryre
acmmiao
·
2016-05-07 22:00
codeforces 447C DZY
Loves
Sequences(最长上升子序列变体)
DescriptionDZYhasasequencea,consistingofnintegers.We'llcallasequenceai, ai + 1, ..., aj(1 ≤ i ≤ j ≤ n)asubsegmentofthesequencea.Thevalue(j - i + 1)denotesthelengthofthesubsegment.Yourtaskistofindthelo
wchhlbt
·
2016-05-07 20:00
ACM
codeforces
HDU5274 Dylans
loves
tree(树链剖分+异或)
传送门:http://acm.hdu.edu.cn/showproblem.php?pid=5274题意很简单,输入以后,查询的时候0xy,是把x点改成y。1xy,是查询[x,y]中,数字出现的次数是否都是偶数,出现奇数的数字 #include #include #include #include #include #include #include #include #include #incl
xtttgo
·
2016-05-07 19:00
【BestCoder Round #82 (div.2)】HDU5675ztr
loves
math
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5675问题描述ztr喜欢研究数学,一天,他在思考直角三角形方程组的Lower版,即n=x^{2}-y^{2}n=x2−y2,他想知道,对于给出的n,是否会有正整数解。输入描述有T组数据,第一行为一个正整数T(T #include usingnamespacestd; intmain() {
wlxsq
·
2016-05-07 17:00
hdu 5677 ztr
loves
substring【回文Manacher+多重背包】
#include usingnamespacestd; intp[1024],g[1024]; intdp[1024][1024],N,flag,l; intmain() { int_,n,k,up; scanf("%d",&_); strings; charst[1024]; while(_--) { scanf("%d%d%d",&n,&k,&l); memset(g,0,sizeof(g
xinag578
·
2016-05-07 17:00
DZY
Loves
Strings hash 暴力
D.DZYLovesStrings题目连接:http://codeforces.com/contest/444/problem/DDescriptionDZYlovesstrings,andheenjoyscollectingthem.InChina,manypeopleliketousestringscontainingtheirnames'initials,forexample:xyz,jcv
qscqesze
·
2016-05-07 16:00
DZY
Loves
Colors 分块
C.DZYLovesColors题目连接:http://codeforces.com/contest/444/problem/CDescriptionDZYlovescolors,andheenjoyspainting.Onacolorfulday,DZYgetsacolorfulribbon,whichconsistsofnunits(theyarenumberedfrom1tonfromlef
qscqesze
·
2016-05-07 16:00
DZY
Loves
FFT 暴力
B.DZYLovesFFT题目连接:http://codeforces.com/contest/444/problem/BDescriptionDZYlovesFastFourierTransformation,andheenjoysusingit.FastFourierTransformationisanalgorithmusedtocalculateconvolution.Specifical
qscqesze
·
2016-05-07 16:00
DZY
Loves
Physics 智力题
A.DZYLovesPhysics题目连接:http://codeforces.com/contest/444/problem/ADescriptionDZYlovesPhysics,andheenjoyscalculatingdensity.Almosteverythinghasdensity,evenagraph.Wedefinethedensityofanon-directedgraph(n
qscqesze
·
2016-05-07 16:00
hdu 5676 ztr
loves
lucky numbers
这道题是 BestCoderRound#82(div.2) 的第二道题,题意很简单,首先定义一个幸运数的概念。幸运数就是至少包含一个4或者7,并且4的个数和7的个数必须相等,例如4、7,4477.....给你一个数,要你找到最小的幸运数,但不能小于所给定的这个数。做比赛的时候,我的同学一上来就模拟结果可想而知,我也想了下模拟,发现很容易漏掉一些情况,想到了暴力,给定的数小于10e18,暴力的话就是
u014142379
·
2016-05-07 10:00
Algorithm
Force
binary_reserach
hdu 5678 ztr
loves
trees (给一颗有根树,树上的每一个节点有一个权值,每次询问某个子树中所有权值的中位数)
ztrlovestreesTimeLimit:6000/2500MS(Java/Others)MemoryLimit:131072/65536K(Java/Others)TotalSubmission(s):296AcceptedSubmission(s):46ProblemDescriptionSuperDeityztrlikestreesfromchildhood,CCTV-children:
_zidaoziyan
·
2016-05-07 10:45
主席树
hdu 5678 ztr
loves
trees (给一颗有根树,树上的每一个节点有一个权值,每次询问某个子树中所有权值的中位数)
ztrlovestreesTimeLimit:6000/2500MS(Java/Others) MemoryLimit:131072/65536K(Java/Others)TotalSubmission(s):296 AcceptedSubmission(s):46ProblemDescriptionSuperDeityztrlikestreesfromchildhood,CCTV-c
acm_fighting
·
2016-05-07 10:00
hdu 5675 ztr
loves
math
ProblemDescriptionztrlovesresearchMath.Oneday,Hethoughtaboutthe“LowerEdition”oftriangleequationset.Suchasn=x2−y2.Hewantedtoknowthat,foragivennumbern,isthereapositiveintegersolutions?InputThereareTtest
ACM__dongsheng
·
2016-05-07 10:00
Math
HDU ACM 5675 ztr
loves
math
题意:给定一个正整数n,是否存在n=x^2-y^2(n<=10^18)。分析:原式可写成:n=(k+x)^2-k^2(x,k均为正整数)。展开得n=2*x*k+k^2。由此可知要使上式成立存在两种情况(因为2*x*k必为偶数,而k^2可为奇偶):1、当k^2为奇数时,n为奇数,所以当n为奇数时,存在题目所给式子(1除外,因为当x,k均取1时最小,n为3,。。。。。。)。2、当k^2为偶数时,n为偶
a809146548
·
2016-05-05 22:00
C++
ACM
C++11
算发
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他