-
c# 作的图片浏览器。你可以使用此软件浏览图片,非常方便
c# 作的图片浏览器。你可以使用此软件浏览图片,非常方便-for photo browser. You can use this software to view photos, a very convenient
- 2022-04-01 12:18:48下载
- 积分:1
-
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库...
基于贝叶斯技术的邮件过滤的编程实现,SQL Sever 2000中的邮件邮件数据库-E-mail based on Bayesian filtering technology, programming
- 2022-04-28 18:51:55下载
- 积分: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
-
通过计算文件的CRC32值,对指定目录的文件进行去重。(支持线程,右键菜单)...
通过计算文件的CRC32值,对指定目录的文件进行去重。(支持线程,右键菜单)-Document by calculating CRC32 value of the designated directory to re-file. (Support thread, right menu)
- 2022-07-24 17:09:32下载
- 积分:1
-
VSELP C++
矢量和激励线性 (预测) is a 语音编码方法在几种细胞标准中使用。VSELP 算法是一种分析所合成的编码技术和属于类的语音编码算法称为 CELP (码激励线性预测)
这变化
- 2022-05-08 23:31:23下载
- 积分:1
-
Find their own network programming is also about the source of the serial
自己找得网络编程的源程序 也是关于串口的-Find their own network programming is also about the source of the serial
- 2023-02-08 05:00:04下载
- 积分:1
-
string 类很强大得功能
string 类很强大得功能-a very powerful string-type functions
- 2022-03-24 11:15:50下载
- 积分:1
-
PXA27X_CAYMAN BSP from CAYMAN board
PXA27X_CAYMAN BSP from CAYMAN board
- 2022-03-02 00:08:01下载
- 积分:1
-
C++ Builder与Windows API经典范例
C++ Builder与Windows API经典范例-C Builder and Windows API classic model
- 2022-03-06 15:59:29下载
- 积分:1
-
importation of a string (length less than 80) Statistical their letters, numbers...
输入一个字符串(长度小于等于80)统计其字母,数字和其他字符的个数-importation of a string (length less than 80) Statistical their letters, numbers and other characters Number
- 2022-03-21 09:11:33下载
- 积分:1