搜索资源列表
simple_graphic_program
- 简易绘图程序,能够实现改变线段的粗细和颜色,能够画直线和曲线,还实现了橡皮擦功能-simple drawing program, to achieve the change line thickness and color can draw a straight line and curve, also realized the eraser function
DirectJudge
- 地理信息系统中, 对线段,多边形等位置信息的分析, 主要方便了地理信息元素的比对-geographic information system, the line, polygon, etc. location information analysis, convenient for the main elements of the geographic information than right
MyLine
- java 线段类..判断线段相交
CSLineClip
- 用java写的cs线段裁剪,裁剪框格已经固定
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-util Java Image watermark add features, add image watermark and text watermark, you can set the watermark position, transparency, set
SA_TSP
- matlabf非常好基于Contourlet变换的水印算法.与小波变换不同的是Contourlet变换采用类似于线段(contoursegment的基得到一种多分辨、局部化、方向性的图像表示。水印信号通过基于内容的乘性方案加载到Contourlet 变换系数-matlabf very good Contourlet Transform-based watermarking algorithm. and wavelet transform is different Contourlet trans
Algorithm
- 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
Midpoint
- 可以实现在窗口实现两点连线,并且自己配制线段的颜色。-Implementation can be achieved at the window to connect two points, and their preparation of the color line.
controlline2W
- 使用java实现的可以任意添加和移动线段端点的小程序!-The use of java can be achieved and mobile segment endpoint to add a small program!
DDA
- 计算机图形学中直线段扫描画线算法的源代码-Computer graphics in a straight line segment Scan Line algorithm source code
2008010
- 编写一个线段类 MyLine,要求如下: 主要属性有: x ,y ;类型为Point (查看API) 编写构造方法,如 MyLine(Point p1 , Point p2) 编写5个成员方法。如: 检查线段是否位于第一象限check()… 求线段的长度 length() … 判断两条直线是否相交(另一线段作为参数)。 编写一点到该线段(或延长线)的距离 其他方法。 注:编写方法时,考虑利用Point类的方法 编写测试程序-Write a segment
hw2-project1
- 画图板程序,能够画出矩形、椭圆、线段等图形;还能进行换色、移动、撤销等功能-Drawing board procedures, be able to draw a rectangle, ellipse, line segments and other graphics also to change color, move, remove and other functions
JFrame
- 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
iEflow
- js写的在ie中画线,可以求得线段总长。-js written to draw lines in ie, you can obtain the line length.
MyLine
- 判断线段是否位于第一象限;计算线段长度;判断两条线段是否相交;计算点到线段(直线)的距离;用户交互给出线段和点的坐标-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
- 实现在页面中拖动鼠标画出矩形,矩形的对角线为点击并拖动鼠标形成的直线线段。-Page, drag the mouse to achieve the draw rectangle, rectangle diagonal click and drag the mouse to form a straight line segment.
algorithms-hw
- 算法上机作业 1城市轮廓线 3无向图双连通分支 4第一行为(n-1),n=2^k 第二行为第一个多项式系数序列 第三行为第二个多项式系数序列 系数序列的格式为:an,an-1,an-2 ,…, a1,a0 输出文件:result4.dat 格式为结果多项式的系数序列。 序列格式为:an,an-1,an-2 ,…, a1,a0(此n与输入中的n不同) 5第一行为线段数n 第二行起每一行x1 y1 x2 y2表示一条线段,端点为(x1,y1)和(x2,y2)
PathEffects
- 介绍了矩形窗口的二维线段裁剪算法,图形界面友好,程序简洁易懂-Introduced the two-dimensional rectangular window line clipping algorithm, graphical user-friendly, simple and easy to understand procedures
javautil
- util实现Java图片水印添加功能,有添加图片水印和文字水印,可以设置水印位置,透明度、设置对线段锯齿状边缘处理、水印图片的路径,水印一般格式是gif,png,这种图片可以设置透明度、水印旋转等,可以参考代码加以改进做成小工具。-Add picture watermark to achieve Java util function, add image watermark and text watermark, you can set the watermark position, tran
复数类和线段类
- 1.设计一个处理复数运算的类,该类中至少有两个成员方法:复数加法和复数减法运算。在上述类中添加两个静态方法:求一个复数的模和求一个复数的复角。 设计一个子类,该子类继承了上述的类,并且至少拥有自己的两个方法:复数乘法和复数除法。2.编写一个线段类 MyLine,要求如下:主要属性有: x ,y ;类型为Point (查看API)编写构造方法,如 MyLine(Point p1 , Point p2)编写5个成员方法。(1. design a class that handles compl