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:
【题解】codeforces664A Complicated GCD 最大公约数
oftwopositiveintegersaandbisequaltothebiggestintegerdsuchthatbothintegersaandbaredivisiblebyd.Therearemanyefficient
algorithms
tofindgreatestcommondivisorGCD
不进清北不改名
·
2020-06-25 22:04
codeforces
最大公约数
LeetCode 137. Single Number II 只出现一次的数字(Java)
Givenanon-emptyarrayofintegers,everyelementappearsthreetimesexceptforone,whichappearsexactlyonce.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusi
volador_r
·
2020-06-25 21:58
LeetCode
LeetCode 268. Missing Number (Java)
findtheonethatismissingfromthearray.Example1:Input:[3,0,1]Output:2Example2:Input:[9,6,4,2,3,5,7,0,1]Output:8Note:Your
algorithms
houldruninlin
volador_r
·
2020-06-25 21:46
LeetCode
Path Tracing
PathTracing懒得翻译了,相信搞图形学的人都能看得懂,2333PathTracingisarendering
algorithms
imilartoraytracinginwhichraysarecastfromavirtualcameraandtracedthroughasimulatedscene.Pathtracingusesrandomsamplingtoincrementallyco
CG&AR Player
·
2020-06-25 20:40
Computer
Graphics
PAT-ADVANCED1064/Data Structures and
Algorithms
7-7——Complete Binary Search Tree
我的PAT-ADVANCED代码仓:https://github.com/617076674/PAT-ADVANCED我的DataStructuresand
Algorithms
代码仓:https://github.com
清風逐尘乀
·
2020-06-25 19:12
PAT甲级真题题解
Data
Structures
and
Algorithms
人工智能放大插件Topaz Gigapixel AI
来源应该只有一条:插值算法Interpolation
Algorithms
。也就是说,多出来的像素是依据原有的像素变化出来的,或者是根据常识演变出来的。
醴泉行者
·
2020-06-25 19:04
普林斯顿算法课程Part1-week1并查集
作者:seriouszyx首发地址:https://seriouszyx.top/代码均可在Github上找到(求Star)coursera课程《
Algorithms
,Part1》第一周作业解答——渗透模型
隐秀_
·
2020-06-25 19:54
Java
数据结构
数据结构
Learning Go Data Structures and
Algorithms
imageGolanghasbeentrendinginthetech-worldforthelast2yearswithtremendousimprovementstothelanguage.ManydevelopersandorganizationsareslowlymigratingtoGolang,adoptingitsfast,lightweightandinbuiltconcurren
寺院的研究僧
·
2020-06-25 18:40
LeetCode-136. Single Number
Givenanon-emptyarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextramemory
九成宫醴泉铭
·
2020-06-25 18:57
文本分类算法综述
最近在阅读Kowsari,MeimandiJ,Heidarysafa等人的《TextClassification
Algorithms
:ASurvey》一文,在此半翻译半总结地总结一下笔记。
一只NLP的萌新er
·
2020-06-25 17:23
最短剩余时间调度算法_LRTF:最长剩余时间优先调度算法
whichstandsforLongestRemainingTimeFirstisaschedulingAlgorithmusedbytheoperatingsystemtoscheduletheincomingprocessessothattheycanbeexecutedinasystematicway.This
algorithms
chedulesthosepro
cumubi7552
·
2020-06-25 14:51
算法
java
操作系统
python
深度学习
Java 使用双指针翻转字符串
github:https://github.com/xiaozhengwei/
Algorithms
-And-DataStructureclassSolution{publicvoidreverseString
ViFulcoder
·
2020-06-25 12:28
Java
算法
字符串
128. Longest Consecutive Sequence
findthelengthofthelongestconsecutiveelementssequence.Forexample,Given[100,4,200,1,3,2],Thelongestconsecutiveelementssequenceis[1,2,3,4].Returnitslength:4.Your
algorithms
h
juexin
·
2020-06-25 12:56
爬虫 (四十三) 常用标准库 bisect (三十四)
Bip
algorithms
."""
志学Python
·
2020-06-25 11:53
[数组]268. Missing Number
MissingNumberGivenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplex
Reflection_
·
2020-06-25 11:38
算法小练——盛最多水的容器
title:算法小练——盛最多水的容器date:2019-12-0118:27:55categories:
Algorithms
tags:medium盛最多水的容器描述给定n个非负整数a1,a2,…,an
李亚飞的博客
·
2020-06-25 08:04
LeetCode算法
#
中等
MATLAB文档 lsqnonlin 函数 翻译
文章目录lsqnonlin函数:解决非线性最小二乘问题1.函数句法2.函数描述3.输入参数3.1`fun`3.2`x0`3.3`lb`3.4`ub`3.5`options`3.5.1All
Algorithms
战死为止
·
2020-06-25 07:04
Matlab
个人笔记
常用数据结构与排序算法实现、适用场景及优缺点(Java)
本笔记涉及代码:https://github.com/hackeryang/
Algorithms
-Fourth-Edition-Exercises1.下压栈(后进先出)(能够动态调整数组大小的实现):packageChapter1
书忆江南
·
2020-06-25 07:50
算法与数据结构
机器学习与深度学习神器!凸优化(Convex Optimization)学习必备
花了非常长的篇幅介绍函数的凸性、对偶等,但在机器学习中,至少在刚入门不久的阶段这些东西用的不算多,或者说在大多数情况下只需要对这些有基本概念就行所以建议读两篇更短的文章,ubeck的《ConvexOptimization:
Algorithms
andComplexity
cold星辰
·
2020-06-25 05:46
数学相关知识
MongoDB与Spark整合的环境搭建
Spark介绍Spark是加州大学伯克利分校AMP实验室(
Algorithms
,Machines,andPeopleLab)开发通用内存并行计算框架。
红警专家
·
2020-06-25 05:21
JAVA
大数据
现代优化算法 (二): 遗传算法 及应用举例
模拟退火算法及应用举例现代优化算法(二):遗传算法及应用举例现代优化算法(三):禁忌搜索算法现代优化算法(四):改进的遗传算法现代优化算法(五):蚁群算法目录遗传算法简介2模型及算法遗传算法简介遗传算法(Genetic
Algorithms
wamg潇潇
·
2020-06-25 04:25
matlab数学建模
现代优化算法 (一):模拟退火算法 及应用举例
这些算法包括禁忌搜索(tabusearch),模拟退火(simulatedannealing),遗传算法(genetic
algorithms
),人工神经网络(neur
wamg潇潇
·
2020-06-25 04:55
matlab数学建模
Sorting
本文是我正在写的gitbook上的书
Algorithms
一个章节,由于是记录课程的内容,所以下文都是英文,见谅。
eric_lai
·
2020-06-25 04:35
Classify your own images using Amazon SageMaker
Imageclassificationandobjectdetectioninimagesarehottopicsthesedays,thankstoacombinationofimprovementsin
algorithms
SunJackson
·
2020-06-25 03:34
人工智能
图像识别
The C++ Standard Template Library (STL) -- C++的标准模板库
templateclassestoprovidecommonprogrammingdatastructuresandfunctionssuchaslists,stacks,arrays,etc.Itisalibraryofcontainerclasses,
algorithms
anditerators.Itisage
shelley__huang
·
2020-06-25 03:33
c++
医学影像数据集汇总(不断更新)
VESSLESEGMENTATION][site][pdf]brainLBPA40[MRI][DIR][site][pdf]MGH10&CUMC12[MRI][DIR][site][pdf]validationsetsforDIR
algorithms
iSeg
hellopipu
·
2020-06-25 02:45
医学影像基础
Coursera-吴恩达-深度学习-改善深层神经网络:超参数调试、正则化以及优化-week2-测验
ImprovingDeepNeuralNetworks:Hyperparametertuning,RegularizationandOptimization)第二周:优化算法(Optimization
algorithms
帅金毛
·
2020-06-24 22:26
Deep
learning
c++开源机器学习库及机器学习知识框架(更新中)
machinelearninglibrary.2)PLearnisaC++libraryaimedatresearchanddevelopmentinthefieldofstatisticalmachinelearning
algorithms
.Itsoriginalityistoallowtoeasilyexpress
qll125596718
·
2020-06-24 22:16
数据挖掘与机器学习
linux下使用phpize编译安装mcrypt扩展
PHP加密扩展库Mcrypt的算法和加密模式Mcrypt库支持20多种加密算法和8种加密模式,具体可以通过函数mcrypt_list_
algorithms
()和mcrypt_list_modes()来显示
十年一剑o
·
2020-06-24 21:51
linux
LeetCode 136. Single Number 题解(C++)
SingleNumber题解(C++)题目描述Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.限制条件Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutusingextr
prayyojay
·
2020-06-24 20:13
LeetCode
二分图的最大匹配、完美匹配和匈牙利算法
二分图的最大匹配、完美匹配和匈牙利算法2013-08-01
Algorithms
二分图匹配,图论,算法这篇文章讲无权二分图(unweightedbipartitegraph)的最大匹配(maximummatching
pi9nc
·
2020-06-24 20:18
算法
JAVA设计模式--策略模式
(原文:TheStrategyPatterndefinesafamilyof
algorithms
,encapsulateseachone,andmakes
pengjunlee
·
2020-06-24 19:36
JAVA设计模式
neo4j社区发现算法(Community detection
algorithms
)-1.The Louvain algorithm
一.算法介绍Louvainalgorithm是基于模块度的社区发现算法,该算法相比较于普通的模块度算法,在效率和效果上都表现的比较好,并且能够发现层次性的社区结构,其优化的目标是最大化整个图结构的模块度。模块度:模块度值的大小主要取决于网络中结点的社区分配C,即网络的社区划分情况,可以用来定量的衡量网络社区划分质量,其值越接近1,表示网络划分出的社区结构的强度越强,也就是划分质量越好。因此可以通过
name__student
·
2020-06-24 16:06
neo4j-图数据库
ubantu16.04解决报错:Check failed: stream->parent()->GetConvolve
Algorithms
已放弃 (核心已转储)
ubantu16.04解决报错:Checkfailed:stream->parent()->GetConvolve
Algorithms
已放弃(核心已转储)报错如下:Etensorflow/stream_executor
木里先森
·
2020-06-24 15:23
python
C#编程学习40:批量下载HTML页面到本地
目录1核心代码:1.1获取html页面到本地1.2批量处理按钮2程序界面:在网上看到一本书,DataStructuresand
Algorithms
来回翻网页比较麻烦,就用C#做了一个自动下载到本地的小程序
小薛引路
·
2020-06-24 12:22
实用技能
C#编程学习
268. Missing Number
findtheonethatismissingfromthearray.Example1Input:[3,0,1]Output:2Example2Input:[9,6,4,2,3,5,7,0,1]Output:8Note:Your
algorithms
hould
Nancyberry
·
2020-06-24 12:17
mechaware——PT and PVT Path Motion
IntroductionThisdocumentdescribestheposition-time(PT)andposition-velocity-time(PVT)pathinterpolation
algorithms
fortheXMPcontroller.Atechnicaldescriptionofeachalgorithmpointi
LUCASYAN个
·
2020-06-24 11:31
006字符串查找---基于三向单词查找树的符号表
基于三向单词查找树的符号表本文参考《算法(第4版)》基于三向单词查找树的符号表1.实现代码本文参考《算法(第4版)》基于三向单词查找树的符号表1.实现代码基于三向单词查找树的符号表package
algorithms
.stringrank
栗子树6
·
2020-06-24 11:19
笔记
005字符串查找---三向切分字符串快速排序
三向切分字符串快速排序本文参考《算法(第4版)》三向切分字符串快速排序1.实现代码2.总结本文参考《算法(第4版)》三向切分字符串快速排序1.实现代码package
algorithms
.stringrank
栗子树6
·
2020-06-24 11:19
笔记
A Review on Generative Adversarial Networks:
Algorithms
, Theory, and Applications_简单总结
SR_简单总结①GANrecursivenetworkResidualnetworkCNNAUTOENCODERELSESR_简单总结①)GANGANISRGAN:ImprovedSuper-ResolutionUsingGenerativeAdversarialNetworks(CVC)G-GANISR:Gradualgenerativeadversarialnetworkforimagesup
xxccxiao
·
2020-06-24 11:53
LeetCode-
Algorithms
-[Mid]1315. 祖父节点值为偶数的节点和
给你一棵二叉树,请你返回满足以下条件的所有节点的值之和:该节点的祖父节点的值为偶数。(一个节点的祖父节点是指该节点的父节点的父节点。)如果不存在祖父节点值为偶数的节点,那么返回0。示例:输入:root=[6,7,8,2,7,1,3,9,null,1,4,null,null,null,5]输出:18解释:图中红色节点的祖父节点的值为偶数,蓝色节点为这些红色节点的祖父节点。提示:树中节点的数目在1到1
什么你竟然不会敲代码
·
2020-06-24 11:31
LeetCode-
Algorithms
-[Mid][逻辑运算][位运算]面试题64. 求1+2+…+n
敲重点:要求不能使用乘除法、for、while、if、else、switch、case等关键字及条件判断语句(A?B:C)可以用两种解法:官方题解方法二是根据官方思路重新封装过的代码,冗余代码真的看得浑身难受附方法二的原理俄罗斯农民乘法publicintsumNums(intn){booleanflag=(n>=1)&&(n+=sumNums(n-1))>0;returnn;}publicints
什么你竟然不会敲代码
·
2020-06-24 11:31
LeetCode
LeetCode-
Algorithms
-[Easy]1436. 旅行终点站
给你一份旅游线路图,该线路图中的旅行线路用数组paths表示,其中paths[i]=[cityAi,cityBi]表示该线路将会从cityAi直接前往cityBi。请你找出这次旅行的终点站,即没有任何可以通往其他城市的线路的城市。题目数据保证线路图会形成一条不存在循环的线路,因此只会有一个旅行终点站。示例1:输入:paths=[[“London”,“NewYork”],[“NewYork”,“Li
什么你竟然不会敲代码
·
2020-06-24 11:00
LeetCode-
Algorithms
-[Easy]1299. 将每个元素替换为右侧最大元素
给你一个数组arr,请你将每个元素用它右边最大的元素替换,如果是最后一个元素,用-1替换。完成所有替换操作后,请你返回这个数组。示例:输入:arr=[17,18,5,4,6,1]输出:[18,6,6,6,1,-1]提示:1=0;i--){inttemp=arr[i];arr[i]=max;max=Math.max(temp,max);}returnarr;}
什么你竟然不会敲代码
·
2020-06-24 11:00
LeetCode-
Algorithms
-[Mid]22. 括号生成(面试题 08.09. 括号)
括号。设计一种算法,打印n对括号的所有合法的(例如,开闭一一对应)组合。说明:解集不能包含重复的子集。例如,给出n=3,生成结果为:[“((()))”,“(()())”,“(())()”,“()(())”,“()()()”]来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/bracket-lcci著作权归领扣网络所有。商业转载请联系官方授权,非商
什么你竟然不会敲代码
·
2020-06-24 11:59
插入排序(Java实现)
封装成类:packagecom.roc.
algorithms
.sort;/***插入排序**@authorroc*/publicclassInsertionSort{//交换数组元素privatestaticvoidswap
imroc
·
2020-06-24 10:19
leetcode----345.反转元音字母(双指针)
反转字符串中的元音字母CategoryDifficultyLikesDislikes
algorithms
Easy(48.18%)64-Tagstwo-pointers|stringCompaniesgoogle
spectrelwf
·
2020-06-24 10:50
#
leetcode
算法题解
Ubuntu安装eigen
EigenisaC++templatelibraryforlinearalgebra:matrices,vectors,numericalsolvers,andrelated
algorithms
.1.官网下载源码
科学边界
·
2020-06-24 10:28
数学
有用工具库
矩阵计算类模板
C++
Eigen
STM32使用J-Link下载出错解决方法。
1.ERROR:FlashDownloadfailed-"Cortex-M3"2.Overlappingof
Algorithms
atAddress**3.FlashTimeout,ResettheTargetandtryagain
若星裔_liu
·
2020-06-24 09:09
STM32学习相关
INF553 Foundations
INF553FoundationsandApplicationsofDataMiningSummer2020Assignment5NOLATESUBMISSIONS1.OverviewoftheAssignmentInthisassignment,youaregoingtoimplementthree
algorithms
ykvvu87
·
2020-06-24 08:00
上一页
57
58
59
60
61
62
63
64
下一页
按字母分类:
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
其他