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:
(3作 2015 Ruhul Sarker)A Decomposition Based Evolutionary Algorithm for Many Objective Optimization
Abstract背景问题Decompositionbasedevolutionary
algorithms
havebeenquitesuccessfulinsolvingoptimizationproblemsinvolvingtwoandthreeobjectives.Recentlytherehavebeensomeattemptstoexploitthestrengthsofdecomposi
lilicat
·
2020-07-15 12:13
我的成长之路
xurui1995/Sword-pointing-to-offer/tree/master/Javahttp://hencoder.comhttps://leetcode-cn.com/problemset/
algorithms
ITurbo
·
2020-07-15 09:34
成长之路
A comparative review of tone-mapping
algorithms
for high dynamic range video(高动态范围视频色调映射算法的比较研究)(—)
研读论文Acomparativereviewoftone-mapping
algorithms
forhighdynamicrangevideo(高动态范围视频色调映射算法的比较研究)(—)目录研读论文Acomparativereviewoftone-mapping
algorithms
forhighdynamicrangevideo
岁月蹉跎的一杯酒
·
2020-07-15 08:47
HDR图像学习
光学成像
Tone Mapping Survey
3.1色调映射一般管道目录3.1色调映射一般管道3.2GlobalToneMapping
Algorithms
3.3LocalToneMapping
Algorithms
3.4ColortoLuminance
岁月蹉跎的一杯酒
·
2020-07-15 08:47
HDR图像学习
光学成像
Launch failed - cleaning up connection
Jenkins远程连接ssh(Linux系统)失败关键信息:Warning:nokey
algorithms
provided;JENKINS-42959disabledWarning:nokey
algorithms
provided
gblfy
·
2020-07-15 06:19
Jenkins
本周学习小结
学习笔记之ProblemSolvingwith
Algorithms
andDataStructuresusingPython-浩然119-博客园https://www.cnblogs.com/pegasus923
weixin_34138056
·
2020-07-15 05:33
CCNA--RIP的工作原理
RIP协议是基于距离矢量算法(DistanceVector
Algorithms
,DVA)的。它使用“跳数”,即metric来衡量到达目标地址的路由距离。文档见RFC10
b10l07
·
2020-07-15 04:21
壁虎书2 End-to-End Machine Learning Project
lookatthebigpicture2.getthedata3.discoverandvisualizethedatatogaininsights4.preparethedataformachinelearning
algorithms
5
weixin_30487701
·
2020-07-15 03:02
特征选择 - Filter、Wrapper、Embedded
informationgainchi-squaretestfisherscorecorrelationcoefficientvariancethresholdWrappermethods:recursivefeatureeliminationsequentialfeatureselection
algorithms
genetic
algorithms
Embeddedmeth
weixin_30394981
·
2020-07-15 03:13
动态规划(Dynamic Programming)与贪心算法(Greedy
Algorithms
)
动态规划动态规划是用来解决优化问题的,即要作出一组选择以达到最优解。动态规划有两个标志:一是可以划分最优子问题,二是子问题有重叠性(可以自底向上存储这些子问题的解,把算法效率从指数时间降到多项式时间)。例如,动态规划可以运用在矩阵相乘上。在矩阵连乘的时候,在中间增加括号是不影响最后结果的。也就是说A*B*C=A*(B*C)。假设A、B、C的维数为10X100,100X5和5X50,那么两种方法的运
wangxiaojun911
·
2020-07-15 02:15
Algorithm
算法推荐阅读
从我自己的学习过程来说,推荐这些书籍给大家参考:1)ThomasH.Cormen、CharlesE.Leiserson等著的《Introductionto
Algorithms
》,或潘金贵、顾铁成等译的《
Mondoz
·
2020-07-15 01:59
算法
数学
编程之美
算法导论
算法
数学
设计
Algorithms
- Floodfill
《啊哈!算法》第4章第5节,漫水填充法的Swift实现。问题给一个群岛地图中不同的岛屿填充不同的颜色,并统计地图中有多少个小岛。解决遍历每个点,并对与该点临近的点采用深度优先搜索算法进行填充。//0=海洋;1~9=陆地vara=[[1,2,1,0,0,0,0,0,2,3],[3,0,2,0,1,2,1,0,1,2],[4,0,1,0,1,2,3,2,0,1],[3,2,0,0,0,1,2,4,0,
su3
·
2020-07-14 22:01
Open Cascade造型算法——倒圆与倒角
原文:OpenCascade造型算法——倒圆与倒角造型算法——倒圆与倒角Modeling
Algorithms
[email protected]
一、倒圆FilletConstructor1
seumonkey
·
2020-07-14 22:00
OpenCASCADE
项目随记
3d数据处理
1.软件、开源的库1.Smart3D,PIX4D.....2.库1.CGAL,ComputationalGeometry
Algorithms
Library,计算几何算法库,设计目标是,以C++库的形式,
sbodakes
·
2020-07-14 22:53
3D
Leetcode-Swap Nodes in Pairs
swapeverytwoadjacentnodesandreturnitshead.Forexample,Given1->2->3->4,youshouldreturnthelistas2->1->4->3.Your
algorithms
houlduseonlyconstantspace.Youmaynotmodifyth
Juliiii
·
2020-07-14 21:00
【并查集】A007_LC_最长连续序列(记忆化搜索 / 并查集 (代办))
一、ProblemGivenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
ByteSinging
·
2020-07-14 21:40
#
并查集
图像分割
创建简单的有向图代码:frompygraph.classes.digraphimportdigraphfrompygraph.
algorithms
.minmaximportmaximum_flowgr=
不吃香菜--
·
2020-07-14 20:07
Paper之
Algorithms
:国内外
Algorithms
高质量论文、CUMCM分类推荐(建议收藏,持续更新)
Paper之
Algorithms
:国内外
Algorithms
高质量论文、CUMCM分类推荐(建议收藏,持续更新)目录国内
Algorithms
论文集合国外
Algorithms
论文集合CUMCM数学建模类参考文献国内
一个处女座的程序猿
·
2020-07-14 20:32
Algorithm
Paper
scoring - as - a - service 实现实时操作算法
来源:https://content.pivotal.io/blog/scoring-as-a-service-to-operationalize-
algorithms
-for-real-time如果您只使用数据科学进行一次性的
Threathunter
·
2020-07-14 19:08
C++知识总结(21)
2、算法(
Algorithms
):各种常用算法如Sort,Search,Copy,Erase,从实现的角度来看,STL算法是一种FunctionTemp
Oligay
·
2020-07-14 18:00
c++
策略模式( Strategy Pattern) 也叫做政策模式(Policy Pattern)
文档地址:《设计模式之禅》定义:Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.
寻梦的飞鱼
·
2020-07-14 17:47
设计模式
LeetCode-
Algorithms
-[Easy]604. 迭代压缩字符串
604.迭代压缩字符串一开始的做法,其实没想太多,直接就写了。。。publicclassStringIterator{Stringstring;inti;intn;HashMapmap;publicStringIterator(StringcompressedString){setMap();intn=compressedString!=null?compressedString.length()
什么你竟然不会敲代码
·
2020-07-14 14:36
LeetCode
No entry currently exists in the Known Hosts file for this host. Connections will be denied until th
Warning:nokey
algorithms
provided;JENKINS-42959disabledWARNING:NoentrycurrentlyexistsintheKnownHostsfileforthishost.ConnectionswillbedenieduntilthisnewhostanditsassociatedkeyisaddedtotheKnownHostsfile
kynni
·
2020-07-14 10:38
运维
jenkins
C++设计模式学习笔记三:策略模式
1、先看看策略模式的官方定义:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakestheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
Slower001
·
2020-07-14 09:29
设计模式
网易2016两道题Assuming Digits && Best Compression
Algorithms
趁热来一发。下面代码没有经过测试,因为其实我没有参加。。。#include#include#include#include#include#include#include#include#include#include#includeusingnamespacestd;intnum[4];intsolve(stringa){memset(num,0,sizeof(num));for(inti=0;
chchlh
·
2020-07-14 08:14
POJ水水水
免费: 大赏新书CASI
CASI:是新书"ComputerAgeStatisticalInference:
Algorithms
,EvidenceandDataScience"!
史春奇
·
2020-07-14 08:01
week1 Analysis of
Algorithms
Introduction
keywords(50m):performanceof
algorithms
(12times)runningtime(7times)shortesttimeperformancepredictionscientificmethod
爱跑步的coder
·
2020-07-14 07:01
2. Asymptotic notation
起因:Intheanalysisof
algorithms
,itiscommontoestimatetherunningtimeintheasymptoticsense,thatis,toestimatetherunningtimeforarbitrarilylargeinputs.O-notation.Foragivenfunctiong
何大炮
·
2020-07-14 06:38
Bellman-Ford算法
参考:Single-SourceShortestPath:Bellman-Ford
AlgorithmS
PFA——基于Bellman-Ford的队列优化HowistheBellmanFordalgorithmacaseofdynamicprogramming
TimeMagician
·
2020-07-14 06:39
search
算法代码实现之二分法查找,Java实现
封装成类:packagecom.roc.
algorithms
.search;/***二分法查找**@authorroc*/publicclassBinarySearch{/***@parama升序排列的数组
陈鹏万里
·
2020-07-14 05:52
算法
spark学习——(一)spark简介
一、关于SparkSpark最初由美国加州伯克利大学(UCBerkeley)的AMP(
Algorithms
,MachinesandPeople)实验室于2009年开发,是基于内存计算的大数据并行计算框架
Lynqwest
·
2020-07-14 05:43
Spark学习
02_End-to-End Machine Learning Project_StratifiedShuffleSplit_RMSE_MAE_Geographical Data_CaliforniaH
Lookatthebigpicture.2.Getthedata.3.Discoverandvisualizethedatatogaininsights.4.PreparethedataforMachineLearning
algorithms
LIQING LIN
·
2020-07-14 05:47
初识STL
StandardTemplateLibrary)标准模板库百度百科上将其分为六个部分:容器(containers)、迭代器(iterators)、空间配置器(allocator)、配接器(adapters)、算法(
algorithms
----一砂一极乐-----
·
2020-07-14 04:10
Immovable Easter
Thisyear..fallson...It'sunusual.
Algorithms
usedtocalculatethedata.Theydependonthelunarcycle,producedifferentresultsinmostyears.ThedateofEastercanvarybymorethanamonthfromyeartoyear.Allthisvariabilityhas
luluhu
·
2020-07-14 04:29
[LeetCode&
Algorithms
]78.Subsets/子集/回溯法Backtracking+dfs详解
参考了以下的人终于搞懂了点参考1参考2参考378子集给定一组不含重复元素的整数数组nums,返回该数组所有可能的子集(幂集)。说明:解集不能包含重复的子集。Givenasetofdistinctintegers,nums,returnallpossiblesubsets(thepowerset).Note:Thesolutionsetmustnotcontainduplicatesubsets./
帕尼尼270
·
2020-07-14 02:21
Algorithms
Jenkins安装节点时遇到jdk安装错误
Warning:nokey
algorithms
provided;JENKINS-42959disabled[02/28/1815:19:44][SSH]OpeningSSHconnectionto172.17.20.177
ChuanyiHuang
·
2020-07-14 01:49
RIP路由协议
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。
chanxi4688
·
2020-07-14 01:46
计算机科学中最重要的32个算法
英文原址:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.html奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
掉下个小石头
·
2020-07-13 23:00
#
编程算法
VS 下 Open Cascade Source Code 编译及自定义工程设置()
.*).Modeling
Algorithms
(fileModeling
Algorithms
.*).
飞在天空的鱼
·
2020-07-13 23:26
A comparative review of tone-mapping
algorithms
for high dynamic range video(高动态范围视频色调映射算法的比较研究)(二)
研读论文Acomparativereviewoftone-mapping
algorithms
forhighdynamicrangevideo(高动态范围视频色调映射算法的比较研究)(二)目录研读论文Acomparativereviewoftone-mapping
algorithms
forhighdynamicrangevideo
岁月蹉跎的一杯酒
·
2020-07-13 21:17
HDR图像学习
python计算机视觉 图像分割
计算一幅较小的图的最大流和最小割的简单例子二.图像中创建图:利用贝叶斯模型分割图像一.图割:计算一幅较小的图的最大流和最小割的简单例子frompygraph.classes.digraphimportdigraphfrompygraph.
algorithms
.minmaximportmaximum_flowgr
CancerWu
·
2020-07-13 20:24
计算机视觉
NNI(neural network intelligence)安装
isatoolkittohelpusersrunautomatedmachinelearning(AutoML)experiments.Thetooldispatchesandrunstrialjobsgeneratedbytuning
algorithms
tosearchthebestneuralarchitectureand
weixin_43545898
·
2020-07-13 20:43
笔记
NNI
autoML
leetcode学习笔记56
LongestConsecutiveSequenceGivenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.Your
algorithms
houldruninO
旖旎_Sarah
·
2020-07-13 19:14
leetcode
经典算法研究系列:二之续、彻底理解Dijkstra算法
参考代码:introductionto
algorithms
,SecondEdition。
v_JULY_v
·
2020-07-13 16:12
经典算法研究
[LeetCode][Python]268. Missing Number
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimplemen
bluescorpio
·
2020-07-13 15:11
Week4 Assignment - Without Full Score - Princeton-
Algorithms
-PartI
题注第一次跟Princeton的《Algorithm》课没有跟下来的一个核心原因就是这道题无论如何拿不到fullscore,第一次做的时候分数只有不到85分,因为最后的测试总是有一些test不能通过。经过了大概6个月后,现在再编这个题目,结果还是拿不到fullscore,不过分数大约提高了10分,只有部分的test不能通过。然而,我自己还是找不到为何通不过的原因,因此先把现在的代码贴出来,和大家分
刘巍然-BUAA
·
2020-07-13 15:15
Coursera
Assignment
Stack-Based
Algorithms
for HDR Capture and Reconstruction
AbstractHigh-dynamic-range(HDR)imagescanbecreatedwithstandardcamerahardwarebycapturingandcombiningmultiplepictures,eachsamplingadifferentsegmentoftheirradiancedistributionofascene.Thisseeminglystraigh
XD207R
·
2020-07-13 15:53
图像处理
HDR
计算机科学中最重要的32个算法
英文原址:http://www.risc.jku.at/people/ckoutsch/stuff/e_
algorithms
.html奥地利符号计算研究所(ResearchInstituteforSymbolicComputation
peizhe12321
·
2020-07-13 15:22
【LeetCode-
Algorithms
】141.Linked List Cycle
问题描述Givenalinkedlist,determineifithasacycleinit.题目大意:给定一个链表,判断该链表是否有环解题思路设置两个步长不同的指针,当两个指针相遇时,有两种情况:1、链表有环,步长大的追上了步长小的2、链表没有环,两个指针在链表的末尾相遇。classSolution{public:boolhasCycle(ListNode*head){if(head==NUL
blue_smile
·
2020-07-13 14:56
php-amqplib安装与使用
composerrequirephp-amqplib/php-amqplib提示信息phpseclib/phpseclibsuggestsinstallingext-libsodium(SSH2/SFTPcanmakeuseofsome
algorithms
providedbythelibsodium-phpextension
tboqi1
·
2020-07-13 13:44
php
后端技术
amqp
rabbitmq
php
phpseclib
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
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
其他