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

搜索资源列表

  1. jichengshili

    0下载:
  2. 用java实现继承实例,主要是坐标中点的实现还有测试用例-with java achieve inheritance example, the midpoint of the coordinates is also achieving Test
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1075
    • 提供者:杨海亮
  1. DrawPaintCode

    0下载:
  2. 代码实现了计算机图形学中画线算法(包括DDA,中点法,Bresenham)以及画圆算法(包括中点法,Bresenham)以及多边形的填充(包括边填充,种子填充,扫描填充)多边形的二维变换,多边形的裁减等功能.根据不同的控件进行选择,然后实现各算法.-code realized the computer graphics line drawing algorithm (including DDA, the midpoint method, Bresenham) and Circle algorit
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:229613
    • 提供者:刘晴
  1. MIDPOINT

    0下载:
  2. 通过中点判定算法,绘制指定端点的直线,用来测试tuborC的图形编程
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1675
    • 提供者:xu
  1. midpoint

    0下载:
  2. 本程序是利用中点画线法画圆程序,可以根据需求画出套圈的圆-This procedure is the use of stipple line method drawcircle procedures, can be painted in accordance with the needs of a round ferrule
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:12714
    • 提供者:肖旭
  1. CirclePaint

    0下载:
  2. 用java实现对圆算法的模拟,圆的实现可以有中点算法,bresemham算法。-Using java to achieve a round of the simulation algorithm, the realization of a round can be the midpoint algorithm, bresemham algorithm.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:1895
    • 提供者:欧阳美娇
  1. Midpoint

    0下载:
  2. 可以实现在窗口实现两点连线,并且自己配制线段的颜色。-Implementation can be achieved at the window to connect two points, and their preparation of the color line.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:25504
    • 提供者:林湘洪
  1. JAVABresenham

    0下载:
  2. 利用Java采用中点Brasenham算法同时绘制多个圆。-The use of Java at the same time using the midpoint algorithm for drawing a number of Brasenham round.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:25302
    • 提供者:李志军
  1. 10_02

    1下载:
  2. 这是一个java程序,使用了中点位移法自动生成分形山,在上面还提供了一些注释,可以作为课程设计的参考资料-This is a java program, using the midpoint displacement method automatically Katayama Health ingredients, in the above also provides a number of notes can serve as a reference for curriculum desig
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7047
    • 提供者:分形山
  1. MidpointLine

    0下载:
  2. 利用图形学中的中点划线算法原理,进行编写的中点画线算法,可实现中点画线的功能。-Using graphics, midpoint crossed algorithm theory, written in drawing line algorithm, which can realize the function of drawing lines in.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:913
    • 提供者:haoqiu
  1. Graphics

    1下载:
  2. 本程序用java实现中点画线、中点画圆、中点画椭圆以及多边形的扫描转换。-Implementation of this program by java dotted line, the midpoint circle, the dotted oval, and scan conversion of polygons.
  3. 所属分类:Java Develop

    • 发布日期:2015-11-08
    • 文件大小:77824
    • 提供者:王阳
  1. TuXingXue

    0下载:
  2. 计算机图形学课内实验 有画线(两种算法)、椭圆、中点圆-Computer graphics class lab A painting lines (two algorithms), oval, round the midpoint
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2638
    • 提供者:yujing
  1. CoordinatesTest

    0下载:
  2. 个人原创代码:编写Java Application程序,定义一个类Point,代表一个点,public属性有x和y,方法有显示点坐标show(),构造函数有两个参数分别给x,y赋值,在main方法中构造两个对象,再创建一方法(getMiddle)为取两个点构成线段的中点的坐标,参数为2个点对象,调用此方法后得到一个新的点,编写Application,显示该对象的坐标值。-Personal original code: using java application program, define
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:922
    • 提供者:李瑞
  1. test

    0下载:
  2. 布线问题:如图1所示,印刷电路板将布线区域划分成n*m个方格。精确的电路布线问题要求确定连接方格a的中点到b的中点的最短布线方案。在布线时,电路只能沿直线或直角布线,如图1所示。为了避免线路相交,已经布线的方格做了封锁标记(如图1中阴影部分),其他线路不允许穿过被封锁的方格。-The wiring problem: as shown in Figure 1, the printed circuit board wiring area is divided into n* m Box. Accur
  3. 所属分类:Applet

    • 发布日期:2017-11-21
    • 文件大小:394457
    • 提供者:袁杰杰
  1. Ellipse

    0下载:
  2. 使用java实现中点Bresenham画椭圆-Using java to achieve the midpoint of Bresenham painted oval
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:918
    • 提供者:5337934887
  1. ch0328

    0下载:
  2. 编写程序提示用户输入两个矩形中点坐标,然后判定两个矩形的位置关系(Determine the position relation of two rectangles by inputting midpoint coordinates of input rectangle)
  3. 所属分类:Jsp/Servlet

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:三一
搜珍网 www.dssz.com