搜索资源列表

  1. tuxing

    0下载:
  2. 画直线,画圆,求两点之间的距离,同心圆动态效果,图形旋转操作-Drawing a straight line, circle, and the distance between two points, the dynamic effect of concentric circles, graphics rotation operation
  3. 所属分类:交通/航空行业

    • 发布日期:2024-04-29
    • 文件大小:29696
    • 提供者:KEVIN
  1. Draw

    0下载:
  2. 用JAVA编写的一个简单APPLET程序 实现画圆和画方两个简单功能 具体有读者查看 还是写给小菜鸟参考的 -JAVA prepared using a simple APPLET drawcircle and painting process to achieve two simple functions to specific readers read or written to a small rookie reference
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:汪鹏
  1. DrawCircle

    0下载:
  2. 自己用mfc写的画圆程序,在VC2005上编写。并有拖动的功能。可以选择圆的填充颜色。-Their use mfc drawcircle written procedures, prepared in VC2005. And drag functions. Can choose the color-filled circle.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:56320
    • 提供者:zhmaol
  1. MiniDrawPad

    0下载:
  2. 这是一个用JAVA编写的画板程序,可以画圆,长方形,直线等-This is a JAVA prepared using Sketchpad program, you can circle, rectangle, straight line, etc.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:shiwuyisheng
  1. drawCircle

    0下载:
  2. 计算机图形学 画圆算法 bresenham-Computer Graphics drawcircle Bresenham algorithm
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1895424
    • 提供者:sfdlkwqe
  1. draw

    0下载:
  2. mpl.add(new MenuItem("DDA画线")) mpl.add(new MenuItem("中点画线")) mpl.add(new MenuItem("Bresenham画线")) mpl.addActionListener(this) mp2=new Menu("画圆") mp.add(mp2) mp2.add(new MenuItem("公式法画圆"))
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:6144
    • 提供者:李默
  1. drawcircle

    0下载:
  2. if(e.getActionCommand()=="参数法画圆"){ p=11 } } //actionPerformed //实现接口WindowListener的所有方法,用于处理发生在窗口上的事件 public void windowClosing(WindowEvent e)-if (e.getActionCommand ()== drawci
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:李默
  1. project4

    0下载:
  2. 面向对象的设计思想,使用java的开发环境,实现的一个简单的画图软件,可以使用鼠标画圆,方块的图形,有界面-Object-oriented design idea, the use of java development environment, the realization of a simple drawing software, you can use the mouse drawcircle, box graphics, th
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:39936
    • 提供者:LIXIAOWEI
  1. MouseTest

    0下载:
  2. 点击画圆的程序,大家分享一下.java程序-err
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:陈兴
  1. luoqianyou

    0下载:
  2. 基于VC++6.0的简单画图程序,选择圆的半径、线形和线的颜色后,程序会根据所选要求画圆。-Based on VC++ 6.0 of a simple drawing program, select a radius of a circle, linear, and the color line, the procedure will be selected in accordance with the requirements dra
  3. 所属分类:对话框与窗口

    • 发布日期:2024-04-29
    • 文件大小:1976320
    • 提供者:
  1. ExmpComctl0

    0下载:
  2. 基于VC++6.0的普通画圆程序,适合初学者学习,可以选择所画圆的直径,线形以及线的颜色。-err
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-04-29
    • 文件大小:297984
    • 提供者:luoqianyou
  1. vc++Draw

    0下载:
  2. 在VC平台下实现的计算机图形学实验,功能包括画直线,画圆,填充,几何变换,曲线生成算法.-VC platform in computer graphics to achieve the experiment, features include painting a straight line, circle, filling, geometric transformations, curve generating algorithm.
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2050048
    • 提供者:彭明
  1. yuan

    0下载:
  2. 中点法画圆 -The midpoint of the midpoint of the Law Act drawcircle drawcircle
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:1942528
    • 提供者:杨俊
  1. Vcad

    0下载:
  2. 实现图形学中画直线,园和圆弧以及直线裁剪,区域填充等功能 1. 对于画直线,只需知道起点和终点即可。在工作区间中按下鼠标(即选择起点),拖动至另一处松开(终点),即得到直线。 2. 画圆需要圆心坐标、半径、及起始角和终止角,至于实验要求的画1/4圆弧,可设起始角=0,终止角=45,若要画整个圆弧起始角和终止角分别为0和360即可。 3. 椭圆需要的参数更多,有椭圆中心坐标、长轴、短轴、长轴和X轴正向夹角、及起始离心角和
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:5570560
    • 提供者:刘路
  1. HXHY

    0下载:
  2. vb计算机图形学 画直线与画圆 程序很简单 很简陋 仅供初学者参考
  3. 所属分类:图形图象

    • 发布日期:2024-04-29
    • 文件大小:2048
    • 提供者:dickdy
  1. Draw

    0下载:
  2. C#绘图程序,包括画线,画圆,方块,路径-C# Mapping procedures, including the painting line, circle, box, path
  3. 所属分类:C#编程

    • 发布日期:2024-04-29
    • 文件大小:90112
    • 提供者:zzx
  1. DrawCircleEllipse

    0下载:
  2. (计算机图形学)用Bresenham实现画圆的算法,用MidPoint实现画椭圆的算法-(Computer graphics) to realize drawcircle Bresenham
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-29
    • 文件大小:16384
    • 提供者:Zhong
  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 gener
  3. 所属分类:绘图程序

    • 发布日期:2024-04-29
    • 文件大小:2089984
    • 提供者:马卫龙
  1. draw_round-opengl

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

    • 发布日期:2024-04-29
    • 文件大小:275456
    • 提供者:程功
  1. zjxcircle

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

    • 发布日期:2024-04-29
    • 文件大小:1941504
    • 提供者:zuojuxian
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org