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
【源码】求解连续优化问题的球面演化算法仿真
Intheseyears,moreandmorenature-inspiredmeta-heuristic
algorithms
havebeenproposed;searchoperatorshavebeentheircoreproblem
梅花香——苦寒来
·
2020-07-30 04:07
Algorithms
算法第一章动态连通性首先,我们讲到第一个问题,也就是第三张PPT,动态连通性问题,就是给出N个对象,并从0到N-1将它们命名,在做过若干次合并操作(连接两个对象)过后,然后来看两个对象之间(与合并时的两个对象不一定相同)是否有连通的路径,这就是动态连通性问题。如图中的这个例子,在事先已经合并了4和3,3和8,6和,9和4,2和1这5对对象之后,我们来看几对对象之间是否相互连通,0和7,不连通,8和
心语yx
·
2020-07-30 03:27
算法(第四版)C# 习题题解——2.3
写在前面整个项目都托管在了Github上:https://github.com/ikesnowy/
Algorithms
-4th-Edition-in-Csharp查找更为方便的版本见:https://alg4
weixin_30826095
·
2020-07-30 02:07
分布式计算 ——原理、算法与系统(Distributed Computing —— Principles,
Algorithms
, and System)读书笔记 持续更新
分布式计算——原理、算法与系统DistributedComputing——Principles,
Algorithms
,andSystem不定期更新中文书翻译很烂。。。各种下标错误等。。
rsy56640
·
2020-07-30 00:09
分布式系统
计算机理论
路径/运动规划开源/常用算法 Matlab代码汇总(包括存在不确定性下运动规划Belief space planning)
Sampling-basedmotionPlanning----RRT------*RRTstar2D/3DGithubCodehttp://arms.nu.edu.kz/research/matlab-toolbox-rrt-based-
algorithms
HuanY_BIT
·
2020-07-30 00:30
路径/运动规划
path/trajectory
planni
Coverage Path Planning(区域覆盖)
小车从左上角走到右下角,遇到障碍就转弯,很显然中间上方的区域并没有覆盖到这篇论文(ResearchonCompleteCoveragePathPlanning
Algorithms
basedo
DJ丶丶
·
2020-07-29 21:28
机器人
2018-02-27
critical[10%]《gopl》-critical[32%]《InformationStorageandManagement》[10%]《scip》-critical[%]《Introductionto
Algorithms
阿诺Arno
·
2020-07-29 21:46
轻松无痛苦学习CRC指南
:http://www.repairfaq.org/filipg/LINK/F_crc_v31.html1.前言1.1关于版权和作者“EverythingyouwantedtoknowaboutCRC
algorithms
阿基米东
·
2020-07-29 20:14
C语言
算法列表
http://en.wikipedia.org/wiki/List_of_
algorithms
Thefollowingisalistof
algorithms
alongwithone-linedescriptionsforeach.Contents
lonelyrains
·
2020-07-29 20:36
编程之美
读书-学习笔记
数学
差分进化算法解决有约束优化问题(Python实现)
差分进化算法(DifferentialEvolution)是演化算法(evolutionary
algorithms
,简称EAs)的成员之一。
guofei9987
·
2020-07-29 18:20
约束优化
遗传算法
进化
【更新于2019】SCI EI 索引最新查询方法(已验证有效)
本文以论文BehaviorofMultiobjectiveEvolutionary
Algorithms
onMany-ObjectiveKnapsackProblems为例,说明SCI、EI索引最新查询方法
-绿色小屋
·
2020-07-29 16:07
My-Mini-Notes
声学特征(三) pitch
计算F0也被称为‘‘pitchdetection
algorithms
(PDA)。YIN算法sphinx使用的YIN算法提取pitch特征,相对简单而且进行了定点化。
xmucas
·
2020-07-29 13:36
声学模型
模糊算法相关研究帖
Aninvestigationoffastreal-timeGPU-basedimageblur
algorithms
SubmittedbyFILIPS.
laverfever
·
2020-07-29 10:30
mobile
OpenGL_ES
GPU
CORDIC-NO MULTIPLY trigonometric and hyperbolic implementation
reference三角函数计算,Cordic算法入门CORDICinCandJavascriptSoftwareImplementationofTrigonometricFunctionsUsingCORDIC
AlgorithmS
impleCsourcef
golfbears
·
2020-07-29 10:28
滤波器
语音特征
算法
An investigation of fast real-time GPU-based image blur
algorithms
//software.intel.com/en-us/blogs/2014/07/15/an-investigation-of-fast-real-time-gpu-based-image-blur-
algorithms
SubmittedbyFILIPS
凌风探梅
·
2020-07-29 09:21
GPUImage
线性查找
packagecom.liuhuan.study.
algorithms
.search;/***@authorLiuHuan*@date2020-07-0816:18*@desc线性查找*/publicclassSeqSearch
叮叮叮叮叮叮当
·
2020-07-29 09:00
插值查找
packagecom.liuhuan.study.
algorithms
.search;/***@authorLiuHuan*@date2020-07-0816:25*@desc插值查找,要求数组是有序的
叮叮叮叮叮叮当
·
2020-07-29 09:00
NSGA-II 学习笔记
NSGA是N.Srinivas和K.Deb在1995年发表的一篇名为《Multiobjectivefunctionoptimizationusingnondominatedsortinggenetic
algorithms
折_言
·
2020-07-29 03:03
多目标遗传算法
LeetCode-24 - Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifythevaluesinthelist
空即是色即是色即是空
·
2020-07-29 01:26
NSGA2算法中文版详细介绍
NSGA是N.Srinivas和K.Deb在1995年发表的一篇名为《Multiobjectivefunctionoptimizationusingnondominatedsortinggenetic
algorithms
Reacubeth
·
2020-07-29 01:23
算法
多目标优化
机器学习
徐奕的专栏
机器学习
NSGA2
单目标&多目标优化算法的测试函数与解
thefreeencyclopediaInappliedmathematics,testfunctions,knownasartificiallandscapes,areusefultoevaluatecharacteristicsofoptimization
algorithms
xuxinrk
·
2020-07-29 01:28
多目标优化
for_each算法和transform算法区别
算法更多基础的内容请参考以下两篇http://文章:for_each()算法:点击打开链接transform()算法:点击打开链接首先,for_each()算法和transform()算法都是属于变动性算法(modifying
algorithms
Jimmy1224
·
2020-07-29 00:38
STL
梯度下降算法小结
梯度下降一类算法小结标签(空格分隔):梯度下降以下内容为Anoverviewofgradientdescentoptimization
algorithms
读后笔记.梯度下降算法变种算法概览最经典的梯度下降算法有
Vanguard-xf
·
2020-07-29 00:40
机器学习优化算法
小结
机器学习-数据挖掘
apache session 会话保持 mod_proxy_balancer
2.2/mod/mod_proxy_balancer.htmlLoadbalancerscheduleralgorithmAtpresent,thereare3loadbalancerscheduler
algorithms
availableforuse
wych1981
·
2020-07-29 00:39
常用命令
C++ STL容器的使用方法(vector、queue、list、set、map)
区别和apihttps://blog.csdn.net/attitude_yu/article/details/810579881.STL组成:STL有三大核心部分:容器(Container)、算法(
Algorithms
Emiiya
·
2020-07-28 23:07
进化算法与遗传算法的区别
EA(Evolutionary
Algorithms
):进化算法;GA(GeneticAlgorithm):遗传算法;进化算法包括遗传算法、进化程序设计、进化规划和进化策略。
weixin_41785856
·
2020-07-28 20:43
荷兰国旗问题
Cousera
Algorithms
PartI第二周课后问答题,有这样一道题,当时没什么想法,直到学了第三周的归并排序,才弄明白要怎么做,这里记录一下自己的想法与最终代码。
有节操的正明君
·
2020-07-28 20:04
curl 详解
curl详解--compressed--compressed(HTTP)Requestacompressedresponseusingoneofthe
algorithms
curlsupports,andsavetheuncompresseddocument.Ifthisoptionisusedandtheserversendsanunsupportedencoding
cityhash123
·
2020-07-28 20:59
[SLAM]2D激光线特征提取
Acomparisonoflineextraction
algorithms
using2Drangedataforindoormobilerobotics."
weixin_34404393
·
2020-07-28 19:11
STL算法介绍
>>>STL算法(STL
algorithms
)再好的编程技巧,也无法让一个笨拙的算法起死回生。选择了错误的算法,便注定了失败的命运。STL算法部分主要由头文件,,组成。
weixin_34187862
·
2020-07-28 19:24
遗传算法
摘要:遗传算法(genetic
algorithms
,GA)是模仿生物遗传学和自然选择机理,在对随机自适应的全局搜索算法(Holland霍兰德)及自然界的“自然选择”和“优胜劣汰”(Darwin达尔文)和生物遗传学说
weixin_33964094
·
2020-07-28 18:20
Coursera Deep Learning 4 卷积神经网络 第三周习题
Detection
algorithms
测验,10个问题1Youarebuildinga3-classobjectclassificationandlocalizationalgorithm.Theclassesare
weixin_33895695
·
2020-07-28 18:35
高斯判别分析 Gaussian Discriminant Analysis
之前我们分析LogisticRegression,通过求p(y|x)来判定数据属于哪一个输出分类,这种直接判定的方法称为DiscriminativeLearning
Algorithms
,但还有另一种思路去接此问题
weixin_33691817
·
2020-07-28 17:02
简单实现-算法探查器[Python]
这里面主要用到了两个外部模块profiler,
algorithms
3.实现fromprofilerimportprofilerfrom
algorithms
.sortimportselection_sortimportrandom
清新灬薄荷叶
·
2020-07-28 17:02
(笔记)斯坦福机器学习第五讲--生成学习算法
本讲内容1.Generativelearning
algorithms
(生成学习算法)2.GDA(高斯判别分析)3.NaiveBayes(朴素贝叶斯)4.LaplaceSmoothing(拉普拉斯平滑)1
weixin_30552811
·
2020-07-28 16:38
生成学习算法(Generative Learning
algorithms
)
一:引言在前面我们谈论到的算法都是在给定x的情况下直接对p(y|x;Θ)进行建模。例如,逻辑回归利用hθ(x)=g(θTx)对p(y|x;Θ)建模。现在考虑这样一个分类问题,我们想根据一些特征来区别动物是大象(y=1)还是狗(y=0)。给定了这样一个训练集,逻辑回归或感知机算法要做的就是去找到一个决策边界,将大象和狗的样本分开来。但是如果换个思路,首先根据大象的特征来学习出一个大象的模型,然后根据
weixin_30528371
·
2020-07-28 16:53
通读《STL源码剖析》之后的一点读书笔记
STL可分为容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adaptors)、算法(
algorithms
)、仿函数(functors)六个部分。
weixin_30492047
·
2020-07-28 16:32
lintcode 刷题 by python 总结(1)
博主之前在学习python的数据结构与算法的基础知识,用的是《problem-solving-with-
algorithms
-and-data-structure-using-python》。
weixin_30478923
·
2020-07-28 16:52
matlab 数值算法工具箱 NAG toolbox
所谓NAG,就是Numerical
Algorithms
Group。
yoyowinwin
·
2020-07-28 15:39
matlab
多目标优化系列(六)SPEA
MultiobjectiveEvolutionary
Algorithms
:AComparativeCaseStudyandtheStrengthParetoApproach摘要该算法有以下四个特点a.在第二个连续更新的种群中存储非支配解
冷夏LX
·
2020-07-28 14:06
优化算法
LeetCode11-盛最多水的容器
leetcode.cnid=11lang=cpp**[11]盛最多水的容器**https://leetcode-cn.com/problems/container-with-most-water/description/**
algorithms
爆米花好美啊
·
2020-07-28 14:38
LeetCode
Spark内核之美(一):RDD的原理与源码分析
实验室(
Algorithms
、MachinesandPeopleLab)开发的通用大数据处理框架。
静灵公子
·
2020-07-28 14:16
Spark
Spark内核之美
智能指针tr1::shared_ptr、boost::shared_ptr使用
而boost作为tr1的实现品,包含“
Algorithms
BrokenCompilerWorkaroundsConcurrentProgrammingContainersCorrectnessandTestingDataStructuresDomainSpecificFunctionObjectsandHigher
young-hz
·
2020-07-28 13:48
c/c++
C++的STL之search_n
C++STL的非变易算法(Non-mutating
algorithms
)是一组不破坏操作数据的模板函数,用来对序列数据进行逐个处理、元素查找、子序列搜索、统计和匹配。
李恩泽
·
2020-07-28 13:46
C++
学习Python 免费电子书 TOP10(含下载)
Python电子书《简明Python教程》中文版《Python学习手册》《Python语言入门》《LearningPython》第5版《Python
Algorithms
》《pythonfordataanalysis
打码归来
·
2020-07-28 12:08
python
C++_STL源码阅读:算法篇
Algorithms
源码路径:STLport-5.2.1/stlport/stlnumeric:accumalateinner_productpartial_sumadjacent_differnence:相邻两个元素之间的差值or加法power:计算x的n次方iota:并非属于STL,只是一个扩展,是的某个指定区间,从指定值_val开始逐元素递增其中,power算法可以简单讨论下:方法1:循环n次,x连乘,但这样比
水白
·
2020-07-28 11:50
C++
稀疏表示综述:A Survey of Sparse Representation:
Algorithms
and Applications_2015(1)
ASurveyofSparseRepresentation:
Algorithms
andApplicationsZHENGZHANG,YONGXU,JIANYANG,XUELONGLI,ANDDAVIDZHANG
mingo_敏
·
2020-07-28 10:47
Paper
Reading
applications
基础
sparse
《指导生活的算法》读后感
近期阅读了《指导生活的算法:人类决策中的计算机科学》,全名《
Algorithms
toLiveBy:TheComputerScienceofHumanDecisions》,作者是BrianChristian
s1314_JHC
·
2020-07-28 10:17
前沿思想
简单异或加密
Dont’useXORencryptiononlywhenyouencryptdata.It’sweak.Combineitwithothermethods/
algorithms
.Youcanforex.xorastringandthenencryptitwithAES256
wyrover
·
2020-07-28 10:02
Spark 任务调度和FIFO、FAIR调度源码分析
模式配置调度池FIFO和FAIR调度源码分析TaskScheuduler.initializeSchedulableBuilderPool.getSortedTaskSetQueueScheduling
AlgorithmS
tage
KD_
·
2020-07-28 09:48
Spark
上一页
43
44
45
46
47
48
49
50
下一页
按字母分类:
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
其他