飞行器航迹曲线,三维空间仿真,包括直行,爬升,转弯,俯冲等等运动姿态
上传时间: 2016-03-25
上传用户:PresidentHuang
用matlab编写的一个沿曲线移动的小球的程序。给大家分享一下!
上传时间: 2013-12-23
上传用户:Thuan
关于bezier 曲线编程的一些文档资料,希望对想了解bezier 曲线的朋友有用
上传时间: 2016-03-25
上传用户:王小奇
测绘相关源码 包括:角度化弧度、弧度化角度、计算两点间的方位角、B_三次样条函数(曲线拟合)、贝赛尔曲线。
上传时间: 2013-12-25
上传用户:waitingfy
一个S曲线加速测试程序,测试步进电机加速
上传时间: 2014-01-16
上传用户:sjyy1001
伺服电机曲线观测的一个测试程序,用C编写
上传时间: 2014-01-06
上传用户:fanboynet
TVS的特性及主要参数 1、TVS的特性曲线TVS的电路符号与普通稳压二极管相同。它的正向特性与普通二极管相同;反向特性为典型的PN结雪崩器件。在瞬态峰值脉冲电流作用下,流过TVS的电流,由原来的反向漏电流
上传时间: 2013-12-17
上传用户:teddysha
本过程是用光滑的曲线(三次参数样条曲线)连接离散点 参数PicHdc表示在上面进行处理的窗体的设备环境句柄 参数PicHwnd表示在上面进行处理的窗体的窗口句柄 参数X(),Y()表示各离散点的坐标 参数Color表示曲线颜色 参数Mode表示三次参数样条曲线的约束条件: 其中0为自由端,1为抛物端(没有考虑夹持端)
上传时间: 2016-04-02
上传用户:as275944189
可以画出双曲线的图形,比较好用,同时也可为大家编写画其他函数曲线提供借鉴.
上传时间: 2016-04-03
上传用户:dengzb84
多项式曲线拟合 任意介数 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
标签: Least-squares arbitrary Purpose Builder
上传时间: 2013-12-18
上传用户:宋桃子