CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 曲线

搜索资源列表

  1. Draw

    1下载:
  2. VC++的一个画图程序的入门级的小程序,高手勿扰,就是创建一个小窗口,然后把数据做成曲线实时显示-VC++, a paint program for entry-level small program, you' re the master, is to create a small window, and then make the data curve of real-time display
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-11-04
    • 文件大小:1244
    • 提供者:xuxf
  1. vc_chart

    0下载:
  2. 实时动态绘制曲线,MFC单文档文件,没有进行具体编辑数据信息,可自行完善-draw lines
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3661508
    • 提供者:qubotong
  1. bezier_curvature

    1下载:
  2. 绘画出三阶的贝塞尔曲线, 求出曲线上各点的曲率和半径,可用于弯道设计-Drawing out the order of the Bezier curve, find the points on the curve and radius of curvature, can be used for curve design
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:1044
    • 提供者:chenghaoqin
  1. DataShowClass

    0下载:
  2. 主要功能: 1.动态显示数据。在类中定义了两个大小为2000的double型数值。可显示小于2000组的X,Y数据。动态显示的原理为实时更新数据。只要更新x,y数据,在显示界面就会及时显示。 2.数据捕捉功能。当鼠标靠近数据点时,十字线会绘制一个红色的矩形捕捉框。 3.支持曲线平移,缩放,网格开关,时间显示以及文字说明。平移时,按住右键拖动鼠标;缩放时按住鼠标中键拖动鼠标。 4.支持颜色设置,具体可看弹出菜单。双击鼠标右键,弹出菜单可进行相应的操作。 5.类主要封装了一些设置
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:169102
    • 提供者:黄雅威
  1. nihe

    0下载:
  2. 拟合曲线有很多方法,本资料是用最小二乘法拟合曲线的MATLAB源代码-There are many ways fitting curve, the data are least square fitting curve with MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:719
    • 提供者:王一平
  1. Bspline_MFC

    0下载:
  2. MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC Drawing Bezier curves, B-spline curve, curve fitting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:1934904
    • 提供者:liu
  1. shishiquxian

    0下载:
  2. 一个很好的画实时曲线的方法 -good
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:13551
    • 提供者:lcd
  1. Graphics

    0下载:
  2. 计算机图形学很好的资料,包括种子填充,多边形扫描算法。 b样条曲线,曲面等-Very good computer graphics, including seed filling, polygon scan algorithm. b-spline curves, surfaces, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:85707
    • 提供者:xie wenkui
  1. quxiannihe

    0下载:
  2. 最小二乘曲线拟合 可以拟合曲线 得到所拟合的系数 GUI界面-least-square Curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:10021
    • 提供者:彭冰
  1. E7

    0下载:
  2. 本程序用来画B样条曲线,程序运行后可以在坐标系内选择需要的点,同时弹出消息框确定具体的点的位置,点击确定划线按钮可以画出B样条曲线。-when the program is running ,it will pop out an windows form ,if you click the coordinate on the right,you can get the point needed to draw a B spline
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:41718
    • 提供者:samuel
  1. real-timecurve

    0下载:
  2. 读取串口实时数据,并根据通信协议接收设备传来的数据值,根据数据定义绘制相应的数据实时曲线。-Read the serial real-time data communication protocol based on data from the value of the receiving device, according to data definition real-time data to draw the corresponding curve.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:162150
    • 提供者:qingang
  1. engine_load_ch

    0下载:
  2. 该程序可以对发动机试验数据进行分析和三次样条插值,绘制发动机特性曲线,辅助试验人员工作-The program can be carried out on engine test data analysis and cubic spline interpolation, curve drawing engine, supporting the work of testing personnel
  3. 所属分类:transportation applications

    • 发布日期:2017-04-04
    • 文件大小:617
    • 提供者:logic
  1. CommData

    0下载:
  2. 数据采集板的 VC软件,有余振曲线,感度曲线,数据列表。用于生产线产品的测试。-Data Acquisition Board VC software, Yu Zhen curve, sensitivity curve, data list. Used in the production line product testing.
  3. 所属分类:SCM

    • 发布日期:2017-05-04
    • 文件大小:1431750
    • 提供者:陈坤
  1. TestCurve

    0下载:
  2. VC++ 编写的一个画曲线的程序,可以直接运行,读入数据,进行曲线绘制的界面,对要学习用VC做界面的人,会有帮助-VC++ -written in a painting program curve can be directly run, read into the data,
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-09
    • 文件大小:2100795
    • 提供者:李白
  1. jisuanjituxinxueppt

    0下载:
  2. 孙家广,计算机图形学课件,直线,圆,曲线,曲面,三维图形的生成与变换。-Jia-Guang, computer graphics courseware, lines, circles, curves, surfaces, three-dimensional graphics generation and transformation.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-12
    • 文件大小:2852113
    • 提供者:啊呜
  1. Code_MATLAB_Statistical_Analysis

    3下载:
  2. 这是张德丰《MATLAB概率与数理统计分析》随书源码(M文件)。代码包括的内容有:概率分布计算及统计特征、数字特征计算、统计图绘制(盒状图、散度图等)、点估计和区间估计、假设检验、方差分析、曲线拟合、回归分析、因素分析、聚类分析、正交实验设计分析、多元方差分析、判别分析、隐马尔可夫模型建模与参数估计和在语音识别中的应用。-This is Zhang Defeng " MATLAB Analysis of probability and mathematical statistics,&
  3. 所属分类:matlab例程

    • 发布日期:2013-07-29
    • 文件大小:32824
    • 提供者:
  1. LRSS

    1下载:
  2. 图形识别 常规图形 圆形 方形 直线 曲线 五角星 梯形 椭圆形-Pattern Recognition conventional linear curve of five-pointed star graphic circle square oval trapezoid
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:283429
    • 提供者:zhang hannan
  1. Least-squares

    0下载:
  2. 最小二乘法曲线拟合,环境:visual basic-Least squares
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1087
    • 提供者:宋先生
  1. BER

    0下载:
  2. 基带信号通过高斯信道和瑞利信道的误码率的计算和仿真,并分别与各自的理论误码率曲线相比较-Baseband signal through AWGN channel and Rayleigh channel bit error rate calculation and simulation, and separately with their respective theoretical BER curves compared
  3. 所属分类:matlab

    • 发布日期:2016-11-21
    • 文件大小:4096
    • 提供者:王楠楠
  1. ST_Curve

    0下载:
  2. ST_Curve是一个功能非常强大的曲线绘制控件,其主要功能有:  可同时绘制多条曲线  可绘制实时曲线(此时将智能移动曲线已保证新添加的数据可见,功能跟CListCtrl的EnsureVisible函数差不多) -ST_Curve is a very powerful curve drawing controls, and its main features are:  can also draw multiple curves
  3. 所属分类:ListView-ListBox

    • 发布日期:2017-03-30
    • 文件大小:225186
    • 提供者:tang
« 1 2 ... 41 42 43 44 45 4647 48 49 50 »
搜珍网 www.dssz.com