搜索资源列表
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
HitTestLine
- 测试鼠标是否点击到直线上。仅仅是提供了一个函数,有需要的朋友只需要载入这个函数即可。 计算的方法是利用点到直线的距离公式。-Test whether the mouse click to the line. Merely provides a function, a friend in need this function only needs to load. Method of calculation is the use of point to line distance formul
p01
- 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式
distancebetweenonepointandline
- 用OpenGL绘制任一点点到任意直线的距离-Draw any straight line a little bit of distance to any
12
- 已知点 然后求点到直线的距离 有几个点的问题-Known points and then find the distance between point to a line there are several points of
DistancePointToLine
- 用C写的程序,求三维空间中点到直线距离。 用C写的程序,求三维空间中点到直线距离。-Program written in C, find the midpoint of the three-dimensional space to the straight line distance. Program written in C, find the midpoint of the three-dimensional space to the straight line distance.
Normal-Algorithm
- 在本文章里面,有各种举出算法的C语言实现 1、大数阶乘 2、大数乘法 3、任意进制转换 4、最大公约数 5、最小公倍数 6、快速傅里叶变换 7,字符串的替换,查找,截取 8、叉乘法求多边形的面积 9、快速,希尔,选择等各种排序 10、二叉树,链表,链栈 11、二分查找 12、求解线性方程组,也叫中国余数定理 13、求点到直线距离 14、Prim算法求最小生成器 15、判断点与直线的关系,俩条直线的关系 16、求排列组合数,俩矢量角度
LineChkPoint
- 点到直线的最短距离的判断 点(x0,y0) 到由两点组成的线段(x1,y1) ,( x2,y2 )(The point of judging the shortest distance from a point to a straight line (x0, Y0) is the line segment (x1, Y1) consisting of two points, (X2, Y2).)