-
- 2022-05-20 17:25:12下载
- 积分:1
-
JAVA程序实现创建多媒体,实现播放器的简单功能.
JAVA程序实现创建多媒体,实现播放器的简单功能.-JAVA code which can create multimedia and realize the simple functions of media player.
- 2022-01-26 01:53:19下载
- 积分:1
-
NotePad 2 It s Good for Edit !
记事本2很适合编辑!
- 2022-08-18 08:58:33下载
- 积分: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
-
一个类似WORD的文档编辑器,VC++编程源码
一个类似WORD的文档编辑器,VC++编程源码-WORD document a similar editor, VC++ Programming source code
- 2023-06-17 22:00:04下载
- 积分:1
-
在 TextBox 中自动换行
在 TextBox 中自动换行-in TextBox auto line
- 2022-04-06 18:38:51下载
- 积分:1
-
merging sort
归并排序--c语言非第归-merging sort-- c-language section naturalization
- 2023-08-29 15:10:02下载
- 积分:1
-
VC可视化图象处理系统的设计与实现
VC可视化图象处理系统的设计与实现: DSDEMOW 数据结构 课件 数据结构 数据结构算法 课件 数据结构算法动态模拟辅助教学 detailed data on the structure of the tree and plans related knowledge, and through C language on the map of the trees and the species of operation, is learning C language and the good data good materials...
- 2022-06-20 10:00:18下载
- 积分:1
-
BMP查看器
bmp viewer
- 2022-03-21 17:37:10下载
- 积分:1
-
这是一个用C语言编写的应用型小游戏程序,主要在Dos环境下运行...
这是一个用C语言编写的应用型小游戏程序,主要在Dos环境下运行-This is a C language application procedures for small game, mainly in the Dos operating environment
- 2022-01-28 00:49:40下载
- 积分:1