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

搜索资源列表

  1. Bresenham高效画线算法

    0下载:
  2. 画线的算法不少,但要作到高速、简单并不容易。斜率相乘法是最简单的方法之一,但计算每个点均要花费不少时间用于乘、除法运算;下面介绍的是Bresenham s高效画线算法,对每个点的坐标计算只要加、减法就能完成。-line drawing algorithm, but a lot to be done fast, simple is not easy. The slope is the most simple multiplication is one of the ways, but each p
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:4180
    • 提供者:小倪
  1. 中点法画直线

    0下载:
  2. 中点法画直线,输入起点与终点的坐标后,可画出任意种情况的直线-Midpoint painting line, starting with the input of the coordinates of the end, after the paint kinds of arbitrary line
  3. 所属分类:2D图形编程

    • 发布日期:2014-01-14
    • 文件大小:1654
    • 提供者:杨秀芳
  1. xyaxis

    0下载:
  2. 坐标曲线的编程实现 在实际应用中经常会要画各种统计图。坐标曲线图是其中比较常用的一种。而坐标曲线在各种统计图中应该算比较难画的,主要是很难将坐标值与图中的位置对应起来。我在做一个asp网站的项目中曾遇到过要画坐标曲线,由于没有易用免费的控件可用,只好自己来实现。因此对画坐标曲线有了一点心得。 -curve coordinates the program in practical applications often want to paint all kinds of statistic
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:39259
    • 提供者:lion
  1. hua_zuobiao

    0下载:
  2. 这是一个使用vc的MFC编程的画坐标的程序。
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:29898
    • 提供者:草方
  1. 基本画线实现算法

    0下载:
  2. 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:584157
    • 提供者:朱磊
  1. 根据坐标画线

    0下载:
  2. 输入一对坐标,即可画出一条直线。
  3. 所属分类:其它程序

    • 发布日期:2010-06-23
    • 文件大小:1955318
    • 提供者:wxshwl@163.com
  1. VC画坐标

    0下载:
  2. 利用VC中MFC画坐标系
  3. 所属分类:文档资料

    • 发布日期:2011-03-29
    • 文件大小:3897
    • 提供者:jim771@qq.com
  1. Axis.java实现简单的坐标轴

    0下载:
  2. java实现简单的坐标轴,画出简单的X轴横坐标,Y轴纵坐标轴.,It is completed simple axis in Java.And it is drawed a simple abscissa X axis, Y axis longitudinal axis. 搜索
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:663
    • 提供者:xuexia
  1. 坐标轴画图相关.rar

    1下载:
  2. 用VC写的在图上画坐标轴并由函数确定来不断更改坐标轴上的数据。, Writes with VC the picture coordinate axis and determined on the chart by the function unceasingly changes in the coordinate axis the data.
  3. 所属分类:图形图象

    • 发布日期:2016-07-14
    • 文件大小:313407
    • 提供者:李云强
  1. draw.rar

    0下载:
  2. 通过读取二进制码实现画坐标曲线图,并且包括了打印、坐标变换等功能,Read binary code to achieve through the painting coordinate curves, and includes print, coordinate transformation functions
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:112088
    • 提供者:曹骅
  1. CSharpdrawcurve

    0下载:
  2. C#画坐标曲线,可同时画多条曲线,并可以根据需要自适应间距。-failed to translate
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:57855
    • 提供者:wwp
  1. OpenGL san wei dian ji

    3下载:
  2. 在VC环境下利用OpenGL作出简单的三维坐标系,并画出一个简单点迹-In the VC environment, the use of OpenGL to make a simple three-dimensional coordinate system, and draw a simple point mark
  3. 所属分类:OpenGL

    • 发布日期:2013-01-03
    • 文件大小:171424
    • 提供者:俞峻
  1. find_target

    0下载:
  2. 求取一幅二值图像包含目标区域的最小矩形框,返回矩形框的上下左右边界,然后根据边界坐标在图上画出目标区域。-Strike the rectangle that contains the smallest rectangular target area in a binary image, return to the top and bottom rectangular box around the border, and then draw the boundary on the map coor
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:67134
    • 提供者:
  1. Draw001

    1下载:
  2. OpenGl 画圆使用最简单的极坐标方法。本程序已在视图上画上了网格线,可供清楚看清坐标系。-OpenGl draw a circle
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:253860
    • 提供者:wangchuan
  1. insert_curve

    0下载:
  2. opengl+控制台,鼠标左键输出点坐标,程序画出经过点的曲线-opengl+ console output point coordinates of the left mouse button, the program after a point to draw the curve
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-10
    • 文件大小:49918
    • 提供者:freid
  1. coordinate

    0下载:
  2. 画坐标 delphi +xyplot 画坐标 delphi +xyplot-Painting painting coordinate delphi+ xyplot coordinates delphi+ xyplot
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:302658
    • 提供者:LxG
  1. 123

    1下载:
  2. 如何在对话框上画坐标与花网格线 如何在对话框上画坐标与花网格线-How to draw the coordinates in the dialog box and how to spend grid coordinates in the dialog box with flowers painted on the grid in the dialog on how to coordinate with the flowers painted grid
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1921598
    • 提供者:王延政
  1. csharpplot

    0下载:
  2. CSharp画坐标,简单易懂,没什么可说的-CSharp drawing coordinates, easy to understand, nothing to say
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:41611
    • 提供者:常中东
  1. Zuobiaoxi

    0下载:
  2. 这是一个实用的画坐标系的小程序,可以在其他画图的过程加入,画出适用的图。(This is a practical small coordinates drawn system, you can join in the process of other drawing, draw the applicable figure.)
  3. 所属分类:图形图象

  1. C#画坐标代码

    0下载:
  2. C#通过picturebox控件,制作带坐标的波形显示,需要2个picturebox控件
  3. 所属分类:C#编程

« 12 3 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com