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(Py3)
Coursera
Algorithms
学习之路(一)
软件渣渣真的要发愤图强啊,保完研的日子不能荒废,把学得渣一样的数据结构和算法重新捡起来,加油啦~第一周的编程作业,在这里记录一下,PercolationpublicclassPercolation{int[][]id;intn;publicPercolation(intn){//createn-by-ngrid,withallsitesblockedid=newint[n][n];this.n=n
srping123
·
2020-09-11 03:16
数据结构
算法导论题解(我的答案,欢迎指正) introduction to
algorithms
id=NLngYyWFl_YC&pg=PA15&dq=introduction+to+
algorithms
&psp=1&sig=jX-xfEDWJU3PprUwH8Qfxidli6M#PPA382,M1
lwl_ls
·
2020-09-11 02:27
DEAP Example: One Max Problem: Short Version
importarrayimportnumpyfromdeapimport
algorithms
为了实现算法中的进化函数,我们需从工具模块中注册一些函
jmjackyrj
·
2020-09-10 23:24
算法
DEAP
leetcode, LC15: single-number
Givenanarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealin
Zachzqh
·
2020-09-10 23:50
leetcode
算法
数据结构
leetcode
List of
algorithms
FromWikipedia,thefreeencyclopediaJumpto:navigation,searchThefollowingisalistof
algorithms
alongwithone-linedescriptionsforeach.Contents
wuling129
·
2020-09-10 21:32
算法
算法的稳定性(Stability of Sorting
Algorithms
)
如果具有同样关键字的纪录的在排序前和排序后相对位置保持不变。一些算法本身就是稳定的,如插入排序,归并排序,冒泡排序等,不稳定的算法有堆排序,快速排序等。然而,一个本身不稳定的算法通过一点修正也能变成稳定的算法。有一些特定的方式可以做到,一般来说,任何排序算法中的比较本质上都是不稳定的,通过修改关键的比较操作,充分考虑两个比较单位相等的情况,都可以将算法变得稳定。转载于:https://www.cn
weixin_34240520
·
2020-09-10 19:58
图形算法可视化
看过网上这篇文章后,才知道,原来还可以随机生成:MazeGeneration-Visualizing
Algorithms
自己找了些资料参考,试着实现了几种之后,才慢慢领会到其中的一些原理。
weixin_33984032
·
2020-09-10 19:17
django之session完成状态保持
启动web服务:cd
py3
/django-test1/test3python manage.py runse
weixin_33716557
·
2020-09-10 19:37
遗传算法学习心得
最近在看遗传算法,查了很多资料,所以做了如下一些总结,也希望对后面研究的人有些帮助.因为初学GA,文中自己的见解,不一定全对,感兴趣的可以一起探讨.I简介基本概念遗传算法(Genetic
Algorithms
weixin_30817749
·
2020-09-10 19:33
MIT 6.00.1x学习心得
谈一下收获:1.培养出了计算机思想(Abstractions,
algorithms
,a
weixin_30752699
·
2020-09-10 19:52
anaconda3+keras,anacona2+caffe一起安装
1.如图,在anaconda2下面的env中新建一个
py3
的文件,将conda3装在这里面,在安装时不添加环境变量,不registeraspython3,就是两个对号全不选。
evanna-y
·
2020-09-10 17:03
caffe
windows
keras
Python面试题
1.range和xrange区别,xrange通过什么关键字实现的,yield语句底层是如果实现的只有py2才有xrang,py2中range得到的是一个列表,xrange得到的是一个生成器,在
py3
中只有
YuiGao
·
2020-09-10 17:21
LeetCode 136 Single Number
BitManipulation)Givenanon-emptyarrayofintegers,everyelementappearstwiceexceptforone.Findthatsingleone.Note:Your
algorithms
houldhavealinearruntimecomplexity.Couldyouimplementitwithoutus
BASS-CCC999
·
2020-09-10 17:48
LeetCode
【算法系列】分治法
1.分治法1.1算法描述:分治法(divideandconquer
algorithms
,D&C)是使用一种“分而治之”的思想。好比古代一个国家的土地,分给了多个诸侯共同治理的过程。
jzen
·
2020-09-10 17:16
算法
算法
分治法
乘法问题
矩阵乘法
斐波那契数列
4 存储器管理— —虚拟存储器管理
缺页率:页面调入次数(缺页次数/总的页面使用次数页面置换算法(pagereplacement
algorithms
):选择
施人昌
·
2020-09-10 16:40
操作系统
LCS方法总结
Table1:AsummaryofnotedLCS
algorithms
SystemYearFitnessLearning/creditassignmentRulerepGACS-11978AccuracyEpochalTernary
Enoch Liu98
·
2020-09-10 16:44
LCS
EEG分类算法 of 迁移学习
论文分析《Areviewofclassification
algorithms
forEEGbasedbrain–computerinterfaces:a10yearupdate》Tocitethisarticle
小崔sister
·
2020-09-10 16:09
迁移学习
研究研究加密-准备-网上摘录1-【加密算法的安全性及破解复杂度的表格】
加密算法的安全级别(SecurityLevelofCryptographic
Algorithms
)安全级别(SecurityLevel)工作因素(WorkFactor)算法(
Algorithms
)薄弱(
jhaij
·
2020-09-10 14:30
安全
随机森林分类器教程:如何使用基于树的算法进行机器学习
Tree-based
algorithms
arepopularmachinelearningmethodsusedtosolvesupervisedlearningproblems.These
algorithms
areflexibleandcansolveanykindofproblemathand
cumian9828
·
2020-09-10 13:04
算法
决策树
python
机器学习
人工智能
关于寻找shape特征(feature)的方法总结
ESM,结构特征ASM的,我都是第一次看到.即便是我之前在下面提到的ICP算法也没有实际去应用过,计算机视觉的道路任重而道远啊.computerandmachinevisioncomputervision
algorithms
andapplications
会思考的鱼
·
2020-09-10 12:11
图像匹配
图像分析
opencv
图像处理学习笔记
12.分而治之归并排序
本文完整源码详见Github:https://github.com/UniqueDong/
algorithms
.git前面我们学习了时间复杂度O(n²)的经典排序算法:冒泡排序、插入排序、选择排序,今天我们来学习时间复杂度为
MageByte_青叶
·
2020-09-09 10:44
azure_Azure ML算法备忘单
CloudComputing,MachineLearning)AcommonquestionoftenaskedinDataScienceis:-数据科学中经常问到的一个常见问题是:Whichmachinelearning
algorithms
houldIuse
weixin_26752765
·
2020-09-07 19:50
算法
python
java
高光谱图像分类_高光谱图像分析-分类
高光谱图像分类初学者指南(Beginner’sGuide)Thisarticleprovidesdetailedimplementationofdifferentclassification
algorithms
onHyperspectralImages
weixin_26746401
·
2020-09-07 00:36
python
机器学习
人工智能
计算机视觉
java
梯度下降算法的正确步骤_梯度下降算法
Gradientdescentisatypeofmachinelearningalgorithmthathelpsusinoptimizingneuralnetworksandmanyother
algorithms
.Thisartic
weixin_26752765
·
2020-09-06 16:37
算法
深度学习
python
机器学习
人工智能
文档相似算法_2020年最佳文档相似性算法入门指南
With33,914NewYorkTimesarticles,I’vetested5popular
algorithms
forthequalityo
weixin_26720761
·
2020-09-05 10:15
算法
python
java
人工智能
机器学习
建立统计回归模型的基本步骤_基本回归模型
LinearRegressionandRegressionTrees线性回归和回归树bySatoruHayasakaandRosariaSilipo,KNIME由悟早坂和罗萨丽娅Silipo,尼米WhenwetalkaboutMachineLearning
algorithms
weixin_26704853
·
2020-09-04 05:56
python
机器学习
人工智能
深度学习
大数据
abbyy_abbyy neoml我们如何制作开源机器学习库以及为什么需要它
abbyyTheframeworkprovidessoftwaredeveloperswithpowerfuldeeplearningandtraditionalmachinelearning
algorithms
forcreatingapplicationsthatfueldigitaltransformation
weixin_26630173
·
2020-08-28 13:06
python
机器学习
java
人工智能
图像 异常检测算法_检测图像异常的算法
Modernapplicationsaregeneratingenormousamountsofimagedata.Andinthelastyears,researchesbegantoapplysomedatamining
algorithms
toextractusefulinformationfromtheseimagestoapplysmartdecisionsinbusine
weixin_26750481
·
2020-08-27 09:23
算法
python
计算机视觉
opencv
人工智能
First Missing Positive
Givenanunsortedintegerarray,findthefirstmissingpositiveinteger.Forexample,Given[1,2,0]return3,and[3,4,-1,1]return2.Your
algorithms
houldruninO
Jiafu89
·
2020-08-26 23:32
算法好文列表
.http://www.cnblogs.com/gaochundong/p/comparison_sorting_
algorithms
.html
wangyiit
·
2020-08-26 14:20
算法好文
算法
[JS] ECMAScript中的类型
1.语言类型和规范类型6ECMAScriptDataTypesandValues
Algorithms
withinthisspecificationmanipulatevalueseachofwhichhasanassociatedtype.Thepossiblevaluetypesareexactlythosedefinedinthisclause.Typesarefurthersubclassi
何幻
·
2020-08-26 14:31
LeetCode-
Algorithms
-[Easy]496. 下一个更大元素 I
给定两个没有重复元素的数组nums1和nums2,其中nums1是nums2的子集。找到nums1中每个元素在nums2中的下一个比其大的值。nums1中数字x的下一个更大元素是指x在nums2中对应位置的右边的第一个比x大的元素。如果不存在,对应位置输出-1。示例1:输入:nums1=[4,1,2],nums2=[1,3,4,2].输出:[-1,3,-1]解释:对于num1中的数字4,你无法在第
什么你竟然不会敲代码
·
2020-08-26 13:06
pyhton2与python3的使用区别
py2:-ascii文件头可以修改:#-*-encoding:utf-8-*-
py3
:-utf-8文
aobopang3169
·
2020-08-26 12:48
Differences between Hash functions, Symmetric & Asymmetric
Algorithms
https://www.cryptomathic.com/news-events/blog/differences-between-hash-functions-symmetric-asymmetric-
algorithms
Cryptographic
algorithms
canbecategorizedintothreeclasses
zh_harry
·
2020-08-26 12:07
程序设计实践:基础数据结构与算法
笔记和发散讨论见:
Algorithms
andDataStructures。欢迎在这里提出问题、给出建议。
seineo
·
2020-08-26 11:26
算法入门
dirmap + dirsearch 安装和使用教程
dirmap+dirsearch安装和使用教程0x00安装0x01使用dirmapdirsearch0x00安装都只支持
py3
运行报错一个一个模块安装很难看,看看dirmap给的requirement.txtgeventrequestsprogressbar2lxml
你们这样一点都不可耐
·
2020-08-26 08:12
Web安全
python
linux
pip
dirsearch
dirmap
Python3 学习加解密系列 3 - hashlib
/+=深'cipher=hashlib.md5(data.encode()).hexdigest()print(cipher)digest()以二进制数据字符串的形式由于
py3
内部处理变成unicodecopy
a_shen_ge
·
2020-08-26 07:37
Python
加解密
Python模块学习笔记— —hashlib
常用属性hashlib.
algorithms
列出所有加密算法h.digest_size产生的散列字节大小。
Sin_Geek
·
2020-08-26 07:07
youcompleteme unavailable: no module named "future"解决
问题描述我用aur安装了youcompleteme,然后vim出现:youcompletemeunavailable:nomodulenamedfuture问题原因默认的python是
py3
,
py3
没有
Anciety
·
2020-08-25 17:20
linux基础
vim
multimap insert ( iterator position, const value_type& x )
InformationDocumentationReferenceArticlesSourcecodeForumReferenceCLibraryIOstreamLibraryStringslibrarySTLContainersSTL
Algorithms
STLConta
greypanda
·
2020-08-25 17:21
人工智能与OCR识别研究
ufldl.stanford.edu/housenumbers/SVHNisareal-worldimagedatasetfordevelopingmachinelearningandobjectrecognition
algorithms
withminimalrequirementonda
bbzz2
·
2020-08-25 17:41
图像识别算法
ICRA2018点云相关论文汇总
IncrementalSegment-BasedLocalizationin3DPointCloudsWeproposeanefficientmethodforlocalizationbasedon3Dsegmentmatching.Asetofincremental
algorithms
forthenormalestimation
Leroy Sane
·
2020-08-25 17:23
point
cloud
point
cloud
ICRA
ICRA2018
Memory Fragmentation in OpenResty and Nginx Shared Memory Zones
Memoryfragmentationisacommonproblemincomputersystemsthoughmanyclever
algorithms
haveemergedtotackleit.Memoryfragmentationwastesfreememoryblocksscatteredinamemoryregionandthesefreeblockscannotbemergedasa
OpenResty技术
·
2020-08-25 16:52
openresty
nginx
openresty-xray
内存管理
内存碎片
论文笔记《Item-based Collaborative Filtering Recommendation
Algorithms
》基于物品的协同过滤算法
这是一篇很经典的论文,2001年发表的。如果你已经很熟悉基于item的CF,那么这篇论文看起来就很舒适,很简单。读完这篇论文还是能收获很多实验设计上知识,实验严谨性和论证。值得一读。
Just Jump
·
2020-08-25 16:30
推荐系统
论文笔记《Empirical analysis of predictive
algorithms
for collaborative filtering》协同过滤预测算法的实验分析
2013年的一篇论文。为使用IUF数据来提升模型效果提供了实验依据。看看实验设计也是蛮有意思的,很好的一套设计实验和评估的套路。
Just Jump
·
2020-08-25 16:30
推荐系统
AB测试
在单链表中删除倒数第K个节点 Python 版
代码:classLinkedList
Algorithms
(object):def__init__(self):passdefrm_last_kth_node(self,k,linked_list):#删除倒数第
冬日新雨
·
2020-08-25 16:59
Python
数据结构
算法
数组模拟环形队列
packagecn.redis.demo.datastructuresand
algorithms
.datastructure;importjava.util.Scanner;/***数组模拟环形队列**
穷猿奔林
·
2020-08-25 16:19
java
RSA加密解密坑
另:NODE-RSA中其它的默认值:varSUPPORTED_HASH_
ALGORITHMS
={node10:['md4','md5','ripe
bigmazhiyu
·
2020-08-25 16:44
BUG
java基础
红黑树算法的Java实现
红黑树算法的Java实现红黑树算法的Java实现红黑树我的主页www.csxiaoyao.com红黑树github:https://github.com/csxiaoyaojianxian/Java
Algorithms
NodeColor.javapublicclassNodeColor
CS逍遥剑仙
·
2020-08-25 15:39
java
算法
从ECG 和 PPG 计算呼吸率的研究资源,Research into estimation of respiratory rate from physiological signals
peterhcharlton.github.io/RRest/AvailableDatasetsThefollowingdatasetsareavailableforusewiththetoolboxof
algorithms
cyco
·
2020-08-25 14:51
Resp
上一页
38
39
40
41
42
43
44
45
下一页
按字母分类:
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
其他