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

搜索资源列表

  1. LineDrawingFunction

    0下载:
  2. Uses MoveTo() and LineTo() functions to draw a serious of lines that creates a sunburst pattern.
  3. 所属分类:.net

    • 发布日期:2017-05-17
    • 文件大小:4634952
    • 提供者:rauls
  1. VCyuandaimachengxu

    1下载:
  2. 车牌识别程序,准确定位车牌,真正实现了车牌识别的程序 -CDocument CString CFile CFileDialog CFileFind FindNextFile CScrollView CDC CPen CSize CBitmap CBrush CRect GetClientRect LoadBitmap CreatePatternBrush SelectObject FillRect DeleteObject GetObject BitBlt CreateCompatibleD
  3. 所属分类:Special Effects

    • 发布日期:2015-02-21
    • 文件大小:2518988
    • 提供者:zhangyongjian
  1. LinetoTest

    0下载:
  2. Wince6.0 Lineto Draw Test Project
  3. 所属分类:Windows CE

    • 发布日期:2017-05-27
    • 文件大小:9288972
    • 提供者:yskim
  1. UVectorFont

    1下载:
  2. VC++编程获取字体的外框信息,也就是只显示出字体的轮廓,运用图形 + 文字 + 矢量的方法,利用getglyphoutline函数得到字体的外框,并调用lineto把它画出来,灵活掌握后,可以做出其它的效果来。-VC++ programming for the outline font of information, that is, show only the outline of a font, use of graphics+ text+ vector method, the use o
  3. 所属分类:GUI Develop

    • 发布日期:2014-12-05
    • 文件大小:32768
    • 提供者:
  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. UVectorFont

    0下载:
  2. 利用函数getglyphoutline函数得到字体的外框信息,并调用lineto把它画出来-Using the function getglyphoutline function of the font outline information, and call it lineto drawn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:48492
    • 提供者:fanlun
  1. liuyanban

    0下载:
  2. GDI中提供的各种绘图方法LineTo(), Ellipse()等等,都没有考虑过锯齿形状的消除,于是诞生了本代码,它实现了近乎实时的消除图形锯齿的方法。 -GDI provides a variety of mapping methods LineTo (), Ellipse () etc., are not considered to eliminate jagged shapes, so the birth of the code, which implements a near r
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:586183
    • 提供者:陈功
  1. GraphApply

    0下载:
  2. 绘图指令的综合使用visual c++ graphic guide-some introcution about Graphic Device Interface program moveto lineto etc. visual c++ graphic guide visual c++ graphic guide visual c++ graphic guide visual c++ graphic guide绘图指令的综合使用
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1930963
    • 提供者:jecktongue
  1. DDA

    0下载:
  2. 已知两点画出直线的C++ 应用程序 方法为DDA画法 不同于一般使用的 MoveTo LineTo函数-Given two points draw a straight line of C++ application method is different from the DDA method of painting using MoveTo LineTo function
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1937454
    • 提供者:孙峰
  1. Button-tansparent

    0下载:
  2. Button-tansparent: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText Offse
  3. 所属分类:Button control

    • 发布日期:2017-04-09
    • 文件大小:1742360
    • 提供者:cici
  1. CUseSKin

    0下载:
  2. How to use skin control: LoadImage CPoint CWnd CButton GetActiveWindow GetCapture SetFocus SetCapture CRect GetClientRect PtInRect ReleaseCapture CDC CPen CBrush FrameRect FillRect GetSysColor SelectObject LineTo DrawFocusRect CString GetWindowText
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-26
    • 文件大小:9329443
    • 提供者:cici
  1. LP-Wave

    0下载:
  2. 采用 Lineto 和 moveto函数编写的示波器程序,能够显示四路波形,配有各种调节按钮,界面虽然简单,但是对于初学者来说,是一个很好的实例程序。-The oscilloscope program written using Lineto and moveto function can display four waveforms, with various adjustment button, the interface is simple, but for beginners, is a
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-01
    • 文件大小:4059
    • 提供者:谭松清
  1. opengllinesandcircles

    0下载:
  2. 不使用moveto和lineto函数自己编制的直线和圆的生成函数,并以此函数进行一些图案的生成-Moveto and lineto function does not use their prepared lines and circles generating function, and function some pattern generation
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-20
    • 文件大小:2427542
    • 提供者:李洋
  1. DRW2

    0下载:
  2. 如何通过moveto,lineto画直角坐标-How moveto, lineto painted rectangular coordinates
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:2020835
    • 提供者:wanghezou
  1. DrawLine

    0下载:
  2. DrawDC.MoveTo, DrawDC.LineTo, DrawDC.SelectObject
  3. 所属分类:Driver Develop

    • 发布日期:2017-11-11
    • 文件大小:135807
    • 提供者:cshmax
  1. line

    0下载:
  2. 在对话框中,运用静态控件实现画直线的功能。使用了lineto,moveto函数。-In the dialog box, the use of static control to draw a straight line. Using lineto, MoveTo function.
  3. 所属分类:Static control

    • 发布日期:2017-11-18
    • 文件大小:7788030
    • 提供者:赵倩云
  1. SVGPathSegLinetoHorizontal

    0下载:
  2. SVG Path Seg Lineto Horizontal Source Code for linux QT Interface Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1549
    • 提供者:derjouca
  1. SVGPathSegLinetoVertical

    0下载:
  2. SVG Path Seg Lineto Vertical Source Code for linux QT Interface Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:789
    • 提供者:hongsaoku
  1. SVGPathSegLineto

    0下载:
  2. SVG Path Seg Lineto Source Code for linux QT Interface Driver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1347
    • 提供者:venrousong
  1. Transline_delphi-

    0下载:
  2. 在image上绘制透明直线 及api函数用法 MoveToEx(   DC: HDC      {设备环境句柄}   p2, p3: Integer  {坐标}   p4: PPoint    {用于保存 p2、p3 值的 TPoint 结构的指针}  ): BOOL     LineTo(   DC: HDC    {设备环境句柄}   X, Y: Integer {直线终点坐标}  ): BOOL   -Transparency in a st
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-31
    • 文件大小:861478
    • 提供者:zhy
« 1 23 »
搜珍网 www.dssz.com