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:
CGAL 4.10 官方文档软件包概述 ——组合算法类
Combinatorial
Algorithms
组合算法类MonotoneandSortedMatrixSearch单调排序矩阵搜索作者:MichaelHoffmann简介:Thispackageprovidesamatrixsearchframework
子兮、
·
2020-06-24 08:05
C/C++
CGAL
计算几何算法库
CGAL 4.10.1 官方文档 软件包概述 ——凸包算法类
原文链接:https://doc.cgal.org/latest/Manual/packages.html译文首发:http://blog.csdn.net/duzixiConvexHull
Algorithms
子兮、
·
2020-06-24 08:05
C/C++
CGAL
计算几何算法库
在ubuntu上安装CGAL+GSL(用于Sperical Harmonic)
========================安装CGAL============================CGAL(ComputationalGeometry
Algorithms
Library
ML_NI_CSU
·
2020-06-24 07:57
#
Reprint
C实现 LeetCode->Palindrome Number
Determinewhetheranintegerisapalindrome.Dothiswithoutextraspace.判断一个整形是不是回文,不能使用额外的空间扩展:(判断一个字符串是不是回文;一个单链表是不是回文;一个栈是不是回文)////PalindromeNumber.c//
Algorithms
TTC
·
2020-06-24 06:54
Algorithms
特征选择之relief及reliefF算法
Relief算法是一种特征权重算法(Featureweighting
algorithms
),根据各个特征和类别的相关性赋予特征不同的权重,权重小于某个阈值的特征将被移除。
littlely_ll
·
2020-06-24 06:18
特征提取与选择
机器学习
特征提取与选择
A PAINLESS GUIDE TO CRC ERROR DETECTION
ALGORITHMS
APAINLESSGUIDETOCRCERRORDETECTION
ALGORITHMS
=================================================="EverythingyouwantedtoknowaboutCRC
algorithms
现在记性太差了
·
2020-06-24 03:58
【人工智能】各种机器学习的应用场景分别是什么?
Statsbot数据科学家DaniilKorbut写过一篇《MachineLearning
Algorithms
:WhichOnetoChooseforYourProblem》,简明扼要地介绍了一些比较流行的机器学习算法的典型应用场景
DemonHunter211
·
2020-06-24 01:21
算法
【基础】Union-Find案例
本系列文章主要是对该阶段的算法学习做一点记录,学习教材是广受程序员赞誉的
Algorithms
FourthEdition(算法第四版)。
皮皮的雅客
·
2020-06-24 01:01
◆【算法之美】
---------
【Algorithms4
Learning】
伪代码(Pseudocode)
(Pseudocode)原文:《Pseudocode》byNaomiNishimura刘建文略译(http://blog.csdn.net/keminlau)Inthetextandlectures,
algorithms
willoftenbeexpressedinpseudocode
keminlau
·
2020-06-24 00:07
问题
算法和数据结构
1.概念
Algorithms
:算法是用一些特定的方法从inputdata中计算出你想要的outputdata。抽象的来讲,数据结构就是一种数据容器,算法就是操作数据的过程。
a_tomcat
·
2020-06-24 00:12
AutoML简介
目前的研究方向,主要集中在CASH[1],既Combined
AlgorithmS
electionandHyperparameterOpt
有数可据
·
2020-06-23 23:46
机器学习
人工智能
AutoML
贝叶斯优化
网络变形
[LeetCode - 桶排序] 41. First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
_tianyuxue
·
2020-06-23 22:53
LeetCode
算法与数据结构
leetcode
桶排序
九月腾讯,创新工场,淘宝等公司最新面试三十题(更新至10.04)
如今,又即将迈入求职高峰期--10月份,而本人也正在找下一份工作中,所以,也不免关注了网上和我个人建的算法群
Algorithms
1-12群内朋友发布和讨论的最新面试题。特此整理,以飨诸位。
iteye_2060
·
2020-06-23 19:41
经典常用算法 伪代码合集
文章目录类别一:Sorting
Algorithms
(排序算法)BucketSortCOUNTING_SORTRADIX_SORTINSERT_SORTMERGE_SORTQUICK_SORTHEAP_SORT
玄木.
·
2020-06-23 17:27
数据结构与算法
算法
开放世界游戏中的大地图的实现——程序技术篇
作者:顾露https://www.gameres.com/304072.html一、程序技术篇:算法和架构(Programming
Algorithms
&Architecture)1.无限循环的平铺地图(
hzp666
·
2020-06-23 17:17
其他
位置预测系列(一)
下面就简单说说ubicomp'13年录用的一篇论文:TheInfluenceofTemporalandSpatialFeaturesonthePerformanceofNext-placePrediction
Algorithms
hustluy
·
2020-06-23 16:25
Life
Research
git 配置完下载不了代码,提示身份验证问题
nomatchingkeyexchangemethodfound.Theiroffer:diffie-hellman-group1-sha1fatal:Couldnotreadfromremoterepository.解决办法1.在host下加入Kex
Algorithms
逆生@
·
2020-06-23 16:31
工作中遇到的问题
leetcode 1. 两数之和(Two Sum)python
leetcode1.两数之和(TwoSum)python1.题目描述2.解答1.题目描述[1]两数之和https://leetcode-cn.com/problems/two-sum/description/
algorithms
Easy
Mr._Hou
·
2020-06-23 15:43
leetcode
解决ssh客户端与服务器加密逻辑不匹配问题
在升级了ubuntu16.04后,发现不能通过该软件映射网络磁盘了,提示incompatiblessh
algorithms
(不兼容的加密方式)。
houxn22
·
2020-06-23 15:17
shell
Linux应用
AISTATS2018|密歇根大学提出新型在线boosting算法用于多标签排序(已开源)
OnlineBoosting
Algorithms
forMulti-labelRankingYoungHunJung,AmbujTewariUniversityofMichiganhttp://proceedings.mlr.press
frank_hetest
·
2020-06-23 14:35
Leetcode 问题分类
http://leetcode.cloudfoundry.com/IdQuestionDifficultyFreqencyDataStructures
Algorithms
1TwoSum25arraysetsorttwopointers2AddTwoNumbers34linkedlisttwopointersmath3LongestSubstringWithoutRepeatingCharacter
chiiis
·
2020-06-23 13:51
Leetcode
AutoML-Zero 摘要速览
AutoML-Zero:EvolvingMachineLearning
Algorithms
FromScratchhttps://github.com/google-research/google-research
guotong1988
·
2020-06-23 11:41
人工智能
FAIL : SSHException: Incompatible ssh peer (no acceptable kex algorithm)
过程中抛出异常Incompatiblesshpeer(noacceptablekexalgorithm)原因:由于ssh6.7以上屏蔽不安全算法解决:在/etc/ssh/sshd_config最后加上Kex
Algorithms
curve25519
Ronney-Hua
·
2020-06-23 10:20
linux系统运维
深度学习并行训练——AD-PSGD算法
结合AD-PSGD算法,浅谈深度学习并行训练中的基本概念引用CanDecentralized
Algorithms
OutperformCentralized
Algorithms
?
xcy6666
·
2020-06-23 10:21
分布式系统与并行计算
LeetCode128:最长连续子序列
longest-consecutive-sequence/问题描述Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
独L无二
·
2020-06-23 09:09
LeetCode
常用排序算法汇总(一)
网址如下:https://www.cs.usfca.edu/~galles/visualization/
Algorithms
.html以下是常见排序算法的时间复杂度以及稳定性
fucccck_ly
·
2020-06-23 09:50
算法与数据结构
面试
LS和DV路由协议的分析与比较
路由算法可分为distancevector(DV)algorithm和link_state(LS)
algorithms
两种【4】。
friendbkf
·
2020-06-23 09:11
计算机网络
亚像素数值极值检测算法总结
本文尝试总结几种常用的一维离散数据极值检测方法,几个算法主要来自论文《AComparisonof
Algorithms
forSubpixelPeakDetection》,加上自己的理解和推导。
shine-lee
·
2020-06-23 08:09
算法
Github标星66.6k+:常见数据结构与算法的Python实现
仓库地址:https://github.com/The
Algorithms
/Python内容说明包含了常见
风度78
·
2020-06-23 07:37
推荐:常见算法的python实现(github上25000多star)
仓库地址:https://github.com/The
Algorithms
/Python内容说明包含了常见的算法的python实现,如二叉树、排序、查找等等。这些是算法工程师必须
风度78
·
2020-06-23 07:34
(转) External Sort
faculty.simpson.edu/lydia.sinapova/www/cmsc250/LN250_Weiss/L17-ExternalSortEX1.htmCCasbelow:CmSc250Introto
Algorithms
ExternalSortingExampleofTwo-WaySorting
feliciafay
·
2020-06-23 07:04
2019年 Github 上最热门的 Java 开源项目
Java开源项目排行已经出炉啦,在本月的名单中,实战项目类居多,当然也有像JavaGuide这样学习指南类项目,下面就是本月上榜的10个开源项目:1Javahttps://github.com/The
Algorithms
CodingSir
·
2020-06-23 06:01
双指针算法解题-leetcode167 两数之和 II - 输入有序数组
[167]两数之和II-输入有序数组https://leetcode-cn.com/problems/two-sum-ii-input-array-is-sorted/description/
algorithms
Easy
TAsama
·
2020-06-23 05:49
LeetCode题目难度分布(含面试频率及使用的数据结构与算法)
原文链接:LeetCodeQuestionDifficultyDistribution(墙外)IDQuestionDiffFreqDataStructure
Algorithms
1TwoSum25arraysortsetTwoPointers2AddTwoNumbers34linkedlistTwoPointersMath3LongestSubstringWithoutRepeatingCharac
lilong_dream
·
2020-06-23 05:54
LeetCode
LeetCode
吴恩达深度学习笔记(38)-优化算法(Optimization
algorithms
)
Mini-batch梯度下降(Mini-batchgradientdescent)本周将学习优化算法,这能让你的神经网络运行得更快。机器学习的应用是一个高度依赖经验的过程,伴随着大量迭代的过程,你需要训练诸多模型,才能找到合适的那一个,所以,优化算法能够帮助你快速训练模型。其中一个难点在于,深度学习没有在大数据领域发挥最大的效果,我们可以利用一个巨大的数据集来训练神经网络,而在巨大的数据集基础上进
极客Array
·
2020-06-23 05:48
prefixspan python
from:https://github.com/chuanconggao/PrefixSpan-pyAPIUsageAlternatively,youcanusethe
algorithms
viaAPI.fromprefixspanimportPrefixSpandb
djph26741
·
2020-06-23 04:24
精通八大排序算法系列:二、堆排序算法
精通八大排序算法系列:二、堆排序算法作者:July、二零一一年二月二十日本文参考:IntroductionTo
Algorithms
,secondedition。
dinongxu8804
·
2020-06-23 04:13
(原)关于音频onset detection算法的阅读
Orgin:UsingAudioOnsetDetection
Algorithms
本文档只记录了部分的内容,主要以aubio相关内容为主,并非整个文档的完整内容,记录人:
[email protected]
dianchixian5277
·
2020-06-23 04:55
Introduction to
Algorithms
, Second Edition _ONE (Adding)
Introductionto
Algorithms
(SecondEdition)【原书名】Introductionto
Algorithms
(SecondEdition)【原出版社】TheMITPress【
dfreng
·
2020-06-23 04:12
Course
learning
Java设计模式及应用场景之《策略模式》
文章目录一、策略模式定义二、策略模式的结构和说明三、策略模式示例四、Java8重构策略模式五、策略模式的优缺点六、策略模式的应用场景一、策略模式定义Defineafamilyof
algorithms
,encapsulateeachone
晓呆同学
·
2020-06-23 02:40
Java设计模式
【】汇总几个开源的三维图形/计算几何算法库
【cgal】TheComputationalGeometry
Algorithms
Library官网:https://www.cgal.org/github:https://github.com/CGAL
dagunliyu123
·
2020-06-23 02:01
3D
【并发基础】CAS(Compare And Swap)操作的底层原理以及应用详解
目录一、锁机制存在的问题二、什么是CAS三、CAS的应用3.1非阻塞算法(nonblocking
algorithms
)四、CAS底层原理4.1处理器自动保证基本内存操作的原子性4.2通过总线锁定来保证原子性
小七mod
·
2020-06-23 02:58
并发编程
Java
JVM
平衡搜索三叉树
三叉树的结构(左子树,中子树,右子树,索引,元素)三叉树主要应用于字符串,数据串作为索引来查找,N年前JonL.Bentley,RobertSedgewick发表了篇名叫Fast
Algorithms
forSortingandSearchingStrings
chouhangza5001
·
2020-06-22 22:06
Python开发资源速查表
Python开发资源速查表Python实现算法和设计模式
algorithms
-Python的一个算法模块.PyPattyrn-一个用于实现常见设计模式的简单而有效的库.python-patterns-Python
chenyulancn
·
2020-06-22 22:38
python
Leetcode-229题:Majority Element2
题目:Givenanintegerarrayofsizen,findallelementsthatappearmorethan⌊n/3⌋times.The
algorithms
houldruninlineartimeandinO
八刀一闪
·
2020-06-22 22:59
强烈推荐 GitHub 上值得前端学习的数据结构与算法项目
javascript-
algorithms
(51.3k)该仓库包含了多种基于JavaScri
全栈修炼
·
2020-06-22 21:38
全栈修炼
密歇根大学28页最新《GANs生成式对抗网络综述:算法、理论与应用》最新论文,带你全面了解GAN技术趋势...
密歇根大学JieGui博士等人近期发布了《AReviewonGenerativeAdversarialNetworks:
Algorithms
,Theory,andApplicatio
人工智能学家
·
2020-06-22 20:52
通俗易懂的机器学习
机器学习这个概念认为,对于待解问题,你无需编写任何专门的程序代码,遗传算法(generic
algorithms
)能够在数据集上为你得出有趣的答案。
sarah_cw
·
2020-06-22 20:00
Machine
leaning
Chapter 6 决策树
OReilly.Hands-OnMachineLearningwithScikit-LearnandTensorFlow读书笔记Chapter6DecisionTreesLikeSVMs,DecisionTreesareversatileML
algorithms
thatcanperformbothclassificationandregressiontasks
boywaiter
·
2020-06-22 18:26
Hands-On
Machine
Learning
with
Scik
数据结构与算法
GitBook在线阅读,PDF、Mobi、ePub下载https://www.gitbook.com/book/alleniverson/data-structure-and-
algorithms
/detailsGitHub
Jack-Chan
·
2020-06-22 15:14
数据结构与算法
上一页
58
59
60
61
62
63
64
65
下一页
按字母分类:
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
其他