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

搜索资源列表

  1. j_9171_flash

    0下载:
  2. 线段的随机运动源代码 线段的随机运动源代码 -segment of random movement of the source code segment random motion of the source code segment random motion of the source code segment random Win moving source code segment random source movement
  3. 所属分类:FlashMX源码

    • 发布日期:2008-10-13
    • 文件大小:5577
    • 提供者:李力
  1. simple_graphic_program

    0下载:
  2. 简易绘图程序,能够实现改变线段的粗细和颜色,能够画直线和曲线,还实现了橡皮擦功能-simple drawing program, to achieve the change line thickness and color can draw a straight line and curve, also realized the eraser function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2228
    • 提供者:double
  1. DirectJudge

    0下载:
  2. 地理信息系统中, 对线段,多边形等位置信息的分析, 主要方便了地理信息元素的比对-geographic information system, the line, polygon, etc. location information analysis, convenient for the main elements of the geographic information than right
  3. 所属分类:JSP源码/Java

    • 发布日期:2014-01-15
    • 文件大小:699
    • 提供者:kang
  1. mathformulae

    1下载:
  2. 第一章 有关数论的算法 1.1最大公约数与最小公倍数 1.2有关素数的算法 1.3方程ax+by=c的整数解及应用 1.4 求a^b mod n 第二章 高精度计算 2.1高精度加法 2.2高精度减法 2.3高精度乘法 2.4 高精度除法 练习 第三章 排列与组合 3.1加法原理与乘法原理 练习 3. 2 排列与组合的概念与计算公式 练习 3.3排列与组合的产生算法 练习 第四章 计算几何 4.1 基础知识 4.2
  3. 所属分类:WEB源码

    • 发布日期:2014-01-16
    • 文件大小:39079
    • 提供者:endure
  1. MyLine

    0下载:
  2. java 线段类..判断线段相交
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:4274
    • 提供者:武文哲
  1. CSLineClip

    0下载:
  2. 用java写的cs线段裁剪,裁剪框格已经固定
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1341
    • 提供者:夜未央
  1. xianduanshu

    0下载:
  2. 一篇论文,介绍了线段树的基本概念和应用
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:104901
    • 提供者:xp
  1. javautil

    0下载:
  2. util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-util Java Image watermark add features, add image watermark and text watermark, you can set the watermark position, transparency, set
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:3446
    • 提供者:方鸣
  1. SA_TSP

    0下载:
  2. matlabf非常好基于Contourlet变换的水印算法.与小波变换不同的是Contourlet变换采用类似于线段(contoursegment的基得到一种多分辨、局部化、方向性的图像表示。水印信号通过基于内容的乘性方案加载到Contourlet 变换系数-matlabf very good Contourlet Transform-based watermarking algorithm. and wavelet transform is different Contourlet trans
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:477948
    • 提供者:ddsdsds
  1. Algorithm

    0下载:
  2. java 实现的一些算法: 赛选法求素数,最短路径(dijkstra,floyd),线段树,LCD,LCM-java implementation of a number of algorithms: tournament selection method Primes, the shortest path (dijkstra, floyd), segment tree, LCD, LCM
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:21486
    • 提供者:daniel cao
  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. controlline2W

    0下载:
  2. 使用java实现的可以任意添加和移动线段端点的小程序!-The use of java can be achieved and mobile segment endpoint to add a small program!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:44801
    • 提供者:想恨菲
  1. DDA

    0下载:
  2. 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
  3. 所属分类:Applet

    • 发布日期:2017-03-27
    • 文件大小:1751
    • 提供者:Lee
  1. 2008010

    1下载:
  2. 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:2034
    • 提供者:tina
  1. hw2-project1

    0下载:
  2. 画图板程序,能够画出矩形、椭圆、线段等图形;还能进行换色、移动、撤销等功能-Drawing board procedures, be able to draw a rectangle, ellipse, line segments and other graphics also to change color, move, remove and other functions
  3. 所属分类:Applet

    • 发布日期:2017-03-28
    • 文件大小:69165
    • 提供者:weiyingya
  1. JFrame

    0下载:
  2. 1. 能在JFrame、JApplet、Canvas等对象上绘制圆、椭圆、矩形、线段等图形。 2. 能编写画圆、画矩形等应用程序。 -1. Can JFrame, JApplet, Canvas and other objects to draw circles, ellipses, rectangles, line segments and other graphics. 2. Can write draw a circle, draw rectangle, etc. applicat
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:2561
    • 提供者:jay
  1. iEflow

    0下载:
  2. js写的在ie中画线,可以求得线段总长。-js written to draw lines in ie, you can obtain the line length.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:957
    • 提供者:gaoyu
  1. MyLine

    0下载:
  2. 判断线段是否位于第一象限;计算线段长度;判断两条线段是否相交;计算点到线段(直线)的距离;用户交互给出线段和点的坐标-Determine whether the line in the first quadrant calculated length of the line to determine whether the intersection of two segments calculation points to the line (straight line) distance
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-03
    • 文件大小:1345
    • 提供者:xc
  1. 3

    0下载:
  2. 实现在页面中拖动鼠标画出矩形,矩形的对角线为点击并拖动鼠标形成的直线线段。-Page, drag the mouse to achieve the draw rectangle, rectangle diagonal click and drag the mouse to form a straight line segment.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:792
    • 提供者:ze
  1. 复数类和线段类

    0下载:
  2. 1.设计一个处理复数运算的类,该类中至少有两个成员方法:复数加法和复数减法运算。在上述类中添加两个静态方法:求一个复数的模和求一个复数的复角。 设计一个子类,该子类继承了上述的类,并且至少拥有自己的两个方法:复数乘法和复数除法。2.编写一个线段类 MyLine,要求如下:主要属性有: x ,y ;类型为Point (查看API)编写构造方法,如 MyLine(Point p1 , Point p2)编写5个成员方法。(1. design a class that handles compl
  3. 所属分类:Java编程

    • 发布日期:2018-01-09
    • 文件大小:10240
    • 提供者:Top无悔
« 12 »
搜珍网 www.dssz.com