-
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。
现在,行编辑器具有如下编辑命令:
行插入: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
-
拉普拉斯变换是图像处理中常用的一些算法,该算法是用c语言实现的。...
拉普拉斯变换是图像处理中常用的一些算法,该算法是用c语言实现的。-Laplace transform is commonly used in image processing of some algorithm, which is the c language.
- 2022-02-05 15:44:22下载
- 积分:1
-
8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸...
8. 判断点是否在凸多边形内 9. 寻找点集的graham算法 10.寻找点集凸包的卷包裹法 11.判断线段是否在多边形内 12.求简单多边形的重心 13.求凸多边形的重心14.求肯定在给定多边形内的一个点15.求从多边形外一点出发到该多边形的切线16.判断多边形的核是否存在-8. In judging whether a convex polygon 9. Find points of graham algorithm 10. Find point set of convex hull volume parcels Act 11. Line judge whether the polygon 12. Seeking simple polygon focus 13. Convex Polygon focus 14. For sure in a given polygon within the a point 15. demand from outside the polygon to the starting point of the polygon Tangent 16. the nuclear polygon judgment whether there
- 2022-03-30 06:23:34下载
- 积分:1
-
(周长发)精通VisualC++图像处理编程的源代码,希望对大家有用...
(周长发)精通VisualC++图像处理编程的源代码,希望对大家有用-(Week long) proficient VisualC++ Image processing programming source code, in the hope that useful to everybody
- 2023-07-12 13:30:04下载
- 积分:1
-
用CPLD控制图像卡进行帧存逻辑的verilog程序,用Quartus II 5.0打开
用CPLD控制图像卡进行帧存逻辑的verilog程序,用Quartus II 5.0打开-with CPLD control image frame buffer cards logical verilog procedures, Quartus II 5.0 Open
- 2022-10-21 07:20:03下载
- 积分:1
-
simulink下封装的混合高斯的s
simulink下封装的混合高斯的s-funcion函数。用于模型模块的搭建。-simulink package under the Gaussian mixture of s-funcion function. The structures used to model the module.
- 2022-03-11 10:08:26下载
- 积分:1
-
Realize two examples of image fusion bcb4 source, suitable for image processing
实现两幅图象融合的例子bcb4源码,适合图像处理-Realize two examples of image fusion bcb4 source, suitable for image processing
- 2022-01-27 16:51:19下载
- 积分:1
-
This procedure is based on the total equation of forward intersection, applicabl...
此程序是基于共线方程的前方交会,适用于遥感,近景摄影测量,测绘类专业的多片前方交会处理,和网上流行的点系数法前方交会有所不同-This procedure is based on the total equation of forward intersection, applicable to remote sensing, close-range photogrammetry, Mapping Specialty front of the intersection of multi-chip processing, and online popular spots coefficient method is different from the front intersection
- 2022-07-10 04:39:09下载
- 积分:1
-
基于小波域的隐马尔可夫树模型的图像去噪方法的实现代码。
基于小波域的隐马尔可夫树模型的图像去噪方法的实现代码。-Based on the Wavelet Domain Hidden Markov Tree Model Image Denoising realize the code.
- 2022-04-06 20:11:12下载
- 积分:1
-
使用Gabor滤波器组对图像进行卷积运算
使用Gabor滤波器组对图像进行卷积运算-use Gabor filters the image deconvolution operator
- 2023-04-11 21:25:03下载
- 积分:1