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

搜索资源列表

  1. 2004063022304729479

    0下载:
  2. 基本画图程序 图形学-basic graphics drawing program
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:59798
    • 提供者:图形学
  1. 基本画图程序

    0下载:
  2. 一个画图的基本框架原代码,对图形学的初学者应该有一定的用处-a drawing of the basic framework of the original code, the right graphics beginners should have a certain usefulness
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:53182
    • 提供者:jemy
  1. 画图系统

    0下载:
  2. 我的程序是用C语言编的一个画图软件,满足以下几点: 用某种方法实现圆的生成算法。 实现橡皮筋直线、圆、矩形。 实现多边形裁剪。 实现基本几何变换(平移、旋转、缩放)。 实现Bezier曲线或B样条曲线。 最终呈现的结果是一个小型的交互式图形系统,用界面把所有功能串连起来。-the procedures I used the C language is part of a drawing software to meet the following points : the use of a ce
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:5316
    • 提供者:李玮玮
  1. 图形学画线画圆滑多边形的实现

    0下载:
  2. 图形学中的基本画图算法的实现,可能会有点小问题,请自己校正-graphics, the basic algorithm for drawing the realization may be some minor problems, its own calibration
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9987
    • 提供者:梁清
  1. mapinfo+vb

    1下载:
  2. 一个利用MapInfo和VB做的画图课程设计,功能覆盖基本画图操作,对与开发自己的作图程序很有借鉴。-a use MapInfo and VB do drawing curriculum design, functional coverage of basic drawing operations, and to develop its own very useful reference mapping procedures.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:222114
    • 提供者:反对撒
  1. OpenGL动态球体

    0下载:
  2. 利用OpenGL画的一个三维球体(有光照,可以调整球面数,可以调整球体半径,有旋转,有移动等基本操作,充分表现人机交互的效果。比较适合初学者。便于理解OpenGL画图的数学原理.-use OpenGL 3D painting of a ball (a light, adjust the number of spherical, the radius can be adjusted Ball, a rotating movement, such as basic operation fully d
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:364313
    • 提供者:谭刚
  1. cw_picture

    2下载:
  2. 用VB实现的图像处理程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)画图功能-VB image processing procedures, covering most of the basic image processing technology : (1) Image geometry transformation (image reversed, rotation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:361952
    • 提供者:宏伟
  1. jisuanji1tuxingxue1

    0下载:
  2. 这是我的计算机图形学课程设计,实现了简单的画图功能。用面向对象语言和面向对象程序设计方法完成一个画图应用系统的分析、设计和实施,实现对象的基本插入、删除、修改、查询 和对象的永久保存等功能。通过课程设计使学生掌握面向对象编程技术、语言的GUI编程、常用类库的使用、应用系统的开发过程和常用的画图算法,如画圆、画直线、画矩形、填充等。-This is my computer graphics curriculum design, realization of a simple drawing fun
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:656091
    • 提供者:刘昌劲
  1. ghdsde

    0下载:
  2. 一个简单的画图程序 能画基本的东西 ,并能加载或保存图片-a simple drawing program painter basic things, and can load or save photos
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:22763
    • 提供者:马军
  1. DOSpic

    0下载:
  2. DOS画图程序:实现最基本的画图功能.-DOS drawing program : to achieve the most basic drawing functions.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5509
    • 提供者:林树昭
  1. vc一个画图工具

    0下载:
  2. 类似于画图程序,是图形学各种基本图形的扫描算法的实现,对图形学的入门者大有用处-similar to the drawing process, the basic graphics graphics scanning algorithm implementation of the graphics it would be useful for beginners
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:56754
    • 提供者:李松
  1. 画图程序源代码

    1下载:
  2. 这是一个功能比较全面的画图程序,基本的功能都能找到相应的类,希望大家参考学习。-This is a function of a more comprehensive drawing program, the basic functions are available to the corresponding categories, we hope to learn reference.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:313205
    • 提供者:国华
  1. simpledrawingprogram

    0下载:
  2. 用VS2005编写的画图程序,实现了画圆,直线,三角形等基本图元,可设置线性,颜色等,可打开图片设置为背景图片,阴影的属性等-VS2005 drawing prepared by the procedures and achieve the Circle, a straight line, triangle and other basic elements can be set up linear, colors and so on, can open the picture settings
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-24
    • 文件大小:563828
    • 提供者:郝艳青
  1. BmpTest

    0下载:
  2. 简单画图板程序 实现windows画图板的部分简单功能 基本功能: (1)绘制直线、曲线; (2)绘制各种形状,比如矩形、椭圆形 (3)绘制各种实心形状,比如实心矩形、实心椭圆等 (4)添加文字 (5)设置不同的绘制颜色 (6)显示磁盘上已有的图片文件 (7)具备“橡皮擦”的功能,进行擦除 (8)填充功能 (9)画刷功能 (10)设置图形边框线宽 (11)不同功能实现鼠标的形状的变化 (12)工具栏图标选中与否的变化 (13)添加
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-17
    • 文件大小:148645
    • 提供者:李刚
  1. dmPaint

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:86598
    • 提供者:木鱼
  1. icon

    0下载:
  2. 计算机图形学的基本功能,实现画图和图形的移动-The basic function of computer graphics, drawing and graphics to achieve the movement of
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:62448
    • 提供者:nacrompol
  1. 5555

    0下载:
  2. 简单的画图程序 实现三角形 四边形 椭圆 圆 多边形 直线 登基本图形-Simple drawing program realization triangle quadrilateral elliptic round polygon linear terengganu basic graphic
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-03
    • 文件大小:419164
    • 提供者:zhangsan
  1. ZTGraduate

    0下载:
  2. Vc++ 画图 能够实现基本的绘图式能,运行通过 是初步学习MFC的好资料-Vc++ to achieve basic drawing drawing style can be run through an initial learning good information MFC
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-08
    • 文件大小:1926570
    • 提供者:window
  1. 计算机综合实训

    0下载:
  2. 本系统是基于vs2015环境编写的,根据大体功能,编写工作就是定好大框架,然后按照每个小功能独立编写调试。也就是一步一步写好每个消息响应函数。对于这个题目大致的认识是通过单文档界面的许多控件,实现设置图形绘制、读取保存图片、建立工具箱、图形区域复制、文字输入和橡皮擦的一系列功能。通过鼠标左键的按下抬起和鼠标的移动消息相应模仿windows 自带的画图功能的用户体验,并配合菜单栏进行功能选择,通过菜单栏实现可以存入位图文件的读取,从而实现的基本功能。(The system is based on
  3. 所属分类:绘图程序

    • 发布日期:2017-12-24
    • 文件大小:79244288
    • 提供者:terry_liu
  1. DrawingBoard-master

    0下载:
  2. 基于MFC框架的画图板应用,基本的画图,重绘等功能都实现。(The application of drawing board based on MFC framework, basic drawing, redrawing and other functions are realized.)
  3. 所属分类:绘图程序

    • 发布日期:2018-01-01
    • 文件大小:87040
    • 提供者:jiandanran
« 12 3 4 5 »
搜珍网 www.dssz.com