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

搜索资源列表

  1. drawLine

    0下载:
  2. 直线中点Bresenham 算法:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。-Linear midpoint Bresenham algorithm: Each displacement in the direction of the main step, do not go walking in another direction depending on the midpoint of the deviation value of the discriminan
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-27
    • 文件大小:10087841
    • 提供者:郑思文
  1. DrawLine

    0下载:
  2. 实现坐标的显示 随机数产生 并显示到listctrl中 声称坐标轴 显示随机数,排序- Achieve coordinate display random number is generated and displayed to listctrl claimed axis shows random numbers, sorting
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-18
    • 文件大小:4721509
    • 提供者:彭杰
  1. Line

    0下载:
  2. 它是一个关于直线扫描转换的程序,非常的实用非常的好用,就是有个c-it is a cpp about drawline
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1981166
    • 提供者:娄磊
  1. drawline

    0下载:
  2. 大三大谁打的撒阿三的大三大三大三的撒啊谁大谁大手术大三大三大三的撒大三-draw line
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:2772
    • 提供者:李地
  1. DrawLine

    0下载:
  2. mfc中画线的一个小例子,可以完成画线,选颜色,选中、拖动、删除等最基本的功能。-A small example mfc drawing a line, you can complete the painting line, choose the color, select, drag, delete and other basic functions.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:4716865
    • 提供者:丝丝
  1. wangge

    0下载:
  2. 一个Java Applet程序,该程序使用drawLine方法绘制一个5x9的网格 -A Java Applet program that use drawLine method to draw a 5x9 grid
  3. 所属分类:Applet

    • 发布日期:2017-04-06
    • 文件大小:692
    • 提供者:chenmin
  1. drawline

    0下载:
  2. 这是c 语言中,很好用的画直线源代码,它可以画直线,几何图形,椭圆,等-This is the c language, a good draw a straight line with the source code, it can draw straight lines, geometric shapes, oval, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18847
    • 提供者:翱翔
  1. DrawLine

    0下载:
  2. 用SetPixel画点函数实现画线功能。-Achieved by drawing a line function SetPixel painting point function.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-30
    • 文件大小:12374022
    • 提供者:黄英
  1. drawline

    0下载:
  2. MFC中使用差分法来画线,虚线,bressenham绘画方法绘制一个完整的线性随机的。用中点画圆圈,你可以修改线条颜色-MFC using differential method to draw lines, dotted line, bressenham painting method to draw a complete linear random. Use the midpoint Circle Circle, you can modify the line color
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-11
    • 文件大小:2343056
    • 提供者:柏南
  1. Drawline

    0下载:
  2. vb的动画正弦线源代码 vb的动画正弦线源代码-vb source code sinusoidal line animation animation vb source code vb sinusoidal line animation sinusoidal line source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2435
    • 提供者:
  1. DrawOfMemory

    0下载:
  2. DrawOfMemory源码包,VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。参数定义
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:140004
    • 提供者:kpudn76
  1. PrintExample

    0下载:
  2. 自己学习时写的VB.NET程序,试验了drawstring、drawline方法的各种用法。-this program is writen during my learning of VB.NET,in which some method of using "drawstring""drawline" is presented.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:133944
    • 提供者:智鑫
  1. drawline

    0下载:
  2. 图像的坐标的获取,非常简单的小程序,使用与初学者。-To obtain the image coordinates, very simple small program, the use of beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:56564
    • 提供者:liaohuan
  1. DrawLine

    0下载:
  2. 使用Bresenham算法生成直线.Bresenham算法的基本原理就是将光栅设备的各行各列象素中心连接起来构造一组虚拟网格线。按直线从起点到终点的顺序计算直线与各垂直方向网格线的交点,然后确定该列象素中与此交点最近的象素。-Using the Bresenham algorithm to generate a straight line.The basic principle of Bresenham algorithm is to each row of each column of pix
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-24
    • 文件大小:401080
    • 提供者:zhongqiyong
  1. DrawLine

    0下载:
  2. 计算机图形学__直线的生成算法的实现利用Visual C++实现直线生成的DDA算法,在屏幕上任意生成一条直线,实现圆输入、显示输出的方法和基本流程实现椭圆输入、显示输出的方法和基本流程-__ Straight line to realize computer graphics generation algorithm using Visual C++ implementation of the DDA line drawing algorithm, randomly generated a l
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:59094
    • 提供者:zjh
  1. LCD-Clanguage-drawline

    0下载:
  2. 使用C语言,讲解了led屏幕是如何画出一条直线的,算法讲解-Use C language to explain the led screen is how to draw a straight line, the algorithm explained
  3. 所属分类:software engineering

    • 发布日期:2017-04-26
    • 文件大小:110555
    • 提供者:yadong ni
  1. HTMLPage

    0下载:
  2. 实现图形学的直线画法的分点展示。 可用于图形学的直线画法的展示和说明 仅仅通过HTML+JS来实现 代码易懂 -show how to drawLine point by point
  3. 所属分类:Graph Drawing

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

    0下载:
  2. 图形学的一些画图的功能实现的一些你对健康报v尽快吧-Some graphics drawing functions to achieve some of your health as soon as it reported v
  3. 所属分类:Ajax

    • 发布日期:2017-03-29
    • 文件大小:56184
    • 提供者:徐国强
  1. GraphAnimationAPP

    0下载:
  2. drawline MFC 使用C++实现划线功能-drawline MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:38528
    • 提供者:liulangdefeng
  1. DrawOfMemory

    0下载:
  2. VC++内存绘图例子代码,包括了多个实用的VC++函数:比如DrawLine函数:将传入函数的值以图像的形式显示到对应的控件上(int AllNum:总的数据量,int Value[]:数据值数组,COLORREF PenColor:画笔的颜色,CWnd *pWnd:需要显示曲线的控件指针);DrawWave函数,将传进函数的值以图像的形式显示到对应的控件上;DrawMultiLine函数:将传进函数的值以图像的形式显示到对应的控件上,可以显示多个数据段。-VC++ example code g
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-16
    • 文件大小:139013
    • 提供者:dfjdj
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com