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

搜索资源列表

  1. untitled4

    1下载:
  2.  使用 PLOT(T,Y1,Y2,…])命令,绘图命令plot绘制x-y坐标图;  使用HOLD 命令,保持住该图形窗口的内容,再画一条线。并且该线型的颜色、标记符号可以选择。  利用PLOT(X1,Y1,X2,Y2,..XN,YN)语句, X1,Y1,X2,Y2,..XN,YN分别为向量对,每一对X-Y可画出多条图形。  使用PLOTYY命令,可设坐标。  利用二维绘图函数patch函数fill ,
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:1.53kb
    • 提供者:袁明
  1. graphics_cpp

    0下载:
  2. 用C++语言写的可在Turbo C下编译运行的若干图形函数,调用C的graphics.h里的函数,能实现矩形,椭圆等图形的绘制-Using C++ language written in Turbo C compiler to run under a number of graphics functions, call the graphics.h in the C function, to achieve rectangular, oval, such as graphics renderin
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-06
    • 文件大小:28.93kb
    • 提供者:elvis
  1. EX202

    1下载:
  2. 高级绘图函数图形plot绘图实例,可绘制出较为完整的二维图形-Advanced drawing functions mapping instances of graphical plot can be drawn out of a more comprehensive two-dimensional graphics
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:1.05kb
    • 提供者:george1092
  1. Interactivegraphics

    1下载:
  2. (绘图)编写一个交互式绘图程序。 要求: 可以选择图形的种类(直线、折线、矩形、(椭)圆、多边形及对应的填充图形)、绘图颜色(使用颜色公用对话框)、笔的粗细和风格、填充模式(包括填充颜色[与图案])、背景模式与颜色; 可以根据用户的选择,用鼠标和方向键来绘制各种图形; 可以动态拖动绘图,并显示鼠标当前位置坐标以及拖动矩形的大小; [可以用选择的字体、大小和颜色(使用字体公用对话框)在指定的位置按指定的对齐方式来输出文字串;] [可以设置不同的坐标系(映射模式),并支持基本
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:757.73kb
    • 提供者:siheng
  1. Ex_SDI

    0下载:
  2. 在单文档界面中通过绘图函数在文档内进行绘制简单的图形-Interface in a single document within a document by drawing functions to draw a simple graph
  3. 所属分类:界面编程

    • 发布日期:2017-04-10
    • 文件大小:1.86mb
    • 提供者:xzl
  1. movetest

    0下载:
  2. 实现了一个小船向前实时移动的功能,充分采用图形绘制的各功能函数,是初学者能更好的掌握图形绘制。-Implements a real-time moving the boat forward function, fully graphical rendering of the performance function, a beginner can better grasp the graphics rendering.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-08
    • 文件大小:1.85mb
    • 提供者:wangxiaoli
  1. vb_MathFunction

    0下载:
  2. 使用vb编写的各类数值函数,可以根据输入的函数,绘制出函数的曲线,涉及到VB图形编程技术,适合初学者做参考用,源码来源网上,经整理后打包-Vb prepared using various types of value functions, according to the input functions, map out the function of the curve, related to the VB graphics programming techniques, suitable
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-15
    • 文件大小:7.35kb
    • 提供者:田欣
  1. paint

    0下载:
  2. 实现了界面重回时图形的刷屏问题,在界面重绘时,调用OnPaint函数,重新绘制需要的图形-Graphics interface to return to the refresh problem in the interface redraw call OnPaint function to redraw the graphics needed
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-29
    • 文件大小:10.98mb
    • 提供者:LiuHang
  1. draw1

    0下载:
  2. 编写应用程序,可以利用鼠标绘制矩形和圆形,具体功能要求如下: 1、 通过单击工具条按钮(或菜单项)选择绘制矩形或者圆形; 2、 绘制过程中要求实现橡皮线功能和重画(窗口改变的时候,已绘制的图形不能消失); 3、 程序中只能使用SetPixel绘图函数,不能使用其它绘图函数; 4、 [本功能选作]通过单击工具条按钮(或菜单项)显示对话框,让用户可以设置绘制图形的颜色(可以分别输入RGB三颜色分量)-Write applications that can use the mouse
  3. 所属分类:Button control

    • 发布日期:2017-05-08
    • 文件大小:1.88mb
    • 提供者:徐博文
  1. VC_COM_ECG

    2下载:
  2. 一款VC写的心电图绘制软件,从串口接收心电图数据,分包,放大后绘制出心电图形。并带有50Hz滤波函数。-Written by a VC ECG mapping software, serial receive data from the ECG, subcontracting, draw amplified electrocardiogram shape. With a 50Hz filter function.
  3. 所属分类:EditBox

    • 发布日期:2017-05-13
    • 文件大小:3.4mb
    • 提供者:田炜
  1. MFC多文档窗口多线程同步绘图

    4下载:
  2. 通过重载MFC里的界面多线程函数CWinThread,实现在MFC的MDI模式下,同时打开多个view视图,在这多个视图中同步绘制图形。可以将此应用于应用软件编写中多窗口同步更新图形数据的情况。
  3. 所属分类:界面编程

搜珍网 www.dssz.com