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
Algorithms:
winograd卷积的实现——ncnn的x86版本的一点心得
论文题目:Fast
Algorithms
forConvolutionalNeuralNetworks链接传送:https://arxiv.org/abs/1509.09308v2请读者看过论文再往下看,这论文真的不难懂
qq_16952303
·
2020-07-02 16:30
深度学习推理框架
Princeton-Algorithm-Stack & Queue
该文章为Princeton-
Algorithms
PartI读书笔记,相关视频在此。
kevinscake
·
2020-07-02 15:59
leetcode229. Majority Element II
题目描述(难度(Medium)):Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
qingyujean
·
2020-07-02 15:56
leetcode
Delay-Tolerant
Algorithms
for Asynchronous Distributed Online Learning
1.AbstractAdaptivegradientmethods,adaptnotonlytothesequenceofgradients,butalsotothepreciseupdatedelaysthatoccur.不仅考虑梯度序列,也考虑updatedelay首先提出了一个impractical的算法,能够准确量化delay的影响然后分析了AdaptiveRevision,能够高效实现,
世间五彩我执纯白
·
2020-07-02 14:23
ICLR 2020 | 利用深度展开算法寻找RNA的二级结构
RNASecondaryStructurePredictionByLearningUnrolled
Algorithms
."
paper_reader
·
2020-07-02 14:36
deep
learning
medical
neo4j社区发现算法(Community detection
algorithms
)-2.The Label Propagation algorithm
一.算法介绍:标签传播算法:基于图的半监督学习方法。基本思路:从已标记的节点的标签信息来预测未标记的节点的标签信息。将一个节点的邻居节点的标签中数量最多的标签作为该节点自身的标签,给每个节点添加标签以代表它所属的社区,并通过标签的传播形成同一标签的社区结构。二.传播过程:(1)先给每个节点分配对应标签。(2)遍历n个节点,找到对应节点邻居,获取此节点邻居标签,找到出现次数最大标签,若出现次数最多标
name__student
·
2020-07-02 13:49
neo4j-图数据库
STL之
algorithms
#include1.sort()两个参数时默认从小到大排序。排序对象若存放在普通数组中,则用sort(a,a+n)的方式调用。排序对象若存放在vector中,则用sort(v.begin(),v.end())的方式调用。从大到小排序的方法:2.lower_bound()在从小到大的排序中:lower_bound(begin,end,num):返回的是地址。从begin到end-1二分查找第一个大于
mm114820
·
2020-07-02 12:08
STL
[it-ebooks]电子书列表v0.1.1
####感谢it-ebooks团队####it-ebooks电子书质量很好,但搜索功能不太完善####格式说明:[年份]书名||副标题||页码||链接####[2015]:DataMining
Algorithms
mapoor
·
2020-07-02 11:42
wiki
LeetCode-
Algorithms
-[Easy][周赛]5436. 一维数组的动态和
给你一个数组nums。数组「动态和」的计算公式为:runningSum[i]=sum(nums[0]…nums[i])。请返回nums的动态和。示例1:输入:nums=[1,2,3,4]输出:[1,3,6,10]解释:动态和计算过程为[1,1+2,1+2+3,1+2+3+4]。示例2:输入:nums=[1,1,1,1,1]输出:[1,2,3,4,5]解释:动态和计算过程为[1,1+1,1+1+1,
什么你竟然不会敲代码
·
2020-07-02 10:35
LeetCode-
Algorithms
-[Easy]面试题15. 二进制中1的个数
面试题15.二进制中1的个数publicinthammingWeight(intn){intcount=0;while(n!=0){count+=n&1;n=n>>>1;}returncount;}publicinthammingWeight_2(intn){Strings=Integer.toBinaryString(n);intcount=0;for(inti=0;i
什么你竟然不会敲代码
·
2020-07-02 10:04
LeetCode
STL(一)array静态数组
算法(
Algorithms
)算法作用于容器。它们
痴情一笑恋红颜
·
2020-07-02 10:31
C/C++
C++
leetcode----338.比特位计数(位运算)
比特位计数CategoryDifficultyLikesDislikes
algorithms
Medium(73.51%)205-Tagsdynamic-programming|bit-manipulationCompaniesUnknown
spectrelwf
·
2020-07-02 10:14
#
leetcode
算法题解
leetcode----477.汉明距离总和(位运算)
汉明距离总和CategoryDifficultyLikesDislikes
algorithms
Medium(46.09%)58-Tagsbit-manipulationCompaniesfacebook
spectrelwf
·
2020-07-02 10:14
#
leetcode
算法题解
leetcode----476.数字的补数(位运算)
数字的补数CategoryDifficultyLikesDislikes
algorithms
Easy(67.63%)129-Tagsbit-manipulationCompaniesUnknown给定一个正整数
spectrelwf
·
2020-07-02 10:14
#
leetcode
算法题解
leetcode----141.环形链表(快慢指针 or 哈希)
环形链表CategoryDifficultyLikesDislikes
algorithms
Easy(43.88%)402-Tagslinked-list|two-pointersCompaniesamazon
spectrelwf
·
2020-07-02 10:13
#
leetcode
算法题解
C++ vector运用实例(STL)
2.算法(
Algorithms
):算法作用于容器。
luzhan66
·
2020-07-02 10:52
编程与算法
[php] GET 或 header 信息传递加密
aud"=>"http://example.com","iat"=>1356999524,"nbf"=>1357000000);/***IMPORTANT:*Youmustspecifysupported
algorithms
foryourapplication.See
davids_3233
·
2020-07-02 08:32
php
LeetCode_FirstMissingPositive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
leileicaocao
·
2020-07-02 07:47
LeetCode
leetcode中Single Number II的一个通用解法
SingleNumberIIGivenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
hdc
·
2020-07-02 06:01
Algorithm
AtCoder题解——Beginner Contest 167——C - Skill Up
ProblemStatementTakahashi,whoisanoviceincompetitiveprogramming,wantstolearnM
algorithms
.Initially,hisunderstandingl
努力的老周
·
2020-07-02 06:58
OJ题解
#
AtCoder题解
AtCode题解
ABC167
Skill
Up
DFS
简单的程序诠释C++ STL算法系列之五:find_first_of
C++STL的非变易算法(Non-mutating
algorithms
)是一组不破坏操作数据的模板函数,用来对序列数据进行逐个处理、元素查找、子序列搜索、统计和匹配。
小坏猪猪
·
2020-07-02 05:42
C/C++
算法与数据结构
C++
STL
简单的程序诠释C++
STL算法
算法设计与分析基础(第3版 影印版)
《算法设计与分析基础(第3版影印版)》基本信息原书名:IntroductiontotheDesignandAnalysisof
Algorithms
,ThirdEdition作者:(美)AnanyLevitin
iteye_11916
·
2020-07-02 04:08
计算机图书
推荐一篇文章
www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html我们的那些大学真该反思下CS的教育.这句写得很好:[quote]CSisproofs(recursion),
algorithms
interhanchi
·
2020-07-02 04:11
FP
大众软件
LISP
Scheme
教育
Python
萤火虫算法
==============%%FilesoftheMatlabprogramsincludedinthebook:%%Xin-SheYang,Nature-InspiredMetaheuristic
Algorithms
hyy1568786
·
2020-07-02 03:29
机器学习
HashMap与ConCurrentHashMap
例如下面这个例子package
algorithms
;importjava.util.HashMap;importjava.util.Map;importjava.util.concurrent.ConcurrentHashMap
程序员小董
·
2020-07-01 22:04
javase
golang之结构体标签
有时候并空值其实并不是我们需要的字段packagemainimport("fmt""encoding/json")typeKeyUsagestruct{UserNamestring`json:"username"`
Algorithms
tring
cyberspecter
·
2020-07-01 21:44
Golang
队列 - 解密美女QQ号
FIFO////main.m//
Algorithms
////Createdbyyukion2017/3/25.
oceanfish
·
2020-07-01 17:21
(HTM)mnist
#--coding:utf-8--importnumpyasnpfromnupic.
algorithms
.spatial_po
b_296884864
·
2020-07-01 17:06
(HTM)nupic时间沉积池实现解读
需要了解sp和tm的工作步骤),以及论文Continuousonlinesequencelearningwithanunsupervisedneuralnetworkmodel本文研究src/nupic/
algorithms
b_296884864
·
2020-07-01 17:06
(HTM)nupic空间沉积池实现解读
tm的工作步骤),以及论文TheHTMSpatialPooler-ANeocorticalAlgorithmforOnlineSparseDistributedCoding本文研究src/nupic/
algorithms
b_296884864
·
2020-07-01 17:36
C++Primer 5th Chap10 Generic
Algorithms
(未完)
大多数算法定义在头文件algorithm中,在头文件numeric中定义了数值泛型算法。以find算法为例:在容器的两个迭代器指定的范围内遍历,查找特定值。1intval=44;2autoresult=find(ivec.begin(),ivec.end(),val);3cout>sum;accumulate(ivec.cbegin(),ivec.cend(),sum);(如果是string类型,
auj35902
·
2020-07-01 17:32
JSSE中的术语和定义
authenticationTheprocessofconfirmingtheidentityofapartywithwhomoneiscommunicating.认证:确认通讯某一参与方的身份的过程ciphersuiteAcombinationofcryptographicparametersthatdefinethesecurity
algorithms
andkeysizesu
安迪源文
·
2020-07-01 17:02
JSSE
Java
一种简单、快速、高效的多边形减面算法
一种简单、快速、高效的多边形减面算法ASimple,Fast,andEffectivePolygonReduction
AlgorithmS
tanMelax正在加拿大亚伯达大学攻读计算机科学博士学位,致力于研究交互式
amdk_7
·
2020-07-01 17:08
游戏开发
MOEA——多目标函数优化开源框架
AFrameworkforInnovationTheMOEAFrameworkisafreeandopensourceJavalibraryfordevelopingandexperimentingwithmultiobjectiveevolutionary
algorithms
alaclp
·
2020-07-01 16:59
科学计算
算法
时间序列异常点检测
原文链接:TimeSeriesAnomalyDetection
Algorithms
时间序列异常检测--简单的语言介绍当前时间序列异常检测方法在Statsbot,我们不断地回顾异常检测方法,并在此基础上改进我们的模型
akenseren
·
2020-07-01 16:54
异常检测
算法总结-Python 一
参考problemsolvingwith
algorithms
anddatastructures细节注意(1)Python中string类型不能重复赋值,string类型是不可变的。
lifesmily
·
2020-07-01 14:36
Winograd 卷积计算
论文PPT]https://www.slideshare.net/embeddedvision/even-faster-cnns-exploring-the-new-class-of-winograd-
algorithms
-a-presentation-from-arm
蓝鲸123
·
2020-07-01 13:38
OpenPR开源代码项目
OpenPR,standsforOpenPatternRecognitionprojectandisintendedtobeanopensourceplatformforsharing
algorithms
ofimageprocessing
星zai
·
2020-07-01 13:56
Code
IPSec配置命令
ipsecproposalipsec/创建一个IPSec安全提议transformesp/安全协议为ESP协议(缺省值)espauthentication-
algorithms
ha2-256/配置ESP
曲奇饼干
·
2020-07-01 12:00
少标签数据学习:宾夕法尼亚大学Learning with Few Labeled Data
Few-shotimageclassificationThreeregimesofimageclassificationProblemformulationAflavorofcurrentfew-shot
algorithms
Howwelldoesfew-shotlearningworktoday
_Summer tree
·
2020-07-01 12:13
SSL
会议&报告
OpenCV&图像处理_2:平滑smoothing模糊blurring操作
如之前所述,我个人在这个栏目下的所有文章大都是拷贝,拷贝和粘贴,有需要请阅读原文:OpenCV,OpenCV中文论坛,和RichardSzeliski写的ComputerVision:
Algorithms
andApplications
LearningCV
·
2020-07-01 11:57
OpenCV&图像处理
OpenCV
图像处理
2017.12.9~10打卡
2017-12-9早上:学习算法第一章的视频(Analysisof
Algorithms
Introduction、Observations)。
爱跑步的coder
·
2020-07-01 09:38
SAX(Symbolic Aggregate Approximation)一种时间序列的新型符号化方法
The
algorithmS
AX将一段
敲代码的quant
·
2020-07-01 09:39
time
series
时间序列分析
深度学习在金融领域的应用
关注上方“Datawhale”,选择“星标”公众号第一时间获取价值内容作者丨梅子行来源丨风控算法工程师(ID:RC_
algorithms
)现在我们正处在一个深度学习时代,CV领域基本上已经被NN所统治,
Datawhale
·
2020-07-01 08:27
About Introduction to
Algorithms
《计算机算法之设计与分析》(TheDesignandAnalysisofComputer
Algorithms
)Addison-Wesley,1974.经典作品,但是在网络流,线性规划和近代算法方面较缺少
Artvip
·
2020-07-01 07:13
codeing-enjoy
实例化MD5CryptoServiceProvider报错:此实现不是 Windows 平台 FIPS 验证的加密算法的一部分...
System.InvalidOperationException:ThisimplementationisnotpartoftheWindowsPlatformFIPSvalidatedcryptographic
algorithms
Annie9311251
·
2020-07-01 07:57
STL源码剖析(一)
STL六大部件容器(container)、分配器(allocator)、算法(
algorithms
)、迭代器(iterator)、适配器(adaptor)、仿函数(functor)二分配器AllocatorVC6
Aaron_M
·
2020-07-01 07:05
STL源码剖析
GitHub上1万8千个star大佬开源算法推荐!!!
不多bb先放图链接https://github.com/The
Algorithms
/Python简介:该项目上有大量的算法,包括排序算法、二叉树、动态规划、神经网络、机器学习算法等等,作者也对算法的实现进行了详细的说明
AI_study_NO1
·
2020-07-01 07:45
编写leetcode测试用例时所用的辅助函数
在做leetcode题目(https://oj.leetcode.com/problemset/
algorithms
/)的时候,我们总要自己写测试用例,常常要生成vector,list,tree,我将这些常用操作封装了一下
AAA20090987
·
2020-07-01 07:58
C/C++
【数据结构与算法】task6 图
参考:https://github.com/The
Algorithms
/Python/tree/master/graphs实现有向图、无向图、有权图、无权图的邻接矩阵和邻接表表示方法参考:https:/
y430
·
2020-07-01 07:12
上一页
53
54
55
56
57
58
59
60
下一页
按字母分类:
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
其他