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
嵌入式 OpenSSL 常用函数——SSL/TLS编程
主要函数1、初始化SSL算法库函数IntSSL_Library_init(void);#defineOpenSSL_add_ssl_
algorithms
()SSL_Library_init()#defineSSLeasy_add_ssl_
algorithms
skdkjzz
·
2020-06-26 12:08
嵌入式
JAVA八大排序算法
最近面试招人,感觉自己的智商秀逗了,强化训练,强化原理记忆,跑通多种思路不混乱https://github.com/singgel/eight-sorting-
algorithms
选择排序---直接选择排序选择排序包括两种
阿拉斯加大闸蟹
·
2020-06-26 12:47
java
ssm项目实现用户登陆持久化——token
创建JWT工具类用于创建token和解析tokenimportcom.auth0.jwt.JWT;importcom.auth0.jwt.JWTVerifier;importcom.auth0.jwt.
algorithms
.Algorithm
郝你个建强
·
2020-06-26 12:23
Util
Cousera 公开课Princeton
Algorithms
Part 1笔记:Union-Find
1.DynamicConnectivity首先介绍了基本的关于dynamicconnectivity的概念两个操作:unioncommand的作用是连接两个对象。findquery是检查是否两个对象连通然后说明连接是一个等价关系(抽象代数中有具体的定义和延伸)提到了connectedcomponents:数量最多的那组相互连通的对象组成的集合定义了一个unionfind数据结构以下是API2.Qu
MrPickles
·
2020-06-26 12:24
三向切分快速排序(Java实现)
封装成类:packagecom.roc.
algorithms
.sort;/***三向切分快速排序*适合有较多重复元素的排序算法**@authorimroc*/publicclassThreeWayQuickSort
imroc
·
2020-06-26 10:07
Google 技术论文集
BelowisapartiallistofpaperswrittenbypeopleatGoogle,organizedbycategory.
Algorithms
AchievingAnonymityviaClusteringinaMetricSpace
shunkai_fu
·
2020-06-26 10:19
基于Java实现LeetCode算法汇总(持续更新)
Imakeaplan,exercisingalgorithmeveryday.Sothisrepositoryisusedforstoringalgorithmprograms,whichincludeLeetCode
algorithms
and
sjll
·
2020-06-26 09:23
Java基础
CGAL window 10安装、Demo使用步骤以及问题解决记录
由于需要进行三维数据优化,提高显示性能,初步计划使用CGAL(TheComputationalGeometry
Algorithms
Library,计算几何算法库)优化,开发环境定在了win10,且使用vs2015
shenyi0_0
·
2020-06-26 09:03
CGAL
LeetCode 问题汇总(算法,难度,频率)
IdQuestionDifficultyFrequencyDataStructures
Algorithms
1TwoSum25array+setsort+twopointers2AddTwoNumbers34linkedlisttwopointers
Mavs
·
2020-06-26 07:19
Leetcode
RIP的基本原理与实现
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),度量基于跳数,16跳为网络不可达。RIP应用于OSI网络七层模型的网络层。管理距离(AD)优先级是120。
santt
·
2020-06-26 07:47
Shadow Map 原理和改进
参考1、CommonTechniquestoImproveShadowDepthMaps2、Tutorial16:Shadowmapping3、ShadowMapping4、ShadowMapping
Algorithms
5
ronintao
·
2020-06-26 06:49
Unity
unity
render
序《计算机程序构造与解释 中文版》
^_&程序员应该追求好的算法和惯用法
algorithms
andidioms两种古老的语言,至今还在使用lisp:人工智能fortran科学和工程制造IEEEschema标准IEEE1990前言在不同的用途中
落叶大人
·
2020-06-26 05:32
常见十大(内部)排序算法 - Sorting
Algorithms
C++
基本概念内部和外部排序内部排序在这里指的是只用到了电脑内存而不使用外存的排序方式。相对的,外部排序就是同时动用了电脑内存和外存的排序方式。本文在这里只讨论内部排序。分类比较和非比较排序比较在这里指的是需要比较两个元素的大小(前后)才能进行的排序。难道有排序算法不需要比较吗?的确有,但是不多。常见的有三种:计数排序,桶排序,基数排序。它们用统计的方法规避了比较,详细的可查看之后讲到的这些算法。转换每
real_lisa
·
2020-06-26 05:36
Algorithms
值得一看的网络课程推荐(不限于计算机科学)
Algorithms
,PartI:Union-Find,Analysisof
Algorithms
,StacksandQueu
quguang1011
·
2020-06-26 04:30
网络课程
教程
leetcode_268. Missing Number 找0-n个数中缺失的数字
Givenanarraycontainingndistinctnumberstakenfrom0,1,2,...,n,findtheonethatismissingfromthearray.Forexample,Givennums=[0,1,3]return2.Note:Your
algorithms
houldruninlinearruntimecomplexity.Couldyouimple
你猜_哈哈
·
2020-06-26 04:10
策略模式
Defineafamilyof
algorithms
,encapsulateeachone,andmaketheminterchangeable.Strategyletsthealgorithmvaryindependentlyfromclientsthatuseit
狐尼克朱迪
·
2020-06-26 02:54
侯捷 STL
StandardLibrary(标准库)vs.StandardTemplateLibrary(标准模板库)2.2STL体系结构基础六大部件:容器(Container)分配器(Allocators)算法(
Algorithms
面朝大海 & 春暖花开
·
2020-06-26 02:38
数论基础:模奇素数的二次剩余 (2)
Adleman-Manders-Millersquarerootextractionmethodpython实现求解模奇素数的二次同余方程Cipolla-LehmerandTonelli-Shanks
algorithms
随缘懂点密码学
·
2020-06-26 00:34
#
数论知识和相关算法
网络基础之动、静态路由
RIP协议基于距离矢量算法(DistanceVector
Algorithms
),使用“跳数”(即metric)来衡量到达目标地址的路由距离。这种协议的路由器只关心自己周围的世界,只与自己相邻的路由
有敬无畏乐以忘忧
·
2020-06-25 23:55
课堂笔记
网络基础
[LeetCode 128] Longest Consecutive Sequence (Medium)
Givenanunsortedarrayofintegers,findthelengthofthelongestconsecutiveelementssequence.ClarificationYour
algorithms
houldruninO
蓝眼睛灰
·
2020-06-25 23:00
Shared memory parallelization of data mining
algorithms
: techniques, programming interface and performance
1.Abstractfocuson数据挖掘任务的并行共享内存贡献1:并行策略(fullreplication,buffering,fulllocking,fixedlocking,grouplocking,optimizedfulllocking)贡献2:编程接口(reductionobject)贡献3:性能测试(aprioriassociationmining,k-meansclustering
世间五彩我执纯白
·
2020-06-25 23:03
【题解】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
上一页
55
56
57
58
59
60
61
62
下一页
按字母分类:
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
其他