-
遗传算法C++源码
遗传算法C++源码
遗传算法C++源码
遗传算法C++源码-Genetic Algorithms C++ source code C++ genetic algorithm genetic algorithm source code C++ source code
- 2023-07-17 10:10:05下载
- 积分:1
-
vc下xml文档的解析
vc下xml文档的解析-vc under xml document analysis
- 2022-07-20 19:56:27下载
- 积分: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
-
一个资源编辑器,可以编辑二进制的资源文件。
一个资源编辑器,可以编辑二进制的资源文件。-a resource editor, can edit binary resource files.
- 2022-07-22 01:59:15下载
- 积分:1
-
cab文件压缩、解压
cab文件压缩、解压 -Compression and UnCompresson of Cab file
- 2022-04-17 12:05:22下载
- 积分:1
-
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常...
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“C plus plus”,“CPP”或者“dev.cpp"。 它是一种使用非常广泛的计算机编程语言。-The word C++ programmers in China in the circle of time is usually done " C Gaga" and the West do programmers usually read " C plus plus" , " CPP" or " dev.cpp" . It is a very extensive use of computer programming languages.
- 2023-07-27 05:35:03下载
- 积分:1
-
一个扫描工具的源代码 非常好的工实用的工具
一个扫描工具的源代码 非常好的工实用的工具-A source code scanning tools work very good and practical tool
- 2022-02-11 16:50:42下载
- 积分:1
-
在vc++环境中使用opengl语言显示中文字体
在vc++环境中使用opengl语言显示中文字体-In vc++ environment using the opengl language display Chinese characters
- 2022-03-14 04:24:34下载
- 积分:1
-
lucence客户端调用服务端的webservice
lucence客户端调用服务端的webservice lucence,客户端演示
获取服务端数据库类型,并转换到客户端。供参考。-lucence client-side call services webservice lucence, client-side demo access database type, and converted to the client. For reference.
- 2022-04-27 22:32:42下载
- 积分:1
-
description about liquid crystal display module
description about liquid crystal display module
- 2022-03-23 06:36:26下载
- 积分:1