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

搜索资源列表

  1. df

    0下载:
  2. 绘图语句;通过mfc来实现单文档的绘图,可画线正方形、圆形-Drawing statement mfc to achieve a single document through drawing, painting lines can be square, round
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-01
    • 文件大小:1260
    • 提供者:刘星廷
  1. computerhdu123

    0下载:
  2. 绘图程序,包括基于bresenham的画线,园,椭圆;三次B样条曲线;以及分形图形-Drawing program, including those based on bresenham to draw a line, park, oval cubic B-spline curve and Fractal Graphics
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4002161
    • 提供者:待晓彬
  1. My_LCDdriver

    0下载:
  2. LCD12864驱动,含有基本驱动和基本绘图函数,例如:画线,画点,打印字母,打印汉字等。(KS0108控制器)-LCD12864 drive, containing the basic drive and the basic drawing functions, such as: draw lines, draw points, print letters, print characters and so on. (KS0108 controller)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-17
    • 文件大小:116783
    • 提供者:张冰
  1. graphic

    0下载:
  2. 能实现画点,画直线(拖动式),画椭圆类(同上),画矩形(同上),填充,随意画线(拖动式),橡皮,清屏的绘图功能。 拥有设置画笔样式和颜色,设置橡皮样式和颜色,设置填充颜色的功能。 具有撤消和保存读取文档功能(有些方面有缺陷)。 所有操作都配备快捷键,方便操作。 状态显示画笔坐标和当前操作状态。(部分菜单项也设置了状态栏动态说明) -Can realize painting points, draw a line (drag type), painting elliptic c
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-23
    • 文件大小:7641500
    • 提供者:cbf
  1. Graphic

    0下载:
  2. 一个绘图程序例子,通过该例子可以比较清楚的认识VC++画线等程序的使用-draw vc++
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-26
    • 文件大小:84283
    • 提供者:greg
  1. zcg_graphic

    0下载:
  2. 这是一个简单的绘图程序,实现了画图板的各种简单功能,例如:画线、画圆、画方、图形拖动等等。-This is a simple drawing program, a variety of simple functions of the drawing board, example: draw a line, circle, a square, graphical draging.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4569101
    • 提供者:钟西泽
  1. Interactive

    0下载:
  2. MFC的交互式绘图的,MFCMFCMFC VC++,实现了画线,画圆,画点等功能-MFC interactive drawing, MFCMFCMFC VC++, draw lines, draw a circle, draw points
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1947392
    • 提供者:zyq
  1. dd

    0下载:
  2. 本系统由FPGA构建,使用Nexys2(120万门)开发板。在VGA接口显示器上绘制图形,分辨率1024x768,绘图部分基于硬件,有画点、画线、画矩形、字符功能。使用32位处理器产生使用应绘制的内容,使用PSRAM作为显示存储器。可以以很高的刷新率绘制各种图形,具有很高的应用价值。-The system built by the FPGA of Nexys2 (120 million gates) development board. VGA connector on the monitor
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:58361
    • 提供者:wen
  1. EastDraw

    0下载:
  2. 这个是整合的绘图系统,模仿autoCAD功能的程序,而且提供浮动的工具栏,对于画线,画矩形,画曲线,画常用的形状,都已经实现了,是学习vc++的好例子。-This is the integrated graphics system, mimic the the autoCAD function program, and the floating toolbar, draw lines, draw a rectangle, draw curve, draw commonly used shapes
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-16
    • 文件大小:4467171
    • 提供者:xuxing
  1. exdraw

    0下载:
  2. 普通的Breshenham算法画线很快,但并不是很精细.通常的整数画线因为只能在整数坐标上绘图,所以产生难看的锯齿. -Soon the ordinary Breshenham algorithm drawing a line, but not very fine. Usual integer drawing a line drawing only on integer coordinates, so ugly jagged. The ordinary Breshenham algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-15
    • 文件大小:3696734
    • 提供者:michael
  1. vcGraphic2

    0下载:
  2. VC绘图程序 画线,矩形,椭圆,三角形等-VC drawing program, draw a line, rectangle, ellipse, triangle, etc.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-25
    • 文件大小:31024
    • 提供者:朱婷
  1. MfcPaint9

    1下载:
  2. 一个简单的MFC绘图程序,可画线,圆,矩形,可移动,删除等,适合初学者学习-A simple MFC drawing program, draw lines, circles, rectangles, removable, delete, etc., suitable for beginners to learn
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-24
    • 文件大小:906172
    • 提供者:桥清
  1. DDA-line-and-midpoint-circle

    0下载:
  2. 包含了DDA方法画线及中点法画圆,在绘图区域任意指定圆心及半径即可实现画圆命令-DDA method of drawing a line and the midpoint method to draw a circle, circle command can be achieved in any specified center and radius of the drawing area
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:94381
    • 提供者:代艾波
  1. code1

    0下载:
  2. 51单片机驱动2.6寸彩屏绘图例程,画线绘图的详细例程,可直接移植使用-51 MCU-driven 2.6-inch color screen drawing routines, drawing a line drawing routines can be transplanted directly use
  3. 所属分类:SCM

    • 发布日期:2017-11-29
    • 文件大小:49997
    • 提供者:张文成
  1. DrawPractice

    0下载:
  2. MFC绘图设计,可以画线画圆画矩形多边形,设置文本等-MFC graphic design, you can draw lines circle draw a rectangle polygons, text and other settings
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-03
    • 文件大小:218188
    • 提供者:naa
  1. MyPaint_Final

    0下载:
  2. vc6.0开发的绘图程序,支持画线,颜色选择,图像翻转、反色、黑白,还可选择线程数,支持多线程处理,可用来学习简单的图像处理。-vc6.0 development drawing program, support for drawing lines, colors, image flip, anti-color, black and white, can also choose the number of threads, support for multi-threaded processin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-17
    • 文件大小:94389
    • 提供者:fuan
  1. 12864print

    0下载:
  2. 51单片机实现12864绘图(包括打点、画线、显示显示图像函数)-51 MCU 12,864 drawings (including RBI, drawing lines, Display image functions)
  3. 所属分类:SCM

    • 发布日期:2017-11-21
    • 文件大小:2065
    • 提供者:郑润东
  1. Draw

    0下载:
  2. 画图软件,包括了画线、画圆、画多边形等基本绘图功能。-Drawing software, including the painting line, circle, polygon drawing and other basic drawing functions.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-11
    • 文件大小:2162867
    • 提供者:李磊
  1. OpenGL-LINE

    0下载:
  2. 图形图像openGL编程,采用扫描线方法绘图,另外画线也是自己写的而不是系统程序-Graphics openGL programming, scanning method drawing, another line is also drawn to write their own programs rather than the system
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:20244
    • 提供者:汪程香
  1. cPP

    0下载:
  2. MFC界面,实现画线,画任意两点间线段,界面美观,可以做大多数MFC绘图程序的基本框架-MFC interface to achieve drawing lines, line segments, beautiful interface between any two paintings, you can do most of the basic framework of MFC drawing program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4297623
    • 提供者:周璋静
« 1 2 34 5 6 »
搜珍网 www.dssz.com