-
用c++编写的一个文字识别程序,很有参考价值。
用c++编写的一个文字识别程序,很有参考价值。-Using c++ written in a text recognition program, great reference value.
- 2023-02-22 08:10:04下载
- 积分:1
-
椭圆程序,包括圆,直线的多种算法 以及各种曲线
椭圆程序,包括圆,直线的多种算法 以及各种曲线-oval procedures, including the yen, the multiple linear algorithms and the various curves
- 2022-03-10 14:58:03下载
- 积分:1
-
一个可以设置windows停止关机的程序,参考一下吧(并非修改注册表)...
一个可以设置windows停止关机的程序,参考一下吧(并非修改注册表)-windows can set a stop shutdown procedures, refer to it (not to amend the registry)
- 2022-09-17 18:20:03下载
- 积分:1
-
汽车遥控Rke问答. 汽车遥控Rke问答.
汽车遥控Rke问答. 汽车遥控Rke问答.-Q
- 2022-06-17 15:55:16下载
- 积分: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
-
中断方式实现串行接收发送数据,注释规范,不可多得啊
中断方式实现串行接收发送数据,注释规范,不可多得啊-Serial receive interrupt to send data, comments, norms, rare ah
- 2023-07-03 20:25:03下载
- 积分:1
-
对regindel DES算法
des algorithem of regindel
- 2022-09-30 04:05:03下载
- 积分:1
-
一个加壳工具的源码,是学习高级汇编技巧的了例子
一个加壳工具的源码,是学习高级汇编技巧的了例子-A source加壳tool is to learn advanced techniques to compile the examples
- 2022-03-23 18:54:49下载
- 积分:1
-
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2...
学生管理系统,开发环境Microsoft Visual Studio 2005、asp.net2.0、sql server2-Student management system, development environment Microsoft Visual Studio 2005, asp.net2.0, sql server2000
- 2022-02-11 23:01:54下载
- 积分:1
-
The case for OPC client programming
The case for OPC client programming
- 2022-04-09 19:10:18下载
- 积分:1