码迷,mamicode.com
首页 >  
搜索关键字:bezier curve    ( 338个结果
Swift之画圆角添加多个枚举值方法
1. let cornerValue = UIRectCorner.topRight.rawValue|UIRectCorner.bottomRight.rawValue let corner = UIRectCorner(rawValue: cornerValue) let path = UIBe ...
分类:编程语言   时间:2018-06-28 13:51:14    阅读次数:164
Expanded encryption and decryption signature algorithm SM2 & SM3
Expanded encryption and decryption signature algorithm supports multiple signature digest algorithms including SM2 elliptic curve public-private key a ...
分类:其他好文   时间:2018-06-26 17:23:38    阅读次数:158
1.3.2 区块链中的密码学——椭圆曲线密码算法(ECC)
今天在学椭圆曲线密码(Elliptic Curve Cryptography,ECC)算法,自己手里缺少介绍该算法的专业书籍,故在网上查了很多博文与书籍,但是大多数博客写的真的是。。。你懂的。。。真不愧是 ‘天下文章一大抄’ 啊! 雷同不说,关键是介绍的都不是很清楚,是我在阅读过程中、产生的很多疑问 ...
分类:编程语言   时间:2018-06-08 00:36:09    阅读次数:216
【Revit API】梁的净高分析
原理就是,先从梁的LocationCurve上取点,然后向板的上表面投影。如果有投影点,再从投影点(板上)向梁的底面投影,这时候如果有投影点的话就能得到距离了。 运用该分析的第一条件是梁是在板的上方,勿忘哈! LocationCurve的延伸: 在Curve上按PointRange选取点位: 获取距 ...
分类:Windows程序   时间:2018-05-29 13:18:06    阅读次数:1361
CS294-112 深度强化学习 秋季学期(伯克利)NO.4 Policy gradients introduction
green bar is the reward function, blue curve is the possibility of differenct trajectories if green bars are equally increased to yellow bars, the res ...
分类:其他好文   时间:2018-05-25 00:27:41    阅读次数:421
Python与数值计算方法
3 插值与曲线拟合 Interpolation and Curve Fitting 给定n+1个数据点(xi,yi), i = 0,1,2,…,n,评估y(x). 3.1 介绍(introduction) 离散数据集,或者形如下面的表格,常常在技术计算中用到,数据源可能来自于实验观察或者数值计算。 ... ...
分类:编程语言   时间:2018-05-18 23:35:05    阅读次数:845
HDU4686Arc of Dream 矩阵快速幂
An Arc of Dream is a curve defined by following function: where a 0 = A0 a i = a i-1*AX+AY b 0 = B0 b i = b i-1*BX+BY What is the value of AoD(N) modu ...
分类:其他好文   时间:2018-05-03 22:05:37    阅读次数:179
Deep RL Bootcamp Lecture 5: Natural Policy Gradients, TRPO, PPO
https://statweb.stanford.edu/~owen/mc/Ch-var-is.pdf https://zhuanlan.zhihu.com/p/29934206 blue curve is the lower bounded one conjugate gradient to so ...
分类:其他好文   时间:2018-05-01 20:50:24    阅读次数:394
静态库路径配置
存在问题: 编译高博《视觉SLAM十四讲》的第六讲g2o_curve_fitting时,从thirdparty安装了g2o后,运行程序出现: error while loading shared libraries: libg2o_core.so: cannot open shared object ...
分类:其他好文   时间:2018-04-20 13:24:49    阅读次数:168
数据分析——交叉验证
使用cross_val_score可以做,learning_curve,validition_curve也可以。 ...
分类:其他好文   时间:2018-04-16 18:35:27    阅读次数:232
338条   上一页 1 ... 10 11 12 13 14 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!