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
(HTM)nupic空间沉积池实现解读
tm的工作步骤),以及论文TheHTMSpatialPooler-ANeocorticalAlgorithmforOnlineSparseDistributedCoding本文研究src/nupic/
algorithms
b_296884864
·
2020-07-01 17:36
C++Primer 5th Chap10 Generic
Algorithms
(未完)
大多数算法定义在头文件algorithm中,在头文件numeric中定义了数值泛型算法。以find算法为例:在容器的两个迭代器指定的范围内遍历,查找特定值。1intval=44;2autoresult=find(ivec.begin(),ivec.end(),val);3cout>sum;accumulate(ivec.cbegin(),ivec.cend(),sum);(如果是string类型,
auj35902
·
2020-07-01 17:32
JSSE中的术语和定义
authenticationTheprocessofconfirmingtheidentityofapartywithwhomoneiscommunicating.认证:确认通讯某一参与方的身份的过程ciphersuiteAcombinationofcryptographicparametersthatdefinethesecurity
algorithms
andkeysizesu
安迪源文
·
2020-07-01 17:02
JSSE
Java
一种简单、快速、高效的多边形减面算法
一种简单、快速、高效的多边形减面算法ASimple,Fast,andEffectivePolygonReduction
AlgorithmS
tanMelax正在加拿大亚伯达大学攻读计算机科学博士学位,致力于研究交互式
amdk_7
·
2020-07-01 17:08
游戏开发
MOEA——多目标函数优化开源框架
AFrameworkforInnovationTheMOEAFrameworkisafreeandopensourceJavalibraryfordevelopingandexperimentingwithmultiobjectiveevolutionary
algorithms
alaclp
·
2020-07-01 16:59
科学计算
算法
时间序列异常点检测
原文链接:TimeSeriesAnomalyDetection
Algorithms
时间序列异常检测--简单的语言介绍当前时间序列异常检测方法在Statsbot,我们不断地回顾异常检测方法,并在此基础上改进我们的模型
akenseren
·
2020-07-01 16:54
异常检测
算法总结-Python 一
参考problemsolvingwith
algorithms
anddatastructures细节注意(1)Python中string类型不能重复赋值,string类型是不可变的。
lifesmily
·
2020-07-01 14:36
Winograd 卷积计算
论文PPT]https://www.slideshare.net/embeddedvision/even-faster-cnns-exploring-the-new-class-of-winograd-
algorithms
-a-presentation-from-arm
蓝鲸123
·
2020-07-01 13:38
OpenPR开源代码项目
OpenPR,standsforOpenPatternRecognitionprojectandisintendedtobeanopensourceplatformforsharing
algorithms
ofimageprocessing
星zai
·
2020-07-01 13:56
Code
IPSec配置命令
ipsecproposalipsec/创建一个IPSec安全提议transformesp/安全协议为ESP协议(缺省值)espauthentication-
algorithms
ha2-256/配置ESP
曲奇饼干
·
2020-07-01 12:00
少标签数据学习:宾夕法尼亚大学Learning with Few Labeled Data
Few-shotimageclassificationThreeregimesofimageclassificationProblemformulationAflavorofcurrentfew-shot
algorithms
Howwelldoesfew-shotlearningworktoday
_Summer tree
·
2020-07-01 12:13
SSL
会议&报告
OpenCV&图像处理_2:平滑smoothing模糊blurring操作
如之前所述,我个人在这个栏目下的所有文章大都是拷贝,拷贝和粘贴,有需要请阅读原文:OpenCV,OpenCV中文论坛,和RichardSzeliski写的ComputerVision:
Algorithms
andApplications
LearningCV
·
2020-07-01 11:57
OpenCV&图像处理
OpenCV
图像处理
2017.12.9~10打卡
2017-12-9早上:学习算法第一章的视频(Analysisof
Algorithms
Introduction、Observations)。
爱跑步的coder
·
2020-07-01 09:38
SAX(Symbolic Aggregate Approximation)一种时间序列的新型符号化方法
The
algorithmS
AX将一段
敲代码的quant
·
2020-07-01 09:39
time
series
时间序列分析
深度学习在金融领域的应用
关注上方“Datawhale”,选择“星标”公众号第一时间获取价值内容作者丨梅子行来源丨风控算法工程师(ID:RC_
algorithms
)现在我们正处在一个深度学习时代,CV领域基本上已经被NN所统治,
Datawhale
·
2020-07-01 08:27
About Introduction to
Algorithms
《计算机算法之设计与分析》(TheDesignandAnalysisofComputer
Algorithms
)Addison-Wesley,1974.经典作品,但是在网络流,线性规划和近代算法方面较缺少
Artvip
·
2020-07-01 07:13
codeing-enjoy
实例化MD5CryptoServiceProvider报错:此实现不是 Windows 平台 FIPS 验证的加密算法的一部分...
System.InvalidOperationException:ThisimplementationisnotpartoftheWindowsPlatformFIPSvalidatedcryptographic
algorithms
Annie9311251
·
2020-07-01 07:57
STL源码剖析(一)
STL六大部件容器(container)、分配器(allocator)、算法(
algorithms
)、迭代器(iterator)、适配器(adaptor)、仿函数(functor)二分配器AllocatorVC6
Aaron_M
·
2020-07-01 07:05
STL源码剖析
GitHub上1万8千个star大佬开源算法推荐!!!
不多bb先放图链接https://github.com/The
Algorithms
/Python简介:该项目上有大量的算法,包括排序算法、二叉树、动态规划、神经网络、机器学习算法等等,作者也对算法的实现进行了详细的说明
AI_study_NO1
·
2020-07-01 07:45
编写leetcode测试用例时所用的辅助函数
在做leetcode题目(https://oj.leetcode.com/problemset/
algorithms
/)的时候,我们总要自己写测试用例,常常要生成vector,list,tree,我将这些常用操作封装了一下
AAA20090987
·
2020-07-01 07:58
C/C++
【数据结构与算法】task6 图
参考:https://github.com/The
Algorithms
/Python/tree/master/graphs实现有向图、无向图、有权图、无权图的邻接矩阵和邻接表表示方法参考:https:/
y430
·
2020-07-01 07:12
[Notes] Introduction to The Design and Analysis of
Algorithms
from Anany Levitin
[Notes]IntroductiontoTheDesignandAnalysisof
Algorithms
fromAnanyLevitinExercisesolutionsfor2ndedition1.
La vie est belle❤️
·
2020-07-01 06:06
读书笔记
书籍推荐:《Java数据结构与算法》
DataStructuresand
Algorithms
inJava(2ndEdition)没错,这本书的代码都是用Java写的。
weixin_33697898
·
2020-07-01 05:46
进化大神宝典1.0
进化大神宝典1.0CITAA:ComputationalIntelligence:Theory,
Algorithms
andApplications老板的主页:http://ist.csu.edu.cn/
huangjin222
·
2020-07-01 05:59
算法相关
【计算机算法】几种常见排序算法
几种常见排序算法标签:
algorithms
几种常见排序算法写在前面基础介绍初级排序算法selectionsort选择排序insertionsort插入排序ShellSort希尔排序shuffing不是排序算法
tealex
·
2020-07-01 04:04
计算机算法
改变图像的对比度和亮度
你将学到:访问像素值用0初始化矩阵saturate_cast是做什么用的,以及它为什么有用一些有关像素变换的精彩内容原理Note以下解释节选自RichardSzeliski所著ComputerVision:
Algorithms
andApplications
love_hot_girl
·
2020-07-01 03:11
(10)图像增强- -- 图像对比度和亮度调整方法与实现
cv::saturate_cast的作用以及它有用的原因获取有关像素转换的一些很酷的信息在实际例子中提高图像的亮度理论注意,以下解释属于RichardSzeliski所着的ComputerVision:
Algorithms
andApplications
hhaowang
·
2020-07-01 02:47
Digital
Image
数字图像处理
对比度调整
亮度调整
图像增强
数据结构
以下内容编译自他的这篇《准备下次编程面试前你应该知道的数据结构》:瑞典计算机科学家NiklausWirth在1976年写了一本书,叫作《
Algorithms
+DataS
chuojuedeng3068
·
2020-07-01 02:04
C++语言学习之STL 的组成
STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor),除此之外还有STL
bingxuebage
·
2020-07-01 01:13
工作学习
C++ STL容器的学习使用(vector、queue、list、set、map)
1.STL组成:STL有三大核心部分:容器(Container)、算法(
Algorithms
)、迭代器(Iterator),容器适配器(containeradaptor),函数对象(functor)
「已注销」
·
2020-07-01 01:09
数据结构
====ACM算法学习====
参数与非参的机器学习算法
原文:http://machinelearningmastery.com/parametric-and-nonparametric-machine-learning-
algorithms
/作者:JasonBrownlee
TNGAI
·
2020-06-30 20:29
机器学习
数据挖掘
外文翻译
数据科学家
算法学习----day01如何确定一个点在多面体内
博主一直从事视频图像处理相关工作,由于一些不可抗力因素,必须马上立刻对一些computer
algorithms
有深入的了解,退后,我要开始学习了。
zshluckydogs
·
2020-06-30 19:33
O'Reilly精品图书推荐:数据算法:Hadoop/Spark大数据处理技巧
Spark大数据处理技巧作者:MahmoudParsian著译者:苏金国杨健康等译国内出版社:中国电力出版社出版时间:2016年10月页数:696书号:978-7-5123-9594-7原版书书名:Data
Algorithms
OReillyData
·
2020-06-30 18:06
BM、GC、SGBM三种算法的比较和BM在OpenCV3下的参数设置
http://blog.csdn.net/chenyusiyuan/article/details/5967291,其中原博主推荐的StefanoMattoccia大神的讲义StereoVision:
algorithms
andapplications
Witnesses
·
2020-06-30 17:09
双目视觉
OpenCV
algorithms
-ch4-paths in graphs
4.1DistaneThedistancebetweentwonodesisthelengthoftheshortestpathbetweenthem.4.2Breadth-firstsearchAllthebreadth-firstsearchtree'spathsfromSaretheshortestpossible.Itisthereforeashortest-pathtree.proced
暗黑破坏球嘿哈
·
2020-06-30 17:48
以下是computer vision:algorithm and application计算机视觉算法与应用这本书中附录里关于计算机视觉的一些测试数据集和源码站点,我整理了下,加了点中文注解
ComputerVision:
Algorithms
andApplicationsRichardSzeliski在本书的最好附录中,我总结了一些对学生,教授和研究者有用的附加材料。
zhubenfulovepoem
·
2020-06-30 17:07
OpenCV数字图像处理
两种图像骨架提取算法的研究(1)原理部分
比如输入图像是这样:输出骨架图像(红色)关于骨架提取,现存的算法有一千种以上(论文[1]中谈到,Therearemorethanonethousand
algorithms
thathavebeenpublishedonthistopic
zhubaohua_bupt
·
2020-06-30 17:36
图像处理与模式识别
SSH Weak
Algorithms
Supported漏洞修复
rhel6.6Nessus安全扫描中发现漏洞:SSHWeak
Algorithms
SupportedNessushasdetectedthattheremoteSSHserverisconfiguredtousetheArcfourstreamcipherornocipheratall.RFC4253advisesagainstusingArcfourduetoanissuewithweakkeys
浩瀚天空001
·
2020-06-30 16:13
漏洞修复
给一整数无序数组,找到第一个缺失的正整数,时间复杂度为n
//Your
algorithms
houldruninO(n)timeandusesconstantspace.publicintfirstMis
敲一手烂代码
·
2020-06-30 16:03
LaTeX技巧:算法标题 Algorithm如何重命名
【解决方案】milksea回复:改这两个\renewcommand{\listalgorithmcfname}{Listof
Algorithms
}\renewco
__矮油不错哟
·
2020-06-30 15:54
latex
Programmer Study Guide-游戏程序员指南
《Introductionto
Algorithms
》第二版中文名《算法导论》关于算法的标准学习教
张腾元-Ternence
·
2020-06-30 14:12
Guide
GitHub超4.1万星,最全Python入门算法来了
项目地址:https://github.com/The
Algorithms
/Python排序算法介绍及代码实现冒泡算法冒
视学算法
·
2020-06-30 12:03
超像素分割技术发展情况梳理(Superpixel Segmentation)--计算机视觉专题3
超像素分割技术发展情况梳理(SuperpixelSegmentation)Sason@CSDN当前更新日期:2013.06.10一.基于图论的方法(Graph-based
algorithms
):1.Normalizedcuts
supeader
·
2020-06-30 12:58
IP
&
CV
超像素分割
图像处理
k-medoids 算法思想
thefreeencyclopediaThek-medoidsalgorithmisaclusteringalgorithmrelatedtothek-meansalgorithmandthemedoidshiftalgorithm.Boththek-meansandk-medoids
algorithms
arepartitional
ywjun的学习笔记
·
2020-06-30 11:21
数据挖掘知识
ssh服务添加加密码算法
sftpdriver提示incompatible,连接失败在sshd_config最后加上这个:#LegacychangesKex
Algorithms
diffie-hellman-group1-sha1
FerrisYu
·
2020-06-30 10:06
linux
HEVC 资源
入门EncoderDescription适合入门RecommendationH.265pdf2016-12-22标准文档,适合:提高;解码HighEfficiencyVideoCoding(HEVC):
Algorithms
andArchitecturesVivienneSze
yue_huang
·
2020-06-30 10:00
HEVC/H.265
效率工具
图论算法——加权无向图的数据结构
有关概念可参考博文数据结构之图的概述加权边的表示packagecom.
algorithms
.graph;/***带权重的无向边的数据结构(不可变类)**@authoryjw*@date2019/5/23
愤怒的可乐
·
2020-06-30 08:45
java
数据结构与算法
机器学习:初学者的十大基本算法
转载于:KDnuggets目的:初学者,共同学习具体网址为:https://www.kdnuggets.com/2017/10/top-10-machine-learning-
algorithms
-beginners.html
Solor_Rays
·
2020-06-30 07:00
机器学习
学习Python 免费电子书 TOP10(含下载)
Python电子书《简明Python教程》中文版《Python学习手册》《Python语言入门》《LearningPython》第5版《Python
Algorithms
》《pythonfordataanalysis
xyz846
·
2020-06-30 04:33
程序
C++练习项目---TinySTL,简易的STL库
概述:为了练习C++,自己仿照标准的STL容器库实现一个简易的STL目标:自己实现一个简易的容器库--TinySTL,实现标准库的ContainersLibrary,
Algorithms
Library,
南friend
·
2020-06-30 01:55
C++
练习项目
上一页
52
53
54
55
56
57
58
59
下一页
按字母分类:
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
其他