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

搜索资源列表

  1. Expression-of-love-heart

    0下载:
  2. 问题的提出:根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。-Of the problem: According to the equations of the mathematical parameters of the " heart" -shaped curve, draw the curve and the output screen. Cycle of each coordinate point " LOVE&qu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:3021
    • 提供者:liyuexia
  1. CSharpdrawing.line

    0下载:
  2. c#绘制曲线详细代码,需要请下载 drawcure绘制-c# draw curve detailed code, you need to download the
  3. 所属分类:CSharp

    • 发布日期:2017-11-28
    • 文件大小:43650
    • 提供者:陈琪晟
  1. CLineChartConh

    0下载:
  2. 一个使用ChartControl来绘制曲线的程序,可以以根据数据的大小来实时调整纵坐标,已通过测试。 -To draw curves using ChartControl procedures, can be adjusted in real time according to the size of the data to the ordinate, has passed the test.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-13
    • 文件大小:50832
    • 提供者:抛弃
  1. Canvas

    0下载:
  2. charp 实现的画图板功能,通过鼠标事件可以绘制曲线等图形-the drawing board charp achieve can draw a curve such as graphics, mouse events
  3. 所属分类:CSharp

    • 发布日期:2017-11-29
    • 文件大小:68463
    • 提供者:chen
  1. ChartCtrl_doxygen

    0下载:
  2. MFC可用的绘制曲线控件的说明文档,可绘制饼图,柱状图,蜡烛图等-MFC available drawing curve controls, can draw pie charts, bar charts, and candlesticks
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-25
    • 文件大小:413136
    • 提供者:Ben Huang
  1. Tee

    0下载:
  2. TeeChar是功能很强大的绘图工具。本例是基于VC平台利用TeeChat动态绘制曲线。-TeeChar powerful drawing tools. This case is based on the the VC platform for using TeeChat dynamic curve drawing.
  3. 所属分类:CSharp

    • 发布日期:2017-11-15
    • 文件大小:3818255
    • 提供者:岳丹
  1. DuiHuaKuang

    0下载:
  2. 对话框程序,上面有按钮,菜单可以绘制曲线,对于初学者非常适合-Dialog box procedure, above the button, the menu can draw a curve, very suitable for beginners
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-28
    • 文件大小:33045
    • 提供者:吴欣
  1. WAV_Control

    0下载:
  2. VB下的一款波形绘制控件,希望对各位制作绘制曲线时有帮助。-The VB under a waveform draw controls, to help draw the curve you want to produce.
  3. 所属分类:ComboBox

    • 发布日期:2017-11-15
    • 文件大小:4343
    • 提供者:sam
  1. curve_draw

    0下载:
  2. 一个通过Javascrip绘制曲线的程序,可以自己添加代码进行扩展。-Curve drawing
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:5241
    • 提供者:凌华
  1. GH_new

    0下载:
  2. 实现实时监控exe输出,并绘制曲线,曲线可以通过鼠标平移和缩放-Watch the output of exe file interatively
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-24
    • 文件大小:11549
    • 提供者:刘云龙
  1. Pendulum-VB

    1下载:
  2. 倒立摆系统的实时控制程序,内嵌高精度多媒体定时器,使VB定时精度大大提高,并具备绘制曲线功能。-The real-time control program of the inverted pendulum system, embedded high-precision multimedia timer, so the a VB timing accuracy is improved greatly, and have drawn the curve function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-14
    • 文件大小:503007
    • 提供者:cnx
  1. clplot

    0下载:
  2. 实现实时绘制曲线功能,用户可修改源码,使之显示自己的数据-Curve function to achieve real-time rendering, users can modify the source code to display data
  3. 所属分类:Dialog_Window

    • 发布日期:2017-12-09
    • 文件大小:3974
    • 提供者:qiaoqiao
  1. huizhishiboqi

    1下载:
  2. c语言实现示波器,实时绘制曲线源代码,可以运行。-The c language oscilloscope, real-time rendering curves source code, you can run.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:6190
    • 提供者:绚烂
  1. teechart

    1下载:
  2. 绘制曲线,读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的
  3. 所属分类:其他小程序

    • 发布日期:2017-11-11
    • 文件大小:1916134
    • 提供者:小江咯
  1. love

    0下载:
  2. 根据“心”形曲线的数学参数方程,绘制曲线并输出屏幕。在各坐标点处循环显示“LOVE”的各字母。-According to the the mathematical parametric equation of the " heart" -shaped curve are plotted output screen. Cycle through the letters " LOVE" in each coordinate point.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-29
    • 文件大小:365475
    • 提供者:zw
  1. VCPP-Source-serial-curve

    0下载:
  2. 读取串口数据并动态绘制曲线,能根据需要修改参数。-Reads the serial data and dynamic mapping curve,and modify the parameters what needs.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-18
    • 文件大小:162092
    • 提供者:Grandit
  1. ReadDaraDraw

    0下载:
  2. 读入数据,然后绘制曲线,能够快速直观的查看数据变化-Read into the data, and then draw a curve that can change fast and intuitive view data
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:2942394
    • 提供者:徐俭
  1. Drawdatatxt

    0下载:
  2. 读入数据,然后绘制曲线,能够快速直观的查看数据变化-Read into the data, and then draw a curve that can change fast and intuitive view data
  3. 所属分类:CSharp

    • 发布日期:2017-12-09
    • 文件大小:2942228
    • 提供者:徐俭
  1. m_project

    0下载:
  2. 该段代码实现的是数据的及时采集并绘制曲线,这样对于实时监控具有非常重大的意义。-This code implementation is the timeliness of data collected and plotted, so for real-time monitoring of very great significance.
  3. 所属分类:ComboBox

    • 发布日期:2017-11-22
    • 文件大小:1878802
    • 提供者:周威
  1. RealtimeGraph

    0下载:
  2. 动态绘制曲线,给出历史数据显示及实时动态曲线-Dynamic mapping curve, given historical data and real-time dynamic curves show
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:187737
    • 提供者:yy123456789
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 42 »
搜珍网 www.dssz.com