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:
LeetCode
上面会慢慢更新题目我的进度总结在github上面,点这里id标题难度语言70ClimbingStairsEasy[C++](https://github.com/JKair/LeetCode/blob/master/
Algorithms
Kair
·
2020-07-11 09:50
Algorithms
- Bomberman
《啊哈!算法》第3章第2节,bomb人的Swift实现。问题在哪里放置bomb才可以消灭最多敌人?解决沿着上下左右四个方向分别统计敌人数量直到遇到墙。//#=墙;G=敌人;.=空地letmap=[["#","#","#","#","#","#","#","#","#","#","#","#","#"],["#","G","G",".","G","G","G","#","G","G","G","."
su3
·
2020-07-11 09:02
Clustering
Acomparisonoftheclustering
algorithms
inscikit-learnMethodnameParametersScalabilityUsecaseGeometry(metricused
hongo0o0
·
2020-07-11 07:51
Machine
Learning
K-Means
Clustering
Spark速成之1:简介
1.关于SparkSpark最初由美国加州伯克利大学(UCBerkeley)的AMP(
Algorithms
,MachinesandPeople)实验室于2009年开发,是基于内存计算的大数据并行计算框架
hongduna
·
2020-07-11 07:17
云计算
Reptile
Paper:OnFirst-OrderMeta-Learning
Algorithms
Code:摘要作者仿照FOMAML(一阶近似MAML)的方法提出了Reptile算法进行元学习,Reptile与FOMAML
fnoi2014xtx
·
2020-07-11 06:03
元学习
元学习
第24节 从库数据查找和参数slave_rows_search_
algorithms
从库数据查找和参数slave_rows_search_
algorithms
注意:本文是《深入理解MySQL主从原理32节》的第24节本节包含一个笔记如下:https://www.jianshu.com/
cri5768
·
2020-07-11 04:56
Faiss从入门到实战精通
引用FaissWiki上面的一段简介Faissisalibraryforefficientsimilaritysearchandclusteringofdensevectors.Itcontains
algorithms
thatsearchinsetsofvectorsofanysize
bitcarmanlee
·
2020-07-11 02:52
推荐系统
Faiss
Embedding
矢量搜索
PQ算法
pca降维
我的algs4之旅
所谓algs4就是——算法书籍配套官网
Algorithms
,4thEdition亚马逊购买图灵程序设计丛书:算法(第4版)打算通过阅读书籍和跟随官方的网上课程完成学习。实验环境为笔电与树莓派3B。
懂时已不是当时
·
2020-07-11 02:31
java 策略模式
引言:第一次写博客,希望把自己学的东西写下来,巩固自己的知识,同时也是分享给大家1.定义:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone
pre绿野仙踪fix
·
2020-07-11 01:30
设计模式
视觉 资料VLFeat.org
http://www.vlfeat.orgTheVLFeatopensourcelibraryimplementspopularcomputervision
algorithms
includingSIFT
aguisy
·
2020-07-11 01:26
模式分析与识别
图像处理
图像聚类分割
]meanshift,非常好的ppt,百度文库链接[3]PatternRecognitionandMachineLearning,Bishop,2006,Sec2.5[4]ComputerVision
Algorithms
a
我已脱掉我的发脱掉了牵挂
·
2020-07-11 01:18
计算机视觉
《计算机网络》第五章:网络层(The Network Layer)
Copyright(C)肖文栋教授@北京科技大学自动化学院第五章网络层TheNetworkLayer内容安排5.1NetworkLayerDesignIssues5.2Routing
Algorithms
5.3CongestionControl
Algorithms
5.4QualityofService5.5Internetworking5.6TheNetworkLayerintheInternet5
rtoax
·
2020-07-10 23:22
计算机网络
Algorithms
ladder I
24DecMission:lintcode13strStrlintcode17Subsetslintcode18SubsetsIIlintcode15Permutationlintcode16PermutationIIlintcode594strStrII:Alintcode-onlyproblem,requiresO(m+n)solutionforsubstringindex,seecnblog
aureole420
·
2020-07-10 23:06
04_TrainingModels_Normal Equation(正态方程,正规方程) Derivation_Gradient Descent_Polynomial Regression
SofarwehavetreatedMachineLearningmodelsandtheirtraining
algorithms
mostlylikeblackboxes.Ifyouwentthroughsomeoftheexercisesintheprevious
LIQING LIN
·
2020-07-10 22:46
设计模式之策略模式
设计模式之策略模式策略模式(StraregyPattern)是一种比较简单的模式,也叫政策模式(PolicyPattern),定义如下:Defineafamilyof
algorithms
,encapsulateeachone
独孤九戒
·
2020-07-10 20:40
设计模式
二分法查找(Java实现)
封装成类:packagecom.roc.
algorithms
.search;/***二分法查找**@authorimroc*/publicclassBinarySearch{/***@parama升序排列的数组
imroc
·
2020-07-10 17:26
并查集(Union-Find)算法介绍
更多的信息可以参考
Algorithms
一书的Section1.5,实际上本文也就是基于它的一篇读后感吧。原文中更多的是给出一些结论,我尝试给出一些思路上的过程
东方潮汐
·
2020-07-10 16:17
算法和数据结构
c++
算法
并查集
一位Google程序员的算法学习之路
来源:Lucida(@peng_gong)链接:http://zh.lucida.me/blog/on-learning-
algorithms
/关于严格来说,本文题目应该是我的数据结构和算法学习之路,但这个写法实在太绕口
东方潮汐
·
2020-07-10 16:17
算法和数据结构
综合
程序员
谷歌
算法
机器学习教程 之 半监督学习 Coreg 协同回归算法 (论文、算法、数据集、代码)
这篇博客介绍的是一篇用于半监督回归问题的方法:SemisupervisedRegressionwithCotraining-Style
Algorithms
。
Liangjun_Feng
·
2020-07-10 16:45
机器学习教程
Dense Matrix
Algorithms
(稠密矩阵算法)
矩阵向量乘法串行算法中需要n*n次乘法和加法运算。一维行划分每个进程一行以及向量的一个元素:进程数少于n:每个进程存储n/p个整行还有n/p个元素。使用超立方体结构推导矩阵向量乘法的等效率函数一维列划分参考一维行划分(习题8.2)二维划分每个进程一个元素:向量x分布在n个进程的最后一列。将向量x沿着矩阵A的主对角线排列,接着复制到相应列的所有进程(一对多广播通信)。各自相乘后将行的结果相加放到最后
对面『胶己人』
·
2020-07-10 14:49
分布式计算
并行计算导论
SLAM学习资料整理
《Probabilisticrobotics》[M].Cambridge,USA:MITPress,2005《PrinciplesofRobotMotionTheory,
Algorithms
andImplementation
yuelcay
·
2020-07-10 14:43
SLAM
slam的原理
Spark入门实战系列--1.Spark及其生态圈简介
【注】该系列文章以及使用到安装包/测试数据可以在《倾情大奉送–Spark入门实战系列》获取1、简介1.1Spark简介Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,
yirenboy
·
2020-07-10 13:30
Spark入门实战系列
Spark入门实战系列
为什么需要分布式系统
前言最近在学习MIT6.824的分布式系统课程,正在看Raft的论文,Raft是一种共识算法(Consensus
algorithms
),共识算法是用来保证分布式系统里数据的一致性的算法,所以也可以说是一个一致性算法
hhqcontinue
·
2020-07-10 13:58
052试题 53/688 - Compression Option
题目:53.YouwanttouseRMANtocreatecompressedbackups.Whichstatementistrueaboutthecompression
algorithms
thatRMANcanuse
文档搬运工
·
2020-07-10 13:29
OCP解析
-
053
some good website & books
Resources/http://www.cnblogs.com/yaoyansi/articles/1942547.htmlFrequentlyAskedQuestionsforcomp.graphics.
algorithms
GeneralinformationabouttheFAQandcomp.graphics.alg
wolf96
·
2020-07-10 12:15
Graphic
Tips
Shader
自动驾驶路径规划技术-经典搜索算法
PathPlanning-Search
algorithms
知乎专栏:自动驾驶全栈工程师本课程涵盖离散的以及连续的路径规划,尽管现实世界是连续的,但在很多情况下,将世界离散化使得解决路径规划问题变得更加容易和快速
williamhyin
·
2020-07-10 11:59
自动驾驶的方方面面
贪婪算法(Greedy
Algorithms
)
文章目录一,什么是贪婪算法二,最短路径三,使用贪婪解题策略的演算法3.1活动选择问题3.2贪婪选择(Greedyoptions)3.3将动态规划解转化为贪婪解四,高效的贪婪算法4.1贪婪算法的概述及特点4.2设计贪婪算法4.3递归贪婪算法4.4迭代贪婪算法五,贪婪策略的要素5.1贪婪与动态规划5.1.1背包问题5.1.2背包演算法5.1.30-1背包问题5.2Huffman编码5.2.1Huffm
壮壮不太胖^QwQ
·
2020-07-10 11:21
演算法
【新书推荐】【2019.12】人工智能时代的竞争:算法和网络主宰世界时的战略与领导力
【2019.12】人工智能时代的竞争:算法和网络主宰世界时的战略与领导力CompetingintheAgeofAI:StrategyandLeadershipWhen
Algorithms
andNetworksRuntheWorld
梅花香——苦寒来
·
2020-07-10 10:21
cell probe model 与 RAM
cell-probemodel计算模型From
Algorithms
4thEdition:Amodelofcomputationwhereweonlycountaccessestoarandom-accessmemorylargeenoughtoholdtheinputandconsiderallotheroperationstobefree
小麦凉
·
2020-07-10 09:16
《算法帝国》
《算法帝国》基本信息原书名:Automatethis:how
algorithms
cametoruleourworld?
weixin_34117211
·
2020-07-10 08:20
[Evolutionary Algorithm] 进化算法简介
进化算法,也被成为是演化算法(evolutionary
algorithms
,简称EAs),它不是一个具体的算法,而是一个“算法簇”。
weixin_34117522
·
2020-07-10 08:20
Navicat---使用SSH远程连接到MySql,报错80070007: SSH Tunnel: Server does not support diffie-hellman-group1-sha1...
Serverdoesnotsupportdiffie-hellman-group1-sha1forkeyexchange解决方案:【亲测有效】1.打开sudovim/etc/ssh/sshd_config2.在最后添加Kex
Algorithms
diffie-hellman-g
weixin_30474613
·
2020-07-10 06:51
数据结构与算法Python语言实现《Data Structures &
Algorithms
in Python》手写课后答案--第四章
第四章递归代码粗糙,望大佬指出方便改进#4.1front为头指针,rear为尾指针defrecursion(li,front,rear):iffront==rearorfront+1==rear:returnmax(li[rear],li[front])returnmax(recursion(li,front,int((front+rear)/2)),recursion(li,int((front
w__daxia
·
2020-07-10 05:42
p
y数据结构答案
python
数据结构
算法
物联12:rfid防碰撞技术概述
为了防止这些冲突的产生,射频识别系统中需要设置一定的相关命令,解决冲突问题,这些命令被称为防冲突命令或算法(Anti-collision
Algorithms
)。二.Rfid系统通信形式
明哥之家
·
2020-07-10 05:18
物联网RFID
Study notes for Non-negative Matrix Factorization
1.IntroductionNon-negativematrixfactorization(NMF)isagroupof
algorithms
whereVisfactorizedintotwomatricesWandH
Felix_夜雨
·
2020-07-10 03:42
Machine
Learning
Learning Apriori Algorithm - in Python
"MachineLearninginAction"isagoodbook.I'velearntApriori
algorithms
uccessfully.HereisaworkingPython3codepiece
saintony
·
2020-07-10 01:44
Basics
&
Theories
图算法与复杂网络
《Graph
Algorithms
》MarkNeedham,AmyE.Hodle
静以养神
·
2020-07-10 00:03
图算法
复杂网络
梯度下降优化算法综述
转载:梯度下降优化算法综述该文翻译自Anoverviewofgradientdescentoptimization
algorithms
。
lishuandao
·
2020-07-09 19:14
人工智能
NLP阅读理解模型结构(2)
通过简单的entitydetection和anonymisation
algorithms
,summary和paraphrasesentences与它们相关的文章一起被转换成context-quer
YPY_93a9
·
2020-07-09 13:58
关于jwt6.0.0版本
algorithms
should be set报错的解决方案
2020.7.7日jwt更新之后,安装的express-jwt模块会默认为6.0.0版本,我将之前的auth.js文件引入时控制台报错,提示
algorithms
shouldbeset,中文译为应该设置算法
小徐前端
·
2020-07-09 13:00
平面点集凸壳算法集合及其复杂度比较
转载自:http://geom
algorithms
.com/a10-_hull-1.htmlComputingaconvexhull(orjust"hull")isoneofthefirstsophisticatedgeometry
algorithms
alaclp
·
2020-07-09 13:04
计算几何
算法
科学计算
转载:平面点集凸壳算法大全(英文)
转载自:http://www.tcs.fudan.edu.cn/rudolf/Courses/
Algorithms
/Alg_cs_07w/Webprojects/Zhaobo_hull/#section26Introduction
Algorithms
BruteforceGraham'sscanJarvis'march
alaclp
·
2020-07-09 13:27
科学计算
算法
计算几何
Matrix Factorization,
Algorithms
, Applications, and Avaliable packages
来源:http://www.cvchina.info/2011/09/05/matrix-factorization-jungle/美帝的有心人士收集了市面上的矩阵分解的几乎所有算法和应用,由于源地址在某神秘物质之外,特转载过来,源地址MatrixDecompositionshasalonghistoryandgenerallycentersaroundasetofknownfactorizati
Rachel-Zhang
·
2020-07-09 13:30
杂感
Machine
Learning
Data
Mining
Plant Leaves Classification: A Few-Shot Learning Method Based on Siamese Network
ThearticledirectoriesAbstractIntroductionPROPOSEDCNNSTRUCTUREINITIALCNNANALYSISEXPERIMENTALSTRUCTUREAND
ALGORITHMS
MATERIALSANDMETHODSDATASETPREPROCESSINGOFIMAGESFEW-SHOTLEARNINGANDDISTA
_Summer tree
·
2020-07-09 11:33
论文解析
SSL
基数排序
golang代码如下:package
algorithms
fu
碎碎是个老司机
·
2020-07-09 11:23
数据结构与算法
最差情况为线性时间的选择
路径goWorkSpace/
algorithms
/worseLinearSelect
碎碎是个老司机
·
2020-07-09 11:23
数据结构与算法
想成为一个游戏程序员要有以下资料
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教材与工程参考手册,在去年CS
future_fighter
·
2020-07-09 08:59
心情日记
安装Neo4j并安装GDS(GraphDataScience)库
neo4j.com/download-center/#enterprise选择3.5.X的版本2、下载GDShttps://s3-eu-west-1.amazonaws.com/com.neo4j.graph
algorithms
.dist
要不要来点小九九
·
2020-07-09 05:26
WEB开发
Thrust快速入门教程(三) ——
Algorithms
Thrust提供了丰富的常用并行算法。这算法的功能与STL中的非常相似,于是我们使用了相同的名称(例如thrust::sort与std::sort)。所有的Thrust算法均提供了host端(主机端)和device端(设备端)的实现。当传入迭代器指向主机端时,将会调用主机端方法,当使用迭代器指向设备端时将调用设备端实现。在Thrust的算法中,的迭代器参数指向必须在同一存储位置,或者主机端或者设备
zerolover
·
2020-07-09 04:07
cuda
Networkx常用算法和求最短路径介绍
默认边的权值都为1,其实可以按照给定的权重求,文章后面有介绍
Algorithms
https://networkx.readthedocs.io/en/stable/reference/
algorithms
.html
yuexiaomao
·
2020-07-09 04:30
基础学习
图论
网络分析
上一页
49
50
51
52
53
54
55
56
下一页
按字母分类:
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
其他