搜索资源列表
ex3_intersection
- 实现垂直水平线计算交点的算法,为乌迪曼波算法书上面的方法-To achieve vertical horizon algorithm for computing the intersection point for the book above乌迪曼波algorithm approach
Beeline
- //实现直线类,通过输入一次函数的参数(a,b,c)建模直线,并且对直线进行检查,如果输入的a和b都为零的话, //则需要重新输入,其他功能为:判断所输入的两条直线是否平行,如果平行则告知用户, //如果不平行则将这两条直线的交点输出来。(初学者仅供参考考) -Complete the class of the line in Java.
line
- //实现直线类,通过输入一次函数的参数(a,b,c)建模直线,并且对直线进行检查,如果输入的a和b都为零的话, //则需要重新输入,其他功能为:判断所输入的两条直线是否平行,如果平行则告知用户, //如果不平行则将这两条直线的交点输出来。(初学者仅供参考考) -Complete the class of the line in Java.
zhixian
- 判断两条直线是否平行,也可以判断是否相交,并可以求出交点。-To determine whether the two parallel straight lines, you can also determine whether the intersection, and can find the intersection.
Test2
- 用JAVA语言实现计算两条直线是否有交点.-Whether the intersection of two straight terms.
Suanfa_5
- java实现,空间任意直线交点数量,用Eclipse可以直接打开工程-java implementation, space intersection of any number of lines, can open the project with Eclipse
Intersection
- 找到水平线和竖直线的交点个数,文件输入水平线和竖直线的坐标-Find the intersection of horizontal and vertical lines the number of horizontal and vertical line file input coordinates
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)
MyLine
- 给定两直线,判断直线的状态,是否有交点,无需调试,简单易懂。(Given two straight lines to determine the state of the line, whether there is intersection, without debugging, easy to understand.The stable marriage problem based on matching algorithm, without debugging.)