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
Tol
2-SAT(染色法,求字典序最小解)
inttol,head[maxn];structedge{intto,next;}es[maxm];voidaddedge(intu,intv){es[
tol
].to=v;es[
tol
].next=head
maze_illusion
·
2018-09-05 19:13
图论模板
边双连通分支模板
inttol,head[maxn];structedge{intto,next;boolcut;}es[maxm];voidaddedge(intu,intv){es[
tol
].to=v;es[
tol
]
maze_illusion
·
2018-09-03 14:07
图论模板
sklearn.linear_model.LogisticRegression 参数
classsklearn.linear_model.LogisticRegression(penalty=’l2’,dual=False,
tol
=0.0001,C=1.0,fit_intercept=True
ZoeLan_
·
2018-08-09 13:59
机器学习
【MATLAB】数据分析之函数数值积分
Q=quad(FUN,A,B)Q=quad(FUN,A,B,
TOL
)Q=quad(FUN,A,B,
__zzz__
·
2018-07-22 11:32
MATLAB2014a
Verilog电路实例
1.二选一数据选择器---mux2
tol
(7月9号)mux2
tol
.png``门级描述方式:modulemux2
tol
(D0,D1,S,Y);inputD0,D1,S;outputY;wireSnot,
打着石膏脚的火星人
·
2018-07-11 22:19
POJ 3162 树形DP+单调队列
include#include#include#include#include#include#includeusingnamespacestd;constintmaxn=1000010;intn,m,
tol
maze_illusion
·
2018-06-10 21:42
树形DP
Python中的逻辑回归(Logistic Regression)函数
classsklearn.linear_model.LogisticRegression(penalty='l2',dual=False,
tol
=0.0001,C=1.0,fit_intercept=True
小白的进阶
·
2018-05-30 17:13
机器学习
python
java-JSON的生成与解析
JSONObjectpublicstaticStringcreateJson(){JSONObjecttoly=newJSONObject();toly.put("name","toly");toly.put("age",24);
tol
dianju8374
·
2018-05-28 22:00
正交匹配追踪法(OMP)
||w||0≤nnonzero_coefs当提供参数
tol
时,优化目标为:
Lem3101
·
2018-05-23 20:01
优化算法
SVM支持向量机-SKlearn实现与绘图(8)
函数的完全形式和各参数含义:SVC(C=1.0,kernel=’rbf’,degree=3,gamma=’auto’,coef0=0.0,shrinking=True,probability=False,
tol
BIT_666
·
2018-04-22 17:19
机器学习
SVM:利用sklearn 实现SVM分类 相关参数说明ING
classsklearn.svm.SVC(C=1.0,kernel=’rbf’,degree=3,gamma=’auto’,coef0=0.0,shrinking=True,probability=False,
tol
IT界的小小小学生
·
2018-03-27 11:31
算法原理
分布式相关基础理论
BASE理论CAPC(一致性Consistency):所有节点上的数据,时刻保持一致A可用性(Availability):每个请求都能够收到一个响应,无论响应成功或者失败P分区容错(Partition-
tol
world6
·
2018-03-27 11:54
架构
分布式基础理论
博客作业2---线性表
一、PTA实验作业(5分)1.题目1:jmu-ds-顺序表删除重复元素2.设计思路(伪代码或流程图)定义循环变量i,j,kfori=0
toL
->length-1当knext从链表头开始比较pre指向插入
Hughgk
·
2018-03-25 21:00
(sklearn)线性判别分析LinearDiscriminantAnalysis
classsklearn.discriminant_analysis.LinearDiscriminantAnalysis(solver=’svd’,shrinkage=None,priors=None,n_components=None,store_covariance=False,
tol
MVincent
·
2017-12-22 21:00
(sklearn)逻辑回归linear_model.LogisticRegression用法
classsklearn.linear_model.LogisticRegression(penalty=’l2’,dual=False,
tol
=0.0001,C=1.0,fit_intercept=True
MVincent
·
2017-11-10 14:11
(sklearn)ElasticNet回归 sklearn.linear_model.ElasticNet用法
alpha=1.0,l1_ratio=0.5,fit_intercept=True,normalize=False,precompute=False,max_iter=1000,copy_X=True,
tol
MVincent
·
2017-11-09 16:44
(sklearn)lasso回归linear_model.Lasso()方法
classsklearn.linear_model.Lasso(alpha=1.0,fit_intercept=True,normalize=False,precompute=False,copy_X=True,max_iter=1000,
tol
MVincent
·
2017-11-09 15:21
(sklearn)岭回归 sklearn.linear_model.Ridge用法
classsklearn.linear_model.Ridge(alpha=1.0,fit_intercept=True,normalize=False,copy_X=True,max_iter=None,
tol
MVincent
·
2017-11-09 10:35
1068. 万绿丛中一点红(20)
输入格式:输入第一行给出三个正整数,分别是M和N(#include#includeusingnamespacestd;intm,n,
tol
;vector>v;intdir[8][2]={{-1
G______T
·
2017-10-12 19:41
PAT
[Python] Oracle rac dg 巡检脚本
/usr/bin/shtday=`date+%Y%m%d`sar_info=`sar-u15`#
tol
_mem=`dmesg|grepPhy|awk'{print$2}'
唐僧没有肉
·
2017-10-11 17:49
【脚本语言】
----
Python
matlab将矩阵化成行最简形
[R,jb]=rref(A,
tol
)%
tol
为指定的精度rrefmovie(A
astandoffish
·
2017-09-02 20:55
matlab
最简形
矩阵
函数
MATLAB
关于数据降维函数sklearn-PCA的使用
调用方法以及参数的简单介绍#先看看PCA构造函数中的默认参数'''def__init__(self,n_components=None,copy=True,whiten=False,svd_solver='auto',
tol
_Magic
·
2017-08-23 22:33
机器学习实战
with
python
sklearn.linear_model中的LogisticRegression
、调用sklearn中的LogisticRegression:classsklearn.linear_model.LogisticRegression(penalty=’l2’,dual=False,
tol
__gyl__
·
2017-08-22 20:18
sklearn
sklearn_PCA实践
)官网中给出的介绍:classsklearn.decomposition.PCA(n_components=None,copy=True,whiten=False,svd_solver=’auto’,
tol
huangyi_906
·
2017-07-31 14:56
算法应用
c# json key转大小写
strJsonData,"\\\"[a-zA-Z0-9]+\\\"\\s*:");foreach(Matchiteminms){strJsonData.Replace(item.Value,item.Value.
ToL
冰封一夏
·
2017-06-02 09:00
SKlearn库EM算法混合高斯模型参数说明及代码实现
一、SKlearn混合高斯模型参数说明GaussianMixture(n_components=1,covariance_type=’full’,
tol
=0.001,reg_covar=1e-06,max_iter
QuantumChaos
·
2017-04-26 22:45
sklearn库学习
7.2神圣牧师新手攻略:使用赞美诗前多用愈合祷言
技能缩写FH=[快速治疗]PoH=[治疗祷言]PoM=[愈合祷言]DH=[神圣赞美诗]LoT=[图雷之光]PotN=[纳鲁之能]BoT=[图雷的祝福]
ToL
=[光明尾迹]LotN=[纳鲁之光]治疗技能基本技能
魔兽世界NGA
·
2017-04-09 00:00
scikit learn 中pca 的用法
PCA参数如下:classsklearn.decomposition.PCA(n_components=None,copy=True,whiten=False,svd_solver='auto',
tol
Jiede1
·
2017-03-19 11:34
机器学习
python学习
支持向量机(SVM)的SMO算法实现(Python)
SequentialMinimalOptimization-AFastAlgorithmforTrainingSupportVectorMachines》中的伪代码编写的Python程序(去除了文中的
tol
鱼渊九街
·
2017-03-08 15:42
艺术风格转换之《A Neural Algorithm of Artistic Style》
scipy.optimize.minimize(fun,x0,args=(),method=None,jac=None,hess=None,hessp=None,bounds=None,constraints=(),
tol
i瓜子
·
2016-08-28 12:45
深度学习源代码
POJ-1062 昂贵的聘礼
代码:#include#include#includeusingnamespacestd;intM,N,
tol
,dis[110],level[110],edge[110][110],P[110];boolvis
JOKER_SAMA
·
2016-08-13 14:53
poj
初级算法
Linux SSH 连接不上
Type`help'
tol
大新博客
·
2016-06-21 15:00
oracle多表关联多字段update
updatespatial_referencesset(auth_name,auth_srid,falsex,falsey,xyunits,falsez,zunits,falsem,munits,xycluster_
tol
leftfist
·
2016-06-13 18:00
oracle
update
多表
一维搜索算法——黄金分割法原理与实现
1.算法原理设目标函数为F(x),则黄金分割算法的实现过程如下:(1)给定初始区间[a1,b1],精度要求
tol
>0,黄金分割系数T=0.618,k=1。
shenziheng1
·
2016-05-04 21:00
HDU 3678 2-SAT
=2e5+10; intn,m,a,b,c; chars[100]; intDFN[maxn],vis[maxn],low[maxn],Stack[maxn*10],Belong[maxn],top,
tol
Tczxw
·
2016-05-01 20:00
HDU 1236 强连通分量
constintmaxn=110; constintmaxm=maxn*maxn; structEdge { intto,next; }; Edgeedge[maxm]; inthead[maxn],
tol
Tczxw
·
2016-05-01 20:00
HDU 1814 2-SAT
#include usingnamespacestd; constintmaxn=2E4+10; intn,m,first[maxn],Next[maxn*2],vis[maxn],S[maxn],
tol
Tczxw
·
2016-04-30 21:00
[置顶] 反射学习笔记
obj.
toL
·
2016-04-30 10:00
二分法求方程的根(Matlab)
functionxc=bisection(f,a,b,
tol
)%usethebisectionmethodtofindtherootofthefunction%Page30,computerproblem7
Lrrent
·
2016-04-28 20:57
数值分析
二分法求方程的根(Matlab)
functionxc=bisection(f,a,b,
tol
) %usethebisectionmethodtofindtherootofthefunction %Page30,computerproblem7
Lrrent
·
2016-04-28 20:00
matlab
RPCA图像处理中的矩阵重建算法及其应用
[rowcol]=size(res);lambda=1/sqrt(max(size(res)));%
tol
=1e-7;maxIter=1000;%initializeY=res;
xqp_dream
·
2016-04-22 11:43
机器学习
【积累】C/C++中明明该用函数实现的功能,为啥非要自己写代码!
上面的语句是把a的值复制b中,注意第3个参数一定要用 sizeof,因为具体长度跟a的类型有关哦,不要让为a有256个元素就写为256嗾,另外b可以是二维数组哦,比如下面这条语句:memcpy(
tol
[
wenhao_ir
·
2016-04-21 15:00
C基础函数积累
HDU 5072 容斥原理
#include #include #include #include usingnamespacestd; constintmaxn=1E5+10; intT,N,X,inp[maxn],
tol
[maxn
Tczxw
·
2016-03-28 21:00
POJ水题 1298
include"stdafx.h" #include #include usingnamespacestd; intmain() { stringtol,result; while(getline(cin,
tol
龙鸿轩
·
2016-02-11 21:00
算法_2:数值算法
迭代算法二分法求解方程给定初始区间[a,b]使得f(a)f(b)
TOL
1.1c=(a+b)/2 1.2iff(c)=0,stop,end 1.3iff(a)f(c)<0 1.3.1b=c 1.4else
mijian1207mijian
·
2016-02-05 20:00
51nod1175
代码:#include #include #include #include usingnamespacestd; constintSIZE=100005; inttmp[SIZE],
tol
stay_accept
·
2016-01-10 14:00
JS 字符串的 哈希值
caseSensitive){ str=str.
toL
328201736
·
2015-12-28 18:00
rat/rats--用有理数形式表示矩阵
格式变体:[N,D]=rat(X,
tol
):用
tol
取代默认的误差。2.S=rats(X)rats与rat功能相似,且在内部调用了rat函数,返回值S是字符串。
qq_18343569
·
2015-12-25 19:00
normest--2-范数的条件数估计
格式变体:nrm=normest(S,
tol
):
tol
为指定的相对误差,不采用默认的1e-6。2.[nrm,count]=normest(…)输出参数count为计算范数时迭代的次数。
qq_18343569
·
2015-12-25 19:00
Android 中RelativeLayout各个属性的含义
quot; --将控件置于给定ID控件之上 android:layout_below="@id/xxx" --将控件置于给定ID控件之下 android:layout_
toL
·
2015-11-13 11:28
RelativeLayout
上一页
2
3
4
5
6
7
8
9
下一页
按字母分类:
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
其他