搜索资源列表
directXLine
- 实用DirectX的平滑曲线推屏例程。可以做数据采集曲线输出,解决了屏闪的问题。- The practical DirectX smooth curve pushes the screen example regulation. May make the data acquisition curve output, has solved the problem which the screen dodges.
vb等值线图的绘制方法※编程实践※水论坛
- 等值线 在科学计算和现实生活中,常常会遇到y=f(t)这类函数关系,例如,正弦、余弦等等。函数y=f(t)往往是以离散的观测值形式f(ti)(i=1,....N)表现出来的。例如,令股民朋友如醉如痴的K线图,与千家万户性命攸关的河流水位曲线图等等。离散函数关系有不少数据处理课题,例如,数据拟合、插值和平滑等等。最令人兴奋的还是预测,如果股民朋友能够准确把握y=f(t)的走向,钞票就会源源不断涌入口袋。如果水文学家能够准确预测河流水位暴涨的过程,可以大量减少生命和财产损失。 所谓画曲线就
bezzal00
- 一个绘制贝塞尔曲线,可以将曲线平滑,还不错,可以看看!-a mapping Bessel curve can be smooth curves, quite good, we can!
Chenxujs
- 处理曲线平滑的程序-processing curve smoothing procedures
一个图形图像程序
- 这是一个图形图像编程示例,可以对bmp图像进行平滑、锐化、颜色等处理,可以对图形进行平面不同角度的变换,还可以画直线、曲线、椭圆等各种不同的图元。并为程序制作了一个精美的启动界面。-This is a graphics programming paradigm can bmp image smoothing, sharpening, color, such as processing, graphics can Planar different angle transformation, can
平滑曲线表生成与显示类
- 可重用源代码。继承自CEdit类,可生成平滑曲线。任意添加控制点。-reusable source code. CEdit inherited from the category, which will generate a smooth curve. Add new control points.
spline.zip
- 样条曲线的绘制,spline曲线是很好的拟合曲线,给出控制点,就可以得到很平滑的spline样条曲线,Drawing spline curves, spline curve fitting is a very good curve, control points are given, it can be very smooth spline-spline curve
hejin
- VB编写的曲线平滑算法,我已经试验过了,取得了很好的效果。欢迎下载。-Curve smoothing algorithm written in VB, I have tested, and achieved good results. Welcome to download.
ThreeCurve
- 用MFC做的可以实现画三种平滑曲线的程序(三次样条插值,贝塞尔曲线,GDI+曲线平滑)-Using MFC to do three pictures to achieve a smooth curve of the procedure (cubic spline interpolation, Bezier curves, GDI+ curve smoothing)
CubicSplineAndBezier
- 程序中尝试了各种平滑曲线的算法,包括 三次样条平滑曲线 的算法类 贝塞尔曲线的算法 GDI+平滑曲线的代码-Procedures to try a variety of smooth curves of the algorithm, including the cubic spline curve smoothing algorithm type algorithm Bessel curve smooth curve GDI+ code
quxiantiaojie
- 实现曲线调节图像的颜色,曲线可以为平滑也可以为折线,点可以重复-Implementation curve adjust image colors, smooth curves can be also able to line, point can repeat
TestSmooth
- 采样离散的点 ,画出平滑的曲线 利用Besizer 方程模拟-smooth line draw
41
- 易语言绘制过点平滑曲线源码 ,很不错的易语言源码,适合易语言爱好者学习。-Easy language to draw the points of smooth curves source, very good and easy language source code for easy language enthusiasts to learn.
test
- labview 动态数据曲线实时插值平滑,实时插值,实时显示。-dynamic data insert data in realtime and curve smoothing in realtime,insertting in realtime,displaying in realtime.
TeeChartSmoothProject
- Teechart的应用demo 很详细 平滑Teechart的曲线,这类资料很难得,仔细研究研究吧-Teechart application demo very detailed smooth the curve of Teechart,
数据平滑处理程序
- 消除数据中的干扰成分,同时保持原有曲线的变化特性。(Eliminate interference components in the data while maintaining the changing characteristics of the original curve.)
三次样条曲线
- 3种源码,三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.(3 source code, three spline function algorithm C++ source code, for engineering calculation of smooth curve interpolation calculation)
Remove Bad Point
- 对相邻点相差很小的一簇点集,找到变化突出的点并修正,起到使曲线平滑的作用。(For a series of points with small difference between adjoining points, finding the points with large distinction from their neighbor and correct it. The curve will be smoothed.)
A样条
- A样条曲线插值算法和maple代码,实现离散点列拐角处的平滑过渡。(A-spline interpolation for discrete point sequence)
曲线平滑,曲线优化111
- 应用贝泽尔函数,用于优化曲线,是曲线平滑。 输入是原曲线上的一组点; 输出是优化后曲线上的一组点(The Bezel function is used to optimize the curve, and the curve is smooth. Input is a set of points on the original curve, and output is a set of points on the curve after optimization.)