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
poj3974(manacher)
:65536KTotalSubmissions:6725Accepted:2483DescriptionAndythesmartcomputersciencestudentwasattendingan
algorithms
classwhentheprofessoraskedthestudentsasimplequestion
Water_Wood_
·
2020-08-24 20:34
回文串
几种常见的排序算法
Algorithms
Lesson1:Bubblesort代码fori=(n-1)to1forj=0to(i-1)ifA[j]>A[j+1]swap(A[j],A[j+1])复杂度分析n个元素,比较次数有
ialwaysgo
·
2020-08-24 19:52
数据结构
STL(一)
STL六大部件:容器(Containers)分配器(Allocators)分配器支持容器算法(
Algorithms
)迭代器(Iterators)适配器(Adapters)仿函数(Functors)程序示例
Felicia1993
·
2020-08-24 18:00
TLS handshake过程中的Hello消息
Theciphersuitelist,passedfromtheclienttotheserverintheClientHellomessage,containsthecombinationsofcryptographic
algorithms
supportedbytheclientinorderoftheclient'spreference
xiao_bodian
·
2020-08-24 18:14
SSH&TLS
经典全变分图像去噪算法(tv算法)公式推导与MATLAB实现
该论文:Nonlineartotalvariationbasednoiseremoval
algorithms
发表于1992年,它提出了经典的全变差图像去噪算法。
一九九六年秋_
·
2020-08-24 17:50
matlab
算法
机器学习
【Java 数据结构与算法 04】递归
本文为学习Java数据结构与算法所记录,主要内容为递归的原理和应用,以及通过递归解决迷宫问题、八皇后问题(回溯算法)Github仓库:DataStructures-and-
Algorithms
个人网站:
源志bx
·
2020-08-24 15:14
Java
数据结构与算法
数据结构
算法
递归法
聊聊Election
Algorithms
序本文主要研究一下Election
Algorithms
Election
Algorithms
Election
Algorithms
大致有两类,一类是Garcia-Molina提出的BullyElection
codecraft
·
2020-08-24 14:41
自定义命令添加 classpath
在命令行中使用自定义javac和java效果windowsE:\de_learn\
algorithms
\homework\dequeue_ramdom>javac-algs4Permutation.javaE
seal_de
·
2020-08-24 13:49
算法
classpath
javac
java
高效effective C++ 55条款之个人学习笔记一
Object-orientedC++.TemplateC++STLcontainers,iterators,
algorithms
条款2:尽量使用const,enum,inline替换#define关键字这样我们可以使用编译器替换预编译器
5t4rk
·
2020-08-24 13:58
技术文章
学习笔记
网络安全与恶意代码
Python Crypto.Cipher加密包
TheCrypto.Cipherpackagecontains
algorithms
forprotectingtheconfidentialityofdata.Crypto.Cipher包含保护机密数据的加密算法
「已注销」
·
2020-08-24 13:16
python
算法
使用Networkx进行overlapping community 重叠社区检测
http://networkx.lanl.gov/reference/generated/networkx.
algorithms
.community.kclique.k_clique_communities.html
SecondLife
·
2020-08-24 13:36
networkx
使用NetworkX将二分网络投影
codesimportnetworkxasnximportrefromnetworkx.
algorithms
importbipartiteG=nx.Graph()f=open('user-app1.txt
SecondLife
·
2020-08-24 13:16
networkx
笔记:上过的关于Coursera上的一些课程
No1:Bioinformatic
algorithms
(Part1)https://github.com/jschendel/bioinformatics-
algorithms
-courseraNo2:
H349117102
·
2020-08-24 13:15
notes
Introduction to
Algorithms
(AVL Trees, AVL Sort)
Recall:BinarySearchTreesrootedbinarytreeeachnodehas:keyleftpointerrightpointerparentpointerBSTpropertytheheightofnode=lengthofthelongestdownwardpathtoaleafTheimportanceofbeingbalancedBSTssupportinsert
长安一片月噢
·
2020-08-24 13:59
实现token
importcom.auth0.jwt.JWT;importcom.auth0.jwt.JWTCreator;importcom.auth0.jwt.JWTVerifier;importcom.auth0.jwt.
algorithms
.Algorithm
不会写怪我咯
·
2020-08-24 11:34
Algorithms
4th 1.1.25 欧几里得算法——数学归纳法证明
欧几里得算法的自然语言描述计算两个非负整数p和q的最大公约数:若q是0,则最大公约数为p。否则将p除以q得到余数r,p和q的最大公约数即为q和r的最大公约数。数学归纳法证明基础步骤:若q=0,则gcd(p,q)=gcd(p,0)=p。归纳步骤:令p=a*q+r,其中p、a、q、r均为非负整数。设d整除p和q,则d可以整除p-a*q=r,即p/d=a*q/d+r/d。此时,d为p,q的公约数,且d为
weixin_30528371
·
2020-08-24 10:57
设计模式之策略模式(行为型)
策略模式符合“开闭原则“StrategyPattern:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgori
smileNicky
·
2020-08-24 10:46
128. Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
sherwin29
·
2020-08-24 09:32
2018-02-10
使用GP的好处:
algorithms
的本质:最终都是元素之间比大小。list为什么不能使用::sort()?
MrCool_5484
·
2020-08-24 08:04
根据集合排列出所有可能组合
//////集合所有排列///varc1=newstring[]{"L","Z","G","H"};///Set
Algorithms
.Arrangement(c1.Length,3,(result,len
daone
·
2020-08-24 08:10
C#
记录使用STM32所遇到的问题,并且能够解决
addflashprogrammingalgorithm选项缺少所需的算法https://blog.csdn.net/u010893262/article/details/708474752.Overlappingof
Algorithms
atAddress08000000Hhttps
晓凹凸曼
·
2020-08-24 06:53
超像素分割
SharePrintSLICSuperpixelsAbstractSuperpixelsarebecomingincreasinglypopularforuseincomputervisionapplications.However,therearefew
algorithms
thatoutputadesirednumberofregular
alaclp
·
2020-08-24 05:32
科学计算
算法
图像处理
超像素分割技术发展情况梳理(Superpixel Segmentation)--计算机视觉专题3
超像素分割技术发展情况梳理(SuperpixelSegmentation)Sason@CSDN当前更新日期:2013.06.10一.基于图论的方法(Graph-based
algorithms
):1.Normalizedcuts
Sason
·
2020-08-24 05:02
计算机视觉
List of
Algorithms
原文转自:http://www.scriptol.com/programming/list-
algorithms
.phpListof
Algorithms
Acompletelistofallmajor
algorithms
LeeJiajun
·
2020-08-24 05:56
学习&阅读
LEARNING GOAL-CONDITIONED VALUE FUNCTIONS WITH ONE-STEP PATH REWARDS RATHER THAN GOAL- REWARDS
ABSTRACTMulti-goalreinforcementlearning(MGRL)addressestaskswherethedesiredgoalstatecanchangeforeverytrial.State-of-the-art
algorithms
modeltheseproblemssuchthattherewardformul
Adam坤
·
2020-08-24 04:31
论文研读
ICLR
深度强化学习
强化学习
探究redis和memcached的 LRU算法--------redis的LRU的实现
http://en.wikipedia.org/wiki/Cache_
algorithms
#LRUredis的六种策略rewriteConfigEnumOption(
wintree
·
2020-08-24 03:21
redis源码学习
C/C++学习
数据结构和算法学习
CS231n学习笔记--15. Efficient Methods and Hardware for Deep Learning
AgendaHardware101:theFamilyHardware101:NumberRepresentationHardware101:NumberRepresentation1.
Algorithms
forEfficientInference1.1PruningNeuralNetworksIterativelyRetraintoRecoverAccuracyPruningRNNandLSTM
Kuekua-seu
·
2020-08-24 03:40
深度学习
CS231n学习笔记
Lock-Free
analgorithmiscallednon-blockingiffailureorsuspensionofanythreadcannotcausefailureorsuspensionofanotherthread;forsomeoperations,these
algorithms
provideausefulalternativetot
tingshuai_yts
·
2020-08-24 02:48
并行编程
mean shift 图像分割(三)
]meanshift,非常好的ppt,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4]ComputerVision
Algorithms
andApplication
TTransposition
·
2020-08-24 02:02
机器学习
图像分割
mean shift 图像分割(二)
]meanshift,非常好的ppt,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4]ComputerVision
Algorithms
andApplication
TTransposition
·
2020-08-24 02:29
图像分割
Fuzzy analytic hierarchy process(模糊层次分析法)论文学习
论文:FuzzyAnalyticHierarchyProcess:Aperformanceanalysisofvarious
algorithms
(查题目了才知道原来Fuzzy是模糊的意思哈哈哈哈对8起那么什么是
resplen
·
2020-08-24 02:50
信用卡卡号验证算法
38Author:HalStiles|Section:DevResources|Date:2005-06-25Thisdocumentoutlinesproceduresand
algorithms
forVerifyingtheaccuracyandvali
raofei
·
2020-08-24 02:13
技术相关
Summary
DummyHeadNodeFast-SlowPointersList的题目相对比较简单,值得一做的题目:https://leetcode.com/problems/sort-list/description/需要回顾总结Sorting
Algorithms
https
Super_Alan
·
2020-08-24 02:17
GEE学习笔记04(参数类型)
简单记录GEE的参数类型,详细的可以原文链接查看Ⅰ、Dates创建ee.Date()/ee.
Algorithms
.Date()/ee.Date.fromYMD()/ee.Date.parse()编辑Date.advance
荣安南
·
2020-08-24 02:35
GEE学习及应用
google
earth
gis
google earth engine随缘学习(十一)影像分割
之前的基于对象分类提到了图像分割,但当时没太搞懂放代码:varinputsSNIC={image:image,size:20,compactness:1,neighborhoodSize:null}varseg1=ee.
Algorithms
.Image.Segmentation.SNIC
八千鸟羽
·
2020-08-24 01:38
小白的GEE学习
一致性算法-Gossip协议详解
Gossipprotocol在1987年8月由施乐公司帕洛阿尔托研究中心研究员艾伦·德默斯(AlanDemers)发表在ACM上的论文《Epidemic
Algorithms
forReplicatedDatabaseMaintenance
庄梦蝶殇
·
2020-08-24 00:37
分布式
一致性算法
基于物品的协同过滤推荐算法——读“Item-Based Collaborative Filtering Recommendation
Algorithms
”
“Item-BasedCollaborativeFilteringRecommendation
Algorithms
”这篇是推荐领域比较经典的论文,现在很多流行的推荐算法都是在这篇论文提出的算法的基础上进行改进的
huagong_adu
·
2020-08-24 00:14
推荐算法
1.7 处理矩阵元素
原文:Writean
algorithms
uchthatifanelementinanMxNmatrixis0,itsentirerowandcolumnissetto0.译文:写一个函数处理一个MxN的矩阵
JerryDeng
·
2020-08-23 23:46
ALGORITHM
拜占庭协议——236357byzantine generals
本文是236357Distributed
Algorithms
-Thebyzantinegenerals文档的总结。
a2380661
·
2020-08-23 22:00
Batch Training
gradientdescentStochasticGradientDescent,orSGDforshort,isanoptimizationalgorithmusedtotrainmachinelearning
algorithms
NockinOnHeavensDoor
·
2020-08-23 22:51
神经网络
GEE_API Docs_Guides_Specialized
Algorithms
专门的算法
APIDocs_Guides_Specialized
Algorithms
专门的算法一.Landsat
Algorithms
算法1.Landsatcollectionstructure数据集结构2.Landsatprocessingmethods
xianglingliwei
·
2020-08-23 22:45
遥感
经典排序算法(Java实现)
冒泡排序的源码为:packageSort
Algorithms
;importjava.util.Arrays;classBubbleSort{BubbleSort(int[]arr
金汤肥牛米线
·
2020-08-23 21:03
Java
排序算法
Java
希尔排序
插入排序
选择排序
CEPH CRUSH 算法源码分析 原文CEPH CRUSH algorithm source code analysis
原文地址CEPHCRUSH
algorithms
ourcecodeanalysishttp://www.shalandis.com/original/2016/05/19/CEPH-CRUSH-algorithm-source-code-analysis
Jason__Zhou
·
2020-08-23 15:04
ceph
LRU(缓存淘汰)算法
前言Github:https://github.com/yihonglei/thinking-in-
algorithms
一概述LRU是缓存淘汰其中一种策略,全称最近最少使用策略(LeastRecentlyUsed
街灯下的小草
·
2020-08-23 15:12
Thinking
In
Algorithm
LRU
链表
缓存淘汰
数据结构
算法
Algorithms
Review List:
DynamicProgramming:##SegmentedLeastSquares;TravelingSalesmanProblem;RNASecondaryStrucure;SequenceAlignment&LinearSpaceImprovement;ShortestPathwithnegativeweightedges;ShortestPathwithnegativecycles;Net
沉睡至夏
·
2020-08-23 08:44
智能优化算法(模拟退火、遗传、差分进化算法)笔记
1.现代优化算法概论(ModernOptimization
Algorithms
,MOA)现代优化算法又称智能优化算法或启发式算法,是一种具有全局优化性能强、通用性强、且适用于并行处理的算法。
给你一颗小瓜子
·
2020-08-23 07:52
智能计算与科学建模
10. 左外连接
date[2019-01-01]Data
Algorithms
(chapter4)数据说明[hadoop@chenspark-data]$catch4/input/users.tsvu1UTu2GAu3CAu4CAu5GA
百炼
·
2020-08-23 07:30
FST(Finite-State Transducer) 原理
参考依据WeightedFinite-StateTransducer
Algorithms
AnOverview这是一篇由纽约计算机和数学教授,同时也是全球人工智能超级大咖MehryarMohri在美国最大电信公司
我是真的我
·
2020-08-23 06:33
JAVA高级
Speech Recognition
Algorithms
Using Weighted Finite-State Transducers
语音识别概述语音识别统计框架语音分析/特征提取声学模型子词模型和发音字典上下文相关音素模型语言模型解码WFSTFAFA基本性质半环理论基本操作转换器组合算法优化算法:确定化、weightpushing、minimizationepsilonremoval基于WFST的语音识别基于WFST的语音识别概述WFST的构建:声学模型、因素上下文相关、发音字典、语言模型CompositionandOptim
qq_14962179
·
2020-08-23 06:03
语音识别
数模算法-图论算法
关于此类图论算法,可参考Introductionto
Algorithms
–算法导论,关于图算法的第22章-第26章。
Dompink
·
2020-08-23 06:09
算法
上一页
33
34
35
36
37
38
39
40
下一页
按字母分类:
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
其他