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(Py3)
如何在现代C ++中实现经典排序算法?
本文翻译自:Howtoimplementclassicsorting
algorithms
inmodernC++?
p15097962069
·
2020-09-12 16:56
c++
algorithm
sorting
c++14
c++-faq
OC数据结构总结
https://www.agnosticdev.com/blog-entry/objective-c/objective-c-
algorithms
-and-data-structures具体实现示例:https
潘锅锅
·
2020-09-12 16:35
策略模式 Strategy (行为型)
一策略模式定义TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
张哲BJUT
·
2020-09-12 15:29
设计模式
使用openssl实现数据加密
openssl [ list-standard-commands | list-message-digest-commands | list-cipher-commands | list-cipher-
algorithms
weixin_34198762
·
2020-09-12 15:18
MIT Introduction to
Algorithms
学习笔记(一)
>>>MITIntroductionto
Algorithms
学习笔记http://ocw.mit.edu/courses/electrical-engineering-and-computer-science
weixin_34364071
·
2020-09-12 14:57
python
latex之插入伪代码 [转]
常用的排版伪代码包有clrscode,algorithm,algorithmic,algorithmicx,algorithm2e(1)clrscodeclrscode是著名的算法教材Introductionto
Algorithms
weixin_34232617
·
2020-09-12 14:23
MIT算法导论——第四讲.Quicksort
本栏目(
Algorithms
)下MIT算法导论专题是个人对网易公开课MIT算法导论的学习心得与笔记。
weixin_30576827
·
2020-09-12 14:56
《算法导论》学习分享——总览
Introduction-to-
Algorithms
注:所有内容都是拷贝自我的github仓库Introduction-of-
Algorithms
,欢迎关注!
MaoMao-go
·
2020-09-12 13:23
《算法导论》分享
MIT算法导论课程笔记5: 线性排序算法
课程网站:http://open.163.com/special/opencourse/
algorithms
.html常见的mergesort,quicksort,insertsort,heapsort
silent56_th
·
2020-09-12 13:19
MIT算法导论
MIT算法导论——第一讲.Analysis of algorithm
学习笔记和心得来自网易MIT公开课算法导论Introductionto
Algorithms
中CharlesE.Leiserson和ErikDemaine老师的讲解,以及网上一些大牛的博客。
纪年时雨
·
2020-09-12 13:30
algorithm
麻省理工学院《算法导论》(MIT - Introduction to
Algorithms
)
关于课本的介绍如下:本书自第一版出版以来,已经成为世界范围内广泛使用的大学教材和专业人员的标准参考手册。本书全面论述了算法的内容,从一定深度上涵盖了算法的诸多方面,同时其讲授和分析方法又兼顾了各个层次读者的接受能力。各章内容自成体系,可作为独立单元学习。所有算法都用英文和伪码描述,使具备初步编程经验的人也可读懂。全书讲解通俗易懂,且不失深度和数学上的严谨性。第二版增加了新的章节,如算法作用、概率分
nancy_princess
·
2020-09-12 13:35
matlab
PR&Image
Processing
超快的搜索算法
1.textsearch.h/*Superfastlineartextsearch
algorithms
:searchi=searchignorecasesearch=searchcasesensitivesearchiw
ithiker
·
2020-09-12 13:09
Python2 # -*- coding:utf-8 -*- #coding:utf-8 sys.getdefaultencoding() Unicode utf-8 gb2312编码问题
Python2与Python3编码区别
py3
时:a="中国"和a=u"中国"是一个意思,都表示str类型用unicode存储,即默认是unicode存储类型c=b"中国"表示str类型bytes存储类型
Rorschach罗夏
·
2020-09-12 12:28
Python杂项
EA-LSTM: Evolutionary attention-based LSTM for time series prediction
weproposeacompetitiverandomsearch(CRS)insteadofthegradient-basedmethodtosolvetheattentionlayerweights.Genetic
Algorithms
andtheOptimalAll
EntropyPlus
·
2020-09-12 11:25
文献阅读
推荐系统:关联规则(2)
它是由RakeshAgrawal在1994年提出的,详细的介绍在这里《Fast
Algorithms
forMiningAssociationRules》。十几年过去了,不少学者围绕着Aprior
飞飞的魔毯小窝
·
2020-09-12 11:10
leetcode 15. 三数之和(Three Sum)python实现
leetcode15.三数之和(ThreeSum)python实现1.题目描述2.解答1.题目描述[15]三数之和https://leetcode-cn.com/problems/3sum/description/
algorithms
Medium
Mr._Hou
·
2020-09-12 10:00
leetcode
mysql索引及索引的存储结构
BTrees)加强版多路平衡树(B+Trees)简单了解HASH索引前言:首先推荐一个数据结构可视化的网站:https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
经常的常
·
2020-09-12 09:56
mysql
数据结构
二叉树
数据库
mysql
链表
图像分割之聚类算法
、EM、hierarchicalclustering、graphtheoretic、selforganizingmap参考文章:AReviewonImageSegmentationClustering
Algorithms
银色子弹lx
·
2020-09-12 09:19
计算机视觉
图像处理
STL编程概述(一)
STL是一个C++通用库,它主要又迭代器(iterators)、算法(
algorithms
)、容器(containers)、函数对象(functionobject)、内存分配器(allocators)和适配器
张大川
·
2020-09-12 08:22
c++
九月十月百度人搜,阿里巴巴,腾讯华为小米搜狗笔试面试八十题(10.23)
“与此同时,工作之余,也一直在闲心研究数据挖掘:"神经网络将可能作为Top10
Algorithms
inDataMining之番外篇第
lvwenwenjava
·
2020-09-12 08:12
MyInterview
利用带花树算法解决一般图的最大匹配
找了下带花树算法的相关资料,推荐下面两个:1.https://www-m9.ma.tum.de/graph-
algorithms
/matchings-blossom-algorithm/index_en.html
风一样的Liz
·
2020-09-12 07:54
数据结构与算法
The Stanford 3D Scanning Repository
Inrecentyears,thenumberofrangescannersandsurfacereconstruction
algorithms
hasbeengrowingrapidly.Manyresearchers
pizi0475
·
2020-09-12 06:35
游戏引擎
其它文章
游戏开发
技术理论
引擎开发
图形引擎
好教程推荐系列:计算机视觉--算法与应用
《ComputerVision:
Algorithms
andApplications》内容简介:《计算机视觉:算法与应用》探索了用于分析和解释图像的各种常用技术,描述了具有一定挑战性的视觉应用方面的成功实例
libaineu2004
·
2020-09-12 06:34
好教程推荐
jupyter notebook python2 python3 kernel共存
在windows系统下配置了anaconda2和anaconda3共存,但是想在jupyternotebook中能够启用py2和
py3
网上有的攻略说activatepython2然后启动jupyternotebook
Jerry_Mining
·
2020-09-12 05:05
python
数据分析
python迭代器和生成器
(13)第13章:迭代器和生成器迭代器或者生成器不会提前去申请内存,等用的时候才会产生内存,所以只是提供了产生元素的方法1、range函数
py3
—>range返回是range对象,py2—>range返回的是
Mr丶7
·
2020-09-12 04:23
python
python基础
windows中同时使用Python2和python3
py-2调用python2,py-3调用的是python3使用pip命令时,如果修改py2或
py3
里exe名,"Fatalerrorinlauncher:Unabletocreateprocessusing
liuyang_haonan
·
2020-09-12 03:55
python实现十大排序算法
实现了十大排序算法C++实现十大排序算法Java实现十大排序算法现在我们用python来实现一下十大排序算法具体代码可以访问我的GitHub地址获取https://github.com/liuzuoping/
Algorithms
1
Code进阶狼人
·
2020-09-12 02:13
Python学习笔记
算法
BI大数据名词术语
A聚合(Aggregation)–搜索、合并、显示数据的过程算法(
Algorithms
)–可以完成某种数据分析的数学公式分析法(Analytics)–用于发现数据的内在涵义异常检测(Anomalydetection
hzp666
·
2020-09-12 02:44
PRD
实现faster RCNN的开源项目梳理
Detectron14863starsDetectronisFacebookAIResearch'ssoftwaresystemthatimplementsstate-of-the-artobjectdetection
algorithms
cdyx369
·
2020-09-12 02:15
深度学习
人工智能
数据结构可视化
https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
YouthCool
·
2020-09-12 01:13
数据结构
py下载网络图片
dir):os.makedirs(dir)print'notexistandcreate'res2=urllib.urlretrieve(url,dir+os.path.basename(url));
py3
weixin_30481087
·
2020-09-12 01:50
leetcode-268
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.C
一只吃猫的鱼
·
2020-09-12 01:24
leetcode
array
java
leetcode
leetcode:268. Missing Number(Java)解答
MissingNumberGivenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruni
boy_nihao
·
2020-09-12 01:17
LeetCode
android初级进阶
leetcode算法分析
leetcode:41. First Missing Positive (Java)
FirstMissingPositiveGivenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
boy_nihao
·
2020-09-12 01:17
LeetCode
android初级进阶
leetcode算法分析
机器学习之基本概述
1、基本概念MachineLearning(ML)isascientificdisciplinethatdealswiththeconstructionandstudyof
algorithms
thatcanlearnfromdata
Hubert_xx
·
2020-09-11 23:53
梯度下降优化算法
文章目录梯度下降算法MomentumNAGAdagradAdadeltaRMSpropAdam算法的选择原文:Anoverviewofgradientdescentoptimization
algorithms
羊肉串串魅力无穷
·
2020-09-11 22:34
机器学习
-
深度学习
一文讲解特征工程!经典外文PPT及中文解析
作者:知乎@马东什么香港大学原文链接:https://zhuanlan.zhihu.com/p/85242628“Moredatabeatsclever
algorithms
,butbetterdatabeatsmoredata
数据分析v
·
2020-09-11 21:17
算法
大数据
python
机器学习
人工智能
Lecture 10 Natural Language Generation(NLG)
NaturalLanguageGeneration(NLG)LMSanddecoding
algorithms
文本生成的主要目的就是希望生成一段新的文本,它所涵盖的方向很广,主要包含以下几个NLP的子领域
Forlogen
·
2020-09-11 21:12
CS224n
NLP
排序-架构总览
1.Comparison-basedSorting
Algorithms
:BUB-BubbleSort,SEL-SelectionSort,INS-InsertionSort,MER-MergeSort(
Philip_Z
·
2020-09-11 17:05
数据结构
Asp.Net Core JWTHelper
TokenpublicstaticclassJWTHelper{//////创建token//////JWT的签发者///接收JWT的一方///什么时候过期///自定义用户值///密钥///Security
Algorithms
.HmacSha256
「已注销」
·
2020-09-11 16:14
Asp.Net
Core
记录python format中文对齐的方法
pythonformat中文对齐,py2,
py3
的不同Pyhon2在目前的工作中仍然要用到,所以,记录一下两个版本对于处理中文对齐的方法Pyhon2在目前的工作中仍然要用到,所以,记录一下两个版本对于处理中文对齐的方法
snk_ben
·
2020-09-11 15:02
Pyhon
maya
PyQt
Anaconda环境离线迁移、Windows python环境离线迁移、pip环境离线迁移
1,需求说明在windows环境下安装了Anaconda,同时在Anaconda下面创建了一个虚拟环境
py3
,现在想把这个虚拟环境
py3
所有的包全部迁移到另外一台机器上,但是那台机器上没有网络环境,所以需要将环境里的包全部下载下来
果冻_Jump
·
2020-09-11 15:11
python
python+unittest 接口自动化配置linux jenkins构建
2019独角兽企业重金招聘Python工程师标准>>>1.在linux服务器上下载接口脚本中使用到的插件,如requests,我们服务器上有两个python版本,我的脚本是
py3
的,所以要指定下载,如下
weixin_34370347
·
2020-09-11 11:43
运维
测试
python
ECMA-262, 9th edition部分译文之chapter 6 part3
6.2ECMAScriptSpecificationTypes规范类型原文:Aspecificationtypecorrespondstometa-valuesthatareusedwithin
algorithms
todescribethesemanticsofECMAScriptlanguageconstructsandECMAScriptlanguagetypes.Thespecificati
LakenQi
·
2020-09-11 09:52
ECMA-262翻译
Range Minimum Query and Lowest Common Ancestor
module=Static&d1=tutorials&d2=lowestCommonAncestorIntroductionNotationsRangeMinimumQuery(RMQ)Trivial
algorithms
forRMQAsolutionSparseTable
narutolby
·
2020-09-11 09:18
算法
linux安装多版本的python和pip
下载安装包tarzxvfhttps://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgzcdPython-3.8.0makemakeinstall#创建软连接
py3
come11234
·
2020-09-11 08:18
python
遗传算法(Python) #4 DEAP框架入门
遗传算法(Python)#4DEAP框架入门1.DEAP框架简介DEAP(DistributedEvolutionary
Algorithms
inPython)是一个热门的Python进化算法框架,我们可以用这个框架在
数据物语
·
2020-09-11 06:24
遗传算法
python
算法
eNSP--实验二:RIPv2
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。这种协议的路
weixin_34104341
·
2020-09-11 05:54
[LC136] Single Number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
zhjy23212
·
2020-09-11 04:57
leetcode
leetcode136-137:single number
everyelementappearstwiceexceptforone.Findthatsingleone.LC137:Givenanarrayofintegers,everyelementappearsthreetimesexceptforone.Findthatsingleone.Note:Your
algorithms
houldhav
shuaishuai3409
·
2020-09-11 04:47
数据结构
leetcode
上一页
37
38
39
40
41
42
43
44
下一页
按字母分类:
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
其他