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
COMP352_01 算法分析
COMP352DataStructuresand
Algorithms
[数据结构与算法]是计算机专业的一门核心课程,3学分,前置课程为COMP232和COMP249。
嘉全JacquesCN
·
2020-12-11 20:30
java
哈希表数据结构_数据结构—笔试需要知道的8种常见数据结构(附笔试题目)
点击蓝字关注我们AI研习图书馆,发现不一样的精彩世界数据结构常见数据结构概述搞定求职笔试or面试,不要着急刷题,先弄懂什么是数据结构~~1976年,一个瑞士计算机科学家写了一本书:《
Algorithms
weixin_39937635
·
2020-12-11 16:12
哈希表数据结构
《算法图解: 像小说一样有趣的算法入门书》分享下载
书籍信息书名:《算法图解:像小说一样有趣的算法入门书》原作名:Grokking
Algorithms
:Anillustratedguideforprogrammersandothercuriouspeople
开始以后_
·
2020-12-10 02:36
java
python顺序查找的递归算法_GitHub - luciusun/
Algorithms
ByPython: 算法/数据结构/Python/剑指offer/机器学习/leetcode...
尝试用Python实现一些简单的算法和数据结构之前的算法和数据结构基本都是用Swift写的,现在尝试用Python实现一些简单的算法和数据结构。update20160704准备加入《剑指offer》的习题python实现,以及机器学习过程中的一些算法update20160717加入leetcode部分##update20160730update20160814整理如果对你有帮助,请记得点击gith
weixin_39812577
·
2020-12-08 04:21
python顺序查找的递归算法
PAT(甲级)2019年秋季考试 7-4 Dijkstra Sequence
7-4DijkstraSequence(30分)Dijkstra'salgorithmisoneoftheveryfamousgreedy
algorithms
.Itisusedforsolvingthesinglesourceshortestpathproblemwhichgivestheshortestpathsfromoneparticularsourcevertextoalltheother
乔梓鑫
·
2020-12-03 14:34
算法-数据结构
c++
PAT(甲级)2019年秋季考试 7-4 Dijkstra Sequence
7-4DijkstraSequence(30分)Dijkstra'salgorithmisoneoftheveryfamousgreedy
algorithms
.Itisusedforsolvingthesinglesourceshortestpathproblemwhichgivestheshortestpathsfromoneparticularsourcevertextoalltheother
乔梓鑫
·
2020-12-03 14:19
算法-数据结构
c++
python数据结构和算法面试题_GitHub - liyazhao/
Algorithms
ByPython: 算法/数据结构/Python/剑指offer/机器学习/leetcode...
尝试用Python实现一些简单的算法和数据结构之前的算法和数据结构基本都是用Swift写的,现在尝试用Python实现一些简单的算法和数据结构。update20160704准备加入《剑指offer》的习题python实现,以及机器学习过程中的一些算法update20160717加入leetcode部分##update20160730update20160814整理如果对你有帮助,请记得点击gith
weixin_39796149
·
2020-12-02 09:56
数据库恢复子系统的常见技术和方案对比(一)
在本专栏中,我们主要介绍LoggingProtocols/Recovery
Algorithms
,它们分别是事务型数据库恢复子系统中的两个关键部分。
星环科技
·
2020-11-30 10:24
数据库
数据库恢复子系统的常见技术和方案对比(一)
在本专栏中,我们主要介绍LoggingProtocols/Recovery
Algorithms
,它们分别是事务型数据库恢复子系统中的两个关键部分。
星环科技
·
2020-11-23 22:26
数据库
java集合【5】—— Collections接口源码解析
用官网文档的介绍:Thepolymorphic
algorithms
describedherearepiecesofreusablefunctionalityprovidedbytheJavaplatform.AllofthemcomefromtheCollectionsclass
秦怀杂货店
·
2020-11-22 18:14
collection
java
集合
源码
Princeton
Algorithms
, Boggle
PrincetonAlgorithmAssignmentBoggle普林斯顿大学算法课Boggle实现一个Boggle游戏,由自己决定采用什么数据结构和搜索方法。基本就是字典树(Trie)的实际应用。提供了BogleBoard类和BoggleGame类,可以很方便把自己写的Solver给整合进去,直接编译成可以玩的游戏,顺便也验证一下结果是否正确。Trie的正确实现不难,DFS也很无脑,基本可以轻
凝神长老
·
2020-11-20 14:26
博客
字符串
数据结构
java
算法
梯度下降算法_10个梯度下降优化算法+备忘单
原标题|10GradientDescentOptimisation
Algorithms
+CheatSheet作者|RaimiKariminTowardsDataScience译者|斯蒂芬•二狗子(沈阳化工大学
weixin_39620037
·
2020-11-18 18:40
梯度下降算法
通达信
移动平均算法
上岸算法 I 北美数据岗职位分析
大型科技公司的datascientist一般分为inference、analytics、modeling/
algorithms
上岸算法
·
2020-11-17 18:02
大数据
求职
面试技巧
PyTorch学习笔记:torch.optim---Optimizer以及lr_scheduler
1.1PyTorch文档:torch.optim解读下图是optim的文档TORCH.OPTIMtorch.optimisapackageimplementingvariousoptimization
algorithms
.Mostcommonlyusedmethodsarealreadysupported
Codefmeister
·
2020-11-14 09:11
PyTorch
笔记
pytorch
深度学习
上岸算法 I 在北美工作的码农找对象容易吗?
大型科技公司的datascientist一般分为inference、analytics、modeling/
algorithms
上岸算法
·
2020-11-12 11:43
学习python用哪个app-python刷题用哪个app
一、选择题目类型最上面标签栏Problems,给出了三个分类:
Algorithms
、Database、Shell,分别表示算法题、数据库题、Shell脚本题,第一个就是我们所需要的算法题。
weixin_37988176
·
2020-11-01 13:17
python必备源代码-资源推荐|347个Python开发经典资源推荐(42类)
(Python的东西实在太多了,一个人整理简直是自寻死路,大家如果有比较好的资源,这里又没收录的,可以在评论留言,我会补充进来~)以后有什么想查找的资源,就来这里吧~Python实现算法和设计模式
algorithms
-Python
weixin_37988176
·
2020-10-29 23:30
阅读记录----分布式系统相关
BookDistributed
Algorithms
很详细,由浅入深,全面地介绍了各种分布式算法非常推荐!
Ljzn
·
2020-10-11 16:13
读书笔记
机器学习应对R上的商队保险挑战
Recappingfromtheprevioustwoposts,thispostwillutilisemachinelearning
algorithms
topredictcustomerswhoaremostlylikelytopurchasecaravanpolicybasedon85historicsocio-demographicandproduct-ownershipdataattrib
weixin_26739165
·
2020-10-10 18:15
机器学习
python
人工智能
dbscan聚类高维数据_k的实际实现意味着对数据集进行分层和dbscan聚类
dbscan聚类高维数据Clustering
Algorithms
withHyperparameteroptimization超参数优化的聚类算法Tableofcontents:目录:(i)ArticleAgenda
weixin_26750511
·
2020-10-10 17:14
聚类
java
[LeetCode] Best Time to Buy and Sell Stock 买卖股票的最佳时间
CategoryDifficultyLikesDislikes
algorithms
Easy(55.00%)1235-TagsCompanies给定一个数组,它的第i个元素是一支给定股票第i天的价格。
谁在写西加加
·
2020-10-10 17:00
GeekBand笔记: STL与泛型编程(算法)
thealgorithmdonotworkdirectlyonacontainer.instead,theyoperatebytraversingarangeofelementsboundedbytwoiterators.
algorithms
neverexecutecontaineroperationthemselves.they
Royye
·
2020-10-10 15:18
GPG 加密实战
GPG加密实战gpg介绍gpg-h……Home:~/.gnupg##生成的密钥文件所在的目录位置Supported
algorithms
:#支持的算法Pubkey:RSA,?,?
wayees
·
2020-10-08 22:54
安全加密算法体系
密码学
加密解密
运维
STL迭代器
迭代器设计思维STL的中心思想在于:将数据容器(containers)和算法(
algorithms
)分开,彼此独立设计,最后再以一帖胶着剂将它们撮合在一起。
VictorHong
·
2020-10-07 23:01
keras安装与配置指南_Keras-快速指南
Keras-Introduction)Deeplearningisoneofthemajorsubfieldofmachinelearningframework.Machinelearningisthestudyofdesignof
algorithms
cunzai1985
·
2020-09-24 06:19
大数据
python
机器学习
人工智能
深度学习
算法组合 优化算法_算法交易简化了风险价值和投资组合优化
andJamieStreet(right)onUnsplashMarkusSpiske(左)和JamieStreet(右)在Unsplash上的照片Inthelastpost,wesawhowactual
algorithms
aredevelopedandtested.Inthispost
柠檬大饭饭
·
2020-09-21 04:51
算法
python
人工智能
java
区块链
1.9「Stanford
Algorithms
」Guiding Principles for Analysis of
Algorithms
Havingcompletedourfirstanalysisofanalgorithm,namelyanupperboundontherunningtimeoftheMergeShortalgorithm.WhatIwannadonextistakeastepback,andbeexplicitaboutthreeassumptions,threebiasesthatwemadewhenwedi
墨小匠
·
2020-09-20 11:59
算:可视化的数据结构 - 各种算法动画演示
blog.csdn.net/bigleo/article/details/412196471.可视化数据结构:http://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html2
nedwons
·
2020-09-17 16:43
数据结构与算法
STL Algorithm的介绍(1)
原文地址:http://www.cplusplus.com/reference/algorithm/libraryStandardTemplateLibrary:
Algorithms
Theheaderdefinesacollectionoffunctionsespeciallydesignedtobeusedonrangesofelements
coderguang
·
2020-09-17 16:47
STL
算法
STL
算法
STL
c++11
expected key exchange group packet from server错误解决过程
添加到/etc/ssh/sshd_configKex
Algorithms
[email protected]
,ecdh-sha2-nistp256,ecdh-sha2-nistp384
weixin_30284355
·
2020-09-17 13:26
运维
[Leetcode] Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
w444377010
·
2020-09-17 13:38
[Leetcode] Majority Element II
Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
w444377010
·
2020-09-17 13:38
leetcode
Gridland (初试ACM)
computerscientistshavebeentryingtofindefficientsolutionstodifferentcomputingproblems.Forsomeofthemefficient
algorithms
arealreadyavailable
Kelvinwuxiao
·
2020-09-17 13:44
Coding
【ilcplex】IloEnv
12.6.3/ilog.odms.cpo.help/refcppcpoptimizer/html/classes/IloEnv.htmlTheclassofenvironmentsformodelsor
algorithms
inConcertTechnology.ConcertTechn
半盒果酱
·
2020-09-17 11:02
ilcplex
C++
【资料】Model evaluation, model selection, and algorithm selection in machine learning
Modelevaluation,modelselection,and
algorithms
electioninmachinelearningDoyouknowhowtochoosetherightmachinelearningalgorithmamong7differenttypes
CristinaM
·
2020-09-17 10:57
资料
多视角学习 (Multi-View Learning)
Multi-ViewLearning)简介Viewsfrom(1)multiplesources(2)differentfeaturesubsets;视角来自于(1)多个源(2)多个特征子集Multi-viewlearning
algorithms
立刻有
·
2020-09-17 09:43
机器学习
matlab神经网络1:功能&特色
NeuralNetworkToolbox(神经网络工具箱)provides
algorithms
,pretrainedmodels,andappstocreate,train,visualize,andsimulatebothshallowanddeepneuralnetworks.Youcanperformclassification
沈子恒
·
2020-09-17 07:15
神经网络
深度学习
matlab
深度学习论文、源码
AwesomeSemanticSegmentationhttps://github.com/mrgloom/awesome-semantic-segmentationSemanticSegmentation
Algorithms
ImplementedinPyTorchhttps
Mask12138
·
2020-09-17 07:15
数据结构模拟器网站
https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html
一个可爱哒程序媛
·
2020-09-17 07:05
数据结构
matlab 神经网络工具箱 nntraintool 详解
概览NeuralNetwork该部分展示了神经网络的结构,从结构图中可以看出该网络有三个隐含层,神经元个数分别为9个、8个、7个
Algorithms
该部分展示了该网络所使用的训练算法,可以看出DataDivision
白水baishui
·
2020-09-17 06:36
#
机器学习
MATLAB
深度学习
nntraintool
详解
神经网络工具箱
初等算法
这本书完全免费,可以从这里下载电子版:[url]https://github.com/liuxinyu95/AlgoXY/releases/download/v0.618033/elementary-
algorithms
-zh-cn.pdf
liuxinyu95
·
2020-09-17 06:04
算法与数据结构
Windows+TensorFlow-GPU报错Check failed: stream->parent()->GetConvolve
Algorithms
的解决方法
Checkfailed:stream->parent()->GetConvolve
Algorithms
(conv_parameters.ShouldIncludeWinogradNonfusedWindows
米亚123
·
2020-09-17 06:40
cuda
【Leetcode】41. First Missing Positive
:Input:[1,2,0]Output:3Example2:Input:[3,4,-1,1]Output:2Example3:Input:[7,8,9,11,12]Output:1Note:Your
algorithms
houldruninO
Cloud丶Shao
·
2020-09-17 05:47
算法题
【python3】通过hashlib 和base64 对字符串进行加密
SHA224,SHA256,SHA384,SHA512,MD5算法hmac模块实现了hmac算法,需要一个key来进行加密,提供更为强大的加密,不过需要提供key,也就是通常说的盐使用hashlib.
algorithms
qdPython
·
2020-09-17 05:04
python
Algorithm复习
教材:
Algorithms
DesignTechniquesandAnalysis。实现:Python。早期计算机科学家研究算法,主要关注能否有一种有效的过程(算法)来求解问题。
H168oops
·
2020-09-17 03:46
Algorithm
腾讯面试题:服务器内存1G,有一个2G的文件,里面每行存着一个QQ号(5-10位数),怎么最快找出出现过最多次的QQ号。
以下是个人所建第
Algorithms
_12群内朋友的聊天记录:首先你要注意到,数据存在服务器,存储不了(内存存不了),要想办法统计每一个qq出现的次数。
starbug
·
2020-09-17 01:16
海量数据与新技术
计算机视觉——算法与应用(Computer Vision:
Algorithms
and Applications)-阅读笔记(序)
序三个层面途径——获取灵感科学层面:建立图像形成过程的详细模型,为了恢复感兴趣量而构建其逆过程的数学方法(必要时做简化假设处理)统计层面:使用概率模型来量化产生输入图像的未知量先验似然率和噪声测量过程,然后推断所期望量的最可能的估计并分析其结果的不确定程度。使用的推断算法往往与用于逆转(科学的)图像形成过程的优化方法密切相关。工程层面:开发出易于描述和实现且已知在实践中行之有效的方法。“三部曲”策
魅信笑靥
·
2020-09-17 00:26
计算机视觉
低秩分解的代码---(CODE) Low-Rank Matrix Recovery
SAMPLECODERobustPCAMatrixCompletionComparisonof
Algorithms
RobustPCAWeprovideMATLABpackagestosolvetheRPCAoptimizationproblembydifferentmethods.AllofourcodebelowisCopyright2009PerceptionandDecisionLab
曼陀罗彼岸花
·
2020-09-16 23:50
机器视觉
计算机视觉书籍资源推荐_Computer Vision Principles,
Algorithms
, Applications, Learning
一、书籍简介英国伦敦大学RoyDavies教授关于计算机视觉的经典书《ComputerVisionPrinciples,
Algorithms
,Applications,Learning》已经发行至第五版
Mr.Jk.Zhang
·
2020-09-16 23:23
计算机视觉
计算机视觉书籍
python机器学习ch02
lastmadifiedbyxiaoyao个人主页Python机器学习Chapter2-TrainingMachineLearning
Algorithms
forClassification训练机器学习算法从而实现分类
AIHUBEI
·
2020-09-16 22:22
数据分析&挖掘
深度学习
python
机器学习
神经元
感知机
自适应线性神经元
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他