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
每天学习一个设计模式(二十一):行为型之策略模式
其定义如下:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
${简简单单}
·
2020-07-04 11:55
设计模式
【资源大全】.NET资源大全中文版(Awesome最新版)
算法与数据结构(
Algorithms
andDatastructures)应用程序接口(API)应用程序框架(ApplicationFrameworks)模板引擎(ApplicationTemplates
a688977544
·
2020-07-04 10:31
A Review on Generative Adversarial Networks:
Algorithms
, Theory and Applications
论文地址:https://arxiv.org/pdf/2001.06937.pdf近年来,生成对抗网络(GAN)是一个热门的研究课题。2014年至今,人们对GAN进行了广泛的研究,并提出了大量算法。但是,很少有全面的研究来解释不同GAN变体之间的联系以及它们演变的方式。在本文中,我们尝试从算法、理论和应用的角度对多种GAN方法进行综述。首先,我们详细介绍了大多数GAN算法的研究动机、数学表征和架构
Norstc
·
2020-07-04 10:46
Artificial
Intelligence
Distiller:量化算法
Quantization
Algorithms
量化算法注意:对于任何需要量化感知训练的以下方法,请参阅这里,了解如何使用Distiller的机制调用它。
Yan_Joy
·
2020-07-04 09:58
机器学习
pytorch
python
设计模式-策略模式(Strategy Pattern)
Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable(定义一组算法,将每个算法都封装起来,并且使它们之间可以互换
境里婆娑
·
2020-07-04 08:03
设计模式
麻省理工学院《算法导论》(MIT - Introduction to
Algorithms
) 视频教学下载地址
ed2k://|file|%5BMIT%E7%AE%97%E6%B3%95%E5%AF%BC%E8%AE%BA.%E8%A7%86%E9%A2%91%5D.1.ocw-6.046-07sep2005-220k.mp4|175006724|bfc576d79ef02417b64235680425ecc1|h=qn3fzicbevragyniohnbf6i77kq5pvze|/ed2k://|file
lt3
·
2020-07-04 08:49
算法
Merge Sort Linked List
Givenasingly-linkedlist,whereeachnodecontainsanintegervalue,sortitinascendingorder.Themergesort
algorithms
houldbeusedtosolvethisproblem.Examplesnull
GakkiLove
·
2020-07-04 07:00
《算法
Algorithms
第四版》2-3查找树学习小结
序言二叉查找树在插入N个元素后,可能会构造出一个深度为N的查找树,这样的话二叉查找树的查找性能就变得和顺序查找无异了,都是线性级的。为了维持树的平衡性,我们引入了2-3查找树,对于二叉查找树来说,每个结点只允许有一个键和两个链接,而2-3查找树我们允许一个节点有两个键和三个链接;左链接依然链接的比根节点小的节点,中链接则连接的是介于根结点两个键之间的的节点,右链接依然链接的是比根结点两个键都大的节
我从大数据中找个零
·
2020-07-04 07:19
《算法第四版》学习小结
基于C#的排列和组合算法
usingSystem;usingSystem.Collections.Generic;namespace
Algorithms
{publicclassPermutationAndCombination{
Miracle_Lee
·
2020-07-04 07:54
C#基础
栈、队列iOS实现方案-纸牌游戏 小猫钓鱼
////main.m//
Algorithms
////Createdbyyukion2017/3/25.//Copyright©2017年kang.yu.sh.Allrightsreserved.
oceanfish
·
2020-07-04 06:44
LeetCode-268:Missing Number(寻找缺失数字)
QuestionGivenanarraycontainingndistinctnumberstakenfrom0,1,2,…,n,findtheonethatismissingfromthearray.Forexample:Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouim
大树先生的博客
·
2020-07-04 06:20
LeetCode刷题
LeetCode
刷题
LS和DV路由协议的分析与比较
路由算法可分为distancevector(DV)algorithm和link_state(LS)
algorithms
两种。LS算法和DV算法,这两种算法各有特点,分述如下。1、工作原理的不同。
HNSD983704669
·
2020-07-04 05:22
网络
Introduction and scope (Artificial Intelligence)
Algorithms
enabledbyconstraintsexposedbyrepresentationsthatsupportmodelstargetedatthinking,perception,
长安一片月噢
·
2020-07-04 05:22
Design and Analysis of
Algorithms
(B-Trees)
B-TreesB-Treesaretreedatastructuresthatstoresorteddata.B-TreescanbeseenasageneralizationofBinarySearchTreeswherenodescanhavemorethanonekey/valueandmorethantwochildren.SimilartoBSTs,theysupportsearch,i
长安一片月噢
·
2020-07-04 05:22
Design and Analysis of
Algorithms
(Divide & Conquer: FFT)
PolynomialoperationsandrepresentationsApolynomialA(x)canbewritteninthefollowingform:ThedegreeofAisn-1;OperationsonpolynomialsEvaluation:GivenapolynomialA(x)andanumberx0,computeA(x0).ThiscanbedoneinO(n
长安一片月噢
·
2020-07-04 05:22
Introduction to
Algorithms
(Table Doubling, Karp-Rabin)
HowLargeshouldTablebe?wantm=Θ(n)atalltimesIdeaStartsmall(constant)andgrow(orshrink)atnecessaryRehashingTogroworshrinktablehashfunctionmustchangemustrebuildhashtablefromscratchΘ(n+m)time=Θ(n),ifm=Θ(n)H
长安一片月噢
·
2020-07-04 05:22
DotNet 资源大全中文版(Awesome最新版)
算法与数据结构(
Algorithms
andDatastructures)Algorithmia-.NET3.5及更高版本的算法和数据结构库。
weixin_34219944
·
2020-07-04 03:28
(2011)构架师之路-闭眼设计系列-第一篇:IM后台构架
转载地址:http://hi.baidu.com/
algorithms
/blog/item/a17909d1bfc3712f9a5027c0.htmlIM(即时通讯)系统(如QQ、MSN、飞信等),至少分为
vba_2001
·
2020-07-04 02:16
互联网&云
im
服务器
负载均衡
存储
网络
数据库
快速排序(Java实现)
封装成类:packagecom.roc.
algorithms
.sort;/***快速排序**@authorimroc*/publicclassQuickSort{publicstaticvoidsort
imroc
·
2020-07-04 02:54
VI-Big O
gaoxiangnumber1Welcometomygithub:https://github.com/gaoxiangnumber1BigOtimeisthelanguageandmetricweusetodescribetheefficiencyof
algorithms
.TimeComplexityBig
gaoxiangnumber1
·
2020-07-04 00:19
程序员面试金典-第6版
Python 哈希查找及哈希表的实现
墙裂建议阅读:Problem-Solving-with-
Algorithms
-and-Data-Structures-Using-Python5.5.Hashing为什么提出哈希查找python中lis
西檬饭
·
2020-07-02 16:55
数据结构和算法
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
上一页
51
52
53
54
55
56
57
58
下一页
按字母分类:
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
其他