搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
SchoolAssignment
- 通过给定交点坐标、曲线半斤和缓长,计算各曲线要素和主点里程。-Through a given intersection point coordinates, curve half a catty, slow long, computing elements and the main point of the curve mileage.
LineJd
- 求两条直线段的交点坐标的算法说明,是网上资料的经典积累-Seeking two coordinates of line segment intersection algorithm descr iption
tsu
- 求主副测线交点差,自动判断测线相交与否,可用于物探工程-Lord Deputy measuring line intersection difference
8_73
- 输入两条直线信息(斜率和截距),用C++ 编成求出两条直线的交点-Enter two lines of information (slope and intercept), compiled with C++ calculate the intersection of two lines
Test2
- 程序实现划线功能,可以保存、重绘;然后判断所画直线间的几何关系:相交、重合、相离,相交的直线交点以绿点显示,重合部分以红色高亮显示-Program realization crossed feature, you can save, redraw then determine the geometrical relationship between painted lines: intersect, overlap, with leave, a straight line intersecti
cos
- 求解一条直线和一个余弦的第一个交点,返回值为交点的横坐标-A straight line and a cosine to solve the first point of intersection, the return value is the intersection of the abscissa
line
- 要判断直线AB与直线CD是否有交点,若有求出-To determine whether the line AB and line CD intersect, if obtained
youyuan
- 设计一个直线类Line,其中包含3个数据成员,用于描述直线方程的3个系数,并声明一个友元函数,用于计算两条直线的交点,和显示函数,编程测试。 提示:两条直线:a1x+b1y+c1=0和a2x+b2y+c2=0的交点坐标为: (b1c2-b2c1)/(a1b2-a2b1),(c1a2-c2a1)/(a1b2-a2b1) 为显示交点,还要设计一个描述点的类。 -you yuan han shu yu youyuan lei
Get_The_Intersection_of_Two_Lines
- 实现求任意两条直线的交点,并可以实时绘制出两条直线,采用两点确定一条直线的方式来实现。-Seeking to achieve any of the intersection of two lines and two lines drawn in real time, using two points determine a straight line approach to implementation.
to-find-the-cross-point
- 求一个经过两点的直线与指定圆心半径的圆的交点-a programe to find a cross dot of a line and a round if it exist.
Satellite-orbit-simulation
- 卫星轨道模拟,参数有轨道倾角、升交点赤经、近地点幅角等。-Satellite orbit simulation
GetJDLineToPlineExt
- 线段与多段线的交点,不能满足指定的相交次数时,按 最后一次 交点返回,若无交点,则与最后一点的水平线相交-Get thi itersection point of Line to Mpline
JiaoDian
- vc++求两直线的交点,两直线的端点位置标点已知,编译能通过,运行状态良好-Seek the intersection two line segment
ac-ac
- 交交变频仿真 380v 余弦交点法 三相零式电路-Cycloconverter 380V
the-point-of-straight-line
- matlab求交点,包括直线与直线的交点,直线与曲线的交点,曲线与曲线的交点-Matlab intersection point, including the intersection of straight line and line, intersection of straight line and curve, and the curve of intersection curve
yuanhexiangduandejiaodian
- 根据输入的线段端点坐标和圆心的坐标半径 求线段与圆的交点-Find the intersection of line and circle line endpoint coordinates based on the input of the coordinates of the center and the radius
xianduanjiaodian
- 在C++上实现输入2条线段交点坐标 判断有无交点并求出交点坐标 希望对大家学习有帮助 共同进步-In C++ input on the realization of the intersection of two lines and find the coordinates of the intersection to determine whether the intersection coordinates hope to help them to learn the common prog
cadzbbzcj
- zbbz坐标插件是一款比较好用的坐标编辑软件,可以在绘制CAD图纸的时候控制线段的比例,设置线段在中线的位置,建立交点、中点等参数,让设计人员可以更好定位零件位置以及曲面布局;现在CAD绘图的功能越来越强大,拥有的扩展功能越来越多,很多调整图纸以及插入标注的内容都是通过第三方工具实现的,例如这款cad坐标标注工具,他具有更简单的绘图布线能力,具有更好的零件定位设计能力,可以让用户编辑CAD线以及序号的时候更简单!(CAD coordinates annotation)
CAD交点插入块
- 1.添加插件到CAD内部:输入程序加载命令“AP”,找到插件“交点插入块T1.lsp”点击加载; 使用插件 2.插入工具:输入插件启动命令“T1”,然后选择所有对象(自动计算交点),确定后选择要插入的“图块”,确定完成操作;