-
最新的ocr接口
ocr接口可识别英文数字,可以方便的加入你的工程中
- 2022-03-04 22:46:26下载
- 积分:1
-
A*算法解决八数码软件
A*算法解决八数码软件-A* algorithm to solve eight digital software
- 2022-03-10 10:49:45下载
- 积分:1
-
GDI, MCI, Math, Registry, Windows info, Transparent, Path & Files Function 这些功能类...
GDI, MCI, Math, Registry, Windows info, Transparent, Path & Files Function 这些功能类库-GDI, MCI, Math, Registry, Windows info, Transparent, Path Files Function functional Class
- 2022-10-14 12:50:03下载
- 积分:1
-
一个个人开发的小程序,大家看看提出建议给予改进
一个个人开发的小程序,大家看看提出建议给予改进-personal development of a small program, we look at the recommendations given to improve
- 2023-02-08 20:10:03下载
- 积分: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
-
这是一些选项代码复制文件夹和子文件夹。
this is source copy folder and subfolder with some option.
- 2023-03-01 14:50:04下载
- 积分:1
-
一个特别实用的打印程序
一个特别实用的打印程序-a particularly useful Print
- 2023-04-23 10:00:03下载
- 积分:1
-
一个学习windows编程的助手,一定适全初学者
一个学习windows编程的助手,一定适全初学者-An assistant of studying windows programming. It is suitable for beginners.
- 2022-07-19 13:35:09下载
- 积分:1
-
fortran编写的相场法模拟剪切流的程序
fortran编写的相场法模拟剪切流的程序,由C-H方程来模拟了剪切流场中界面捕捉的过程,简单易学,非常适合初学者学习
- 2022-02-21 10:08:37下载
- 积分:1
-
how to configure dns virtual domain name system configuration and setup method b...
如何配置dns系统虚拟域名的配置和设置方法
书籍语言: 简体中文
书籍类型: 网页设计
授权方式: 免费软件
书籍大小: 381 KB
书籍等级:
整理时间: 2005-7-5 6:17:38
-how to configure dns virtual domain name system configuration and setup method books Language : English books types : Web Design license : free software books Size : 381 KB books Grade : collate Time : 6:17:38 2005-7-5
- 2022-02-25 06:33:13下载
- 积分:1