-
线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6....
线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segment and a basic computing. Point and the line between the two. Seeking to point straight vertical line segment where the Pedal 3. Line points to the recent four points. Point to the straight line distance from the host 5. Set point to the recently broken away from six. To judge whether the circular polygon 7. for vector cosine angle 8. for the angle between the line 9. Line judge whether the intersection 10. Line judge whether the intersection but do not pay the endpoint Office 11. for the straight line segment where equation 12. for a linear slope 13. seeking straight tilt angle 14. Points on a linear symmetrical points 15. to judge whether the intersection of two straight and for 16 straight intersection. Line judge whether the intersectio
- 2022-11-26 21:00:03下载
- 积分:1
-
视频监控源码,希望做这方面工作的朋友喜欢
视频监控源码,希望做这方面工作的朋友喜欢-Video surveillance source, I hope to do work in this area prefer Friend
- 2023-03-27 02:00:03下载
- 积分:1
-
Mainly in the picture by adding different noise when the image recovery process.
主要在对图片加入不同噪声时进行图像复原程序。-Mainly in the picture by adding different noise when the image recovery process.
- 2022-01-30 18:11:08下载
- 积分:1
-
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。
现在,行编辑器具有如下编辑命令:
行插入:i #/串
在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。
文本替换:c 被替换串/替换串
将整个文本中全部[被替换串]替换为[替换串]。
行删除:d #
其中#为指定的行号
行合并:f #1/#2/#3...
将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。
输入:
这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如:
[Text]
1 222 33 44
2 333 45 d b g 3
3 444 56 333 54
[/Text]
c 333/zhang
d 1
-系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。
现在,行编辑器具有如下编辑命令:
行插入:i#/串
在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。
文本替换:c 被替换串/替换串
将整个文本中全部[被替换串]替换为[替换串]。
行删除:d#
其中#为指定的行号
行合并:f#1/#2/#3...
将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。
输入:
这段文本用[Text]......
- 2022-03-03 09:48:33下载
- 积分:1
-
基于Hough圆变换算法,在图像中寻找圆形
基于Hough圆变换算法,在图像中寻找圆形-Based on the circular Hough transform algorithm to find the image circle
- 2022-10-20 19:20:04下载
- 积分:1
-
The algorithm is based on “Segment
The algorithm is based on “Segment-Based Stereo Matching Using Belief Propogation and a Self-Adapting Dissimilarity Measure” by Klaus, Sormann, and Karner.
-The algorithm is based on
- 2022-01-26 00:30:56下载
- 积分:1
-
基于MATALAB 数字滤波器设计用巴特沃斯滤波器进行图像滤波
基于MATALAB 数字滤波器设计用巴特沃斯滤波器进行图像滤波-the auto design by matalab in this way
- 2022-07-08 23:45:39下载
- 积分:1
-
本程序是VC++数字图像实用工程案例精选一书的所有程序,很有参考价值。...
本程序是VC++数字图像实用工程案例精选一书的所有程序,很有参考价值。-This procedure is the VC++ Digital Image Featured practical case of a book works for all procedures, a good reference.
- 2022-01-26 06:39:59下载
- 积分:1
-
用FLASH制作的透明下雨效果,效果非常好
用FLASH制作的透明下雨效果,效果非常好-with rain produced by the transparent effect, the effect was very good!
- 2022-08-25 05:36:09下载
- 积分:1
-
一款很好用的矢量字库处理工具,基于C语言编程(freetype 2)
一款很好用的矢量字库处理工具,基于C语言编程(freetype 2)-a tool used to deal with words.
- 2022-02-20 00:13:33下载
- 积分:1