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

搜索资源列表

  1. Strt

    0下载:
  2. 在点阵平面上画线段叫做插补。高级语言都有功能提供,例如LineTo函数或者DrawLine函数等,名称不同,工作内容是一样的,即指定一个起点和一个终点,然后用插补的算法画出线段,不过它们没有代码,读者不知道怎么完成插补的。本程序给出了这个过程。对自己开发在低档单片机上的运动控制提供一个参考。同时还提供了直线方程式系数的计算代码。-Draw line segments in the lattice plane is called interpolation. Have provided high-
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:10970
    • 提供者:xuxiangxing
  1. draw

    0下载:
  2. C# 实现画线功能,源文件,在vs2008环境下运行可以实现动态画线功能-drawline
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:43290
    • 提供者:
  1. drawline

    0下载:
  2. 使用绘制线段函数画任意的曲线,例如画正弦曲线。-Creating color from yellow to blue gradient brush, showing a different starting point and end point results.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:20992
    • 提供者:小谢
  1. DrawLine

    0下载:
  2. 计算机VC画图源码 画直线(DDL算法 Bresenham算法)-Draw a line drawing VC source computer (DDL algorithm Bresenham algorithm)
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-11
    • 文件大小:1504
    • 提供者:walt
  1. DrawLine

    0下载:
  2. 动画三维显示,使用OpenInventor进行三维动画显示-Animated three-dimensional display
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-23
    • 文件大小:7529676
    • 提供者:whui
  1. drawLine

    0下载:
  2. 由给定的点集 填充区域颜色 由给定的 点集 画线-Given set of points from the fill area color from a given set of points draw lines
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:35603
    • 提供者:liuyu
  1. drawline

    0下载:
  2. 在一定的工作场合上,利用采集卡采集的数据,如何能很好的动态显示出来-Work in certain situations, using the data acquisition card, how can a good dynamic display
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:193892
    • 提供者:Bruce
  1. drawline

    0下载:
  2. opengl编写的一个小程序,连续画直线,鼠标在窗口中连续的点击就可以画出一条连续的直线。-Opengl write a small program, continuous draw a line, the mouse in the window of the click of continuous can draw a straight-line continuum.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:859
    • 提供者:曹彬
  1. Name

    0下载:
  2. 把“汤一平老师你好”写在网页上,围绕既定的中心点翻转和环绕旋转。 编程技巧说明: 名字旋转处理:为实现立体感效果添加了缩放系数; 用Runnable接口创建多线程; 名字画法及处理是用drawline()方法实现的; 坐标变换公式的应用; 背景颜色设置为绿色,大自然的颜色,看起来更亲切; 类说明: 程序首先调用init()设置初值等,然后调用start()方法,在此方法中创建一个新的线程runner,并调用线程的start()方法,并从写线程的run()方法
  3. 所属分类:Applet

    • 发布日期:2017-04-07
    • 文件大小:1444
    • 提供者:祝彦超
  1. DrawLine

    0下载:
  2. 一个很不错的绘图程序,可以动态显示线条,值得下载和学习哟-A very good drawing program can be displayed line, it is worth to download and learning yo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-14
    • 文件大小:3199764
    • 提供者:wangxinrun
  1. DrawLine

    0下载:
  2. 用vc++来划线,代码方便简明,适合刚开始学习入门的人-With vc++ to the dash, code convenience concise, suitable for the beginning of the learning portal
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:43870
    • 提供者:张婷
  1. drawline

    0下载:
  2. 在窗口中绘制出来具有立体感的三叶曲线,通过正余弦函数得到曲线参数。-Drawing in the window, trefoil curve, with three-dimensional sense of the cosine function curve parameters.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:359930
    • 提供者:张程员
  1. CSharp

    1下载:
  2. C#1实现使用“Graphics”类的“DrawPie”方法和“FillPie”方法绘制立体饼图 C#2实现使用绘制线段函数画cos曲线 C#3实现使用“Graphics”类的“DrawLine”方法绘制圆。 C#4实现文本编辑器的设计 C#5实现鼠标事件-C# using the " Graphics" class " DrawPie" methods and " FillPie draw three-dimensional pie
  3. 所属分类:CSharp

    • 发布日期:2014-05-18
    • 文件大小:24576
    • 提供者:莫罹逝
  1. drawline

    0下载:
  2. 2种画线方法的比较。Bresenham算法和中点算法。-Comparison of the methods of the two kinds of line drawing. Bresenham algorithm and the midpoint algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-30
    • 文件大小:1052
    • 提供者:simon
  1. DrawLine

    0下载:
  2. VC++编程、计算机图像学、矩阵实现图像的基本变换,旋转、平移、比例变换、微分和整数算法绘制直线-Basic transformation of the image VC++ programming, computer iconography matrix, rotation, translation, scaling, differential draw straight lines and integer arithmetic
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-29
    • 文件大小:1189277
    • 提供者:themoy
  1. DrawLine

    0下载:
  2. 在VC下用OpenCV在调取出来的图片上画线-In the VC use in obtaining OpenCV out the image of the painting line
  3. 所属分类:OpenCV

    • 发布日期:2017-11-03
    • 文件大小:2814573
    • 提供者:李利
  1. DrawLine

    0下载:
  2. 画图程序,可以在视图区画直线,圆,椭圆等图形,操作简单,代码易懂-Paint program, in the view area to draw straight lines, circles, ellipses, and other graphics, simple operation, code understandable
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:2378891
    • 提供者:上官凝荫
  1. DrawLine

    0下载:
  2. 开发工具VS2005,WinForm程序,实现功能为应用鼠标绘制线条-Development tools VS2005, WinForm program to achieve functional application mouse to draw lines
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-27
    • 文件大小:10641
    • 提供者:张鹏玉
  1. DrawLine

    0下载:
  2. 采用C++编写的画线程序,有3种实现算法,包括DDA,Midpoint,Breseham,计算机图形学。-Drawing a line using C++ written procedures, there are three kinds of realization of algorithms, including the DDA, Midpoint, Breseham, computer graphics.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:34014536
    • 提供者:王郑合
  1. Drawline

    0下载:
  2. 用程序构造十列八行的图标,再在图标上绘制折线。-Application to construct ten eight rows of icons, to draw polylines icon.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-24
    • 文件大小:1580
    • 提供者:万晋京
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com