码迷,mamicode.com
首页 >  
搜索关键字:bezier curve    ( 338个结果
scikit-learn:3.5. Validation curves: plotting scores to evaluate models
参考:http://scikit-learn.org/stable/modules/learning_curve.html estimator's generalization error can be decomposed in terms of bias, variance and noise. The bias of an estimator is its avera...
分类:其他好文   时间:2015-07-30 11:33:18    阅读次数:157
CSS3平滑过渡transition
CSS3平滑过渡transitionclick Ease Ease-in Ease-out Ease-in-out Linear Cubic-bezier
分类:Web程序   时间:2015-07-20 18:19:45    阅读次数:393
插值技术之Bezier插值(1) -- Bezier Curve
文章讲述了Bezier Curve在游戏开发中的应用以及Bezier Curve的数学基础,为接下来的编写基于插值技术的实例应用做好准备...
分类:其他好文   时间:2015-07-11 22:56:20    阅读次数:400
Asp.net mvc4 + HighCharts + 曲线图
前端代码:@{ Layout = null;} Controller代码:zmTestEntities entity = new zmTestEntities();public ActionResult Curve() { ...
分类:Web程序   时间:2015-07-08 18:07:29    阅读次数:160
My Game --文件读取数据
My Game --线段数据中说到背景的绘制由贝赛尔曲线生成线段,用 DrawNode 画多边形,同时一张背景有两座山,一座山有两条以上贝赛尔曲线保存,用了嵌套的数据类:Bezier,LineLayer,BgLayerData 这个做也是为了方便从文件读取数据把背景的数据放在文件里方便修改,也可以做...
分类:其他好文   时间:2015-07-06 21:39:38    阅读次数:162
My Game --线段数据
在背景中用到了一个自定义的类 VectArr :class VectArr{public: VectArr( const Bezier & bz, int conut = 30 ) : _bezier( bz ) , _count( conut ) , _bottom( 0 ) { _li...
分类:其他好文   时间:2015-07-05 12:21:00    阅读次数:170
图形学复习1——图形学图形系统概述与对象表示
图形学复习 图形学计算机图形学是研究图形的输入、模型的构造和表示、图形数据库管理、图形的操作以及以图形为媒介的人机交互的方法和应用的一门综合性学科,介绍了图形的多边形网络表示,并且详细推导了各样条曲线的公式...
分类:其他好文   时间:2015-06-14 16:49:39    阅读次数:262
统计学习方法笔记 Logistic regression
logistic distribution 设X是连续随机变量,X服从逻辑斯谛分布是指X具有下列分布函数和密度函数: 式中,μ为位置参数,γ>0为形状参数。 密度函数是脉冲函数 分布函数是一条Sigmoid曲线(sigmoid curve)即为阶跃函数 二项逻辑斯谛回归模型 二项逻辑斯谛回归模型是如...
分类:其他好文   时间:2015-06-12 20:39:16    阅读次数:146
PRML-Chapter3 Linear Models for Regression
Example: Polynomial Curve Fitting The goal of regression is to predict the value of one or more continuous target variables t given the value of a D-d...
分类:其他好文   时间:2015-06-06 23:27:37    阅读次数:369
Bezier曲线绘制 B样条绘制
/*输入点的个数是可以手动改动的,此程序中输入点的最大值设置为.*同时,程序实现了键盘的交互,用来控制程序运行过程中的退出、重画等*/#include#includeint W,H; //屏幕的大小int N =-1; //贝赛尔曲线的幂次GLfloat Bfunc[15]={0.0}; ...
分类:其他好文   时间:2015-06-02 19:30:50    阅读次数:223
338条   上一页 1 ... 25 26 27 28 29 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!