-
matlab 代码
对图像去噪使用统计筛选器的代码。请尽你所能描述您的项目中的详细信息。更好的内容将会为您获得更多积分)
- 2022-07-22 09:37:30下载
- 积分:1
-
如何使用DocX 库在 .DOCX 文件中替换一列单词
翻译 maninwest@Codeforge 作者:B. Clay Shannon@Codeproject使用 DocX 库替换 .docx 文件中的字任务我想替换英式英语的拼写为美式口语。例如, 替换 "colour" 为 "color", "centre" 为 "center", "plough" 为"plow", 等。我可以使用查找>替换来一个一个地替换,但是很麻烦。所以,我找到一个库 。为了使用这个 docx库,只需从 这里 下载(docx.dll)。在你的项目中添加到它的引用,然后添加此 using子句:using Novacode;
首先需要加载具有”错误"拼写的文档:string filename = string.Empty;
DialogResult result = openFileDialog1.ShowDialog();
if (result == DialogResult.OK)
{
filename = openFileDialog1.FileName;
}
else
{
MessageBox.Show("No file selected - hasta la vista and Ciao, baby!");
return;
}
using (DocX document = DocX.Load(filename))
{
document.ReplaceText("travelled", "traveled");
document.Save();
}
我们当然想以此完成所有词汇替换。首先,我们需要有一列单词,这样编码: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-25 21:24:19下载
- 积分:1
-
顺序后退法地震属性优选
地震属性分析中,地震属性数目多达100多种;而过多的地震属性往往影响模型的稳定性,一般来所6个属性一下较为合适,并且地震属性往往没有明确的地质意义,因此计算它们的统计关系意义分成重要。
- 2022-11-06 08:10:03下载
- 积分:1
-
一个关于时钟界面源代码
一个关于时钟界面源代码-an interface on the clock source code
- 2022-05-26 21:34:12下载
- 积分:1
-
wince和PC端的ZIP压缩文件的压缩和解压缩源码…
Wince及PC端Zip压缩文件的压缩与解压源码-Wince and the PC side of Zip compressed file compression and decompression source
- 2022-03-19 13:42:30下载
- 积分:1
-
指纹识别程序,对原始文档是参考的…
指纹识别的程序,原文件是参考别人的,做了一点点修改,版权归原作者,仅供大家参考-fingerprint identification procedures, the original document is the reference to people, doing a little bit of a change Lastings original author. we only reference
- 2022-09-03 05:15:03下载
- 积分:1
-
这是关于计算机的简介,适合所有初学者。这是非常好的…
This about computers brief and is it suitable for all beginners. It is very good.-This is about computers brief and is it suitable for all beginners. It is very good.
- 2023-07-21 06:20:03下载
- 积分:1
-
实现神经网络的bp识别手写数字。改程序师用MATLAB实现的,里面代码可以直接用...
实现神经网络的bp识别手写数字。改程序师用MATLAB实现的,里面代码可以直接用-Bp neural network to achieve handwritten numeral recognition. Reform program to achieve the division to use MATLAB, which code can be directly used
- 2022-09-04 20:25:03下载
- 积分:1
-
二分法求方程的根,非常好的算法,自己编写的
二分法求方程的根,非常好的算法,自己编写的-Equation for the root of the dichotomy, very good algorithm, I have written
- 2022-05-20 18:52:25下载
- 积分:1
-
timer code in vhdl
计时器的vhdl码
-timer code in vhdl
- 2022-06-18 08:32:30下载
- 积分:1