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

搜索资源列表

  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. 9999

    0下载:
  2. 汇编语言画圆,计算三角形水平边平方,●双字减法,入口参量:bx减数的低16位,cx减数的高16位,dx被减数高16位,ax被减数低16位-Assembly Language Circle, calculate the square side of the triangle level, ● double-word subtraction, import parameters: bx subtrahend the low 16, cx subtrahend high 16, dx minuend
  3. 所属分类:assembly language

    • 发布日期:2016-01-25
    • 文件大小:1784
    • 提供者:谢尚哲
  1. 像素操作

    0下载:
  2. 本程序是演示VC中的CDC类,测试画圆,矩形,区域,颜色,及对象素的操作.-demonstration of this program is the CDC VC category, testing Circle, rectangular, regional, color, and the operation of the pixel.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:47993
    • 提供者: 望超
  1. 3D下的计算机图形学的编程实践VC源码

    1下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:1560780
    • 提供者:李为民
  1. 3

    0下载:
  2. 实验要求: 1、分别用圆的参数生成法和Bresenham算法画圆 2、请调用画圆和画椭圆的函数画出右图 提示:openGL 里可通过glrotatef函数实现坐标系的旋转,如绕Z轴旋转45度(相当于XY平面内图形绕原点旋转45度)通过glrotatef(45,0,0,1)来实现。 -Experimental requirements: 1, respectively, the parameters used to generate a round and Bresenham algo
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:132093
    • 提供者:马卫龙
  1. draw_round-opengl

    0下载:
  2. 使用 VC++ 实现 opengl画圆,算法实现。-Use VC++ Achieve opengl drawcircle, algorithm.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:9145
    • 提供者:程功
  1. zjxcircle

    0下载:
  2. 图形学-画圆,vc源代码,运行成功,可使用!-Graphics- drawcircle, vc source code, to run successfully, you can use!
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:39855
    • 提供者:zuojuxian
  1. DRAWSHAPE

    0下载:
  2. 本程序是程序设计第五版课后习题,实现画圆,画直线,画矩形-This procedure is the fifth edition of the after-school exercise program design, implementation drawcircle, draw a straight line, draw rectangle
  3. 所属分类:Applet

    • 发布日期:2017-04-14
    • 文件大小:4214
    • 提供者:xuezhanfei
  1. polymorphism

    0下载:
  2. 用java画圆 用这个程序可以实现自动画图。-Using java drawcircle This procedure can be used for automatic drawing.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:4178
    • 提供者:杭利平
  1. PLine

    0下载:
  2. 画图算法,包括数值微分法、中点画圆法、Bresenham画线、画圆算法等-Drawing algorithms, including numerical differential method, the midpoint drawcircle, Bresenham line draw, drawcircle algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2393200
    • 提供者:刘丹
  1. draw_circularity_with_java

    0下载:
  2. 用java简单的画圆,对于初学者还是比较使用的。-for java practise
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:547
    • 提供者:Brian
  1. 6_5

    0下载:
  2. 一个鼠标程序,在按下ctrl键的同时按下鼠标左键,可画圆,按下shift键的同时按下左键,可画矩形.-Procedures for a mouse, press the ctrl key while pressing the left mouse button can be drawcircle, press the shift key while pressing the left, can be rectangular painting.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:1152141
    • 提供者:ydt
  1. createcircle

    0下载:
  2. 用matlab画圆- create circle
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2011
    • 提供者:尹高飞
  1. myproduction

    1下载:
  2. 计算机图形学的中点画圆法,Bresenham画圆,中点画椭圆及种子填充算法,用VC05实现,还有实验报告-The mid-point of computer graphics drawcircle, Bresenham Circle, Ellipse and seeds in stipple fill algorithm, the VC05 to achieve, there are experimental reports
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-25
    • 文件大小:8365546
    • 提供者:xgdlhdgj
  1. Draw

    0下载:
  2. 实现了基本的绘图功能。可以画圆,直线,椭圆-The realization of the basic drawing functions. Can drawcircle, linear, elliptical, etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1902709
    • 提供者:haha
  1. huayuan

    0下载:
  2. 该程序能够实现动态画圆,每隔一段时间画一个填充颜色的圆。-The program can dynamically draw a circle, from time to time to draw a fill color circle.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-07
    • 文件大小:1933756
    • 提供者:余华
  1. Circle

    0下载:
  2. java 中实现的下一个画圆的小程序,初学习2D的画图指南-java draw a circle including filling colors
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:1427
    • 提供者:skyfly180
  1. Line-circle

    1下载:
  2. C++实现计算机图形学算法,绘制线(数值微分法、中点画线法、Bresenham法),绘制圆(圆心半径画圆、中心点画圆算法)-C++ realization of computer graphics algorithms, rendering line (numerical differential method, the stipple method of lines, Bresenham method), draw the circle (center of a circle radius d
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:50020
    • 提供者:钟哲
  1. draw

    0下载:
  2. 画图的一个例子,VC++开发,有画线,画圆,改变改变颜色等功能。-draw
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-09
    • 文件大小:1253664
    • 提供者:yang jun
  1. paint

    0下载:
  2. java事件处理事例,输入圆心坐标,单击鼠标取得半径画圆-java event handling example, enter the center point coordinates, click the mouse to obtain a radius of Circle
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-11
    • 文件大小:909
    • 提供者:范头头
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com