-
CUM after the modified code from Tianjin Part 5
经更改后的CUM 代码 来自天津 第5部分-CUM after the modified code from Tianjin Part 5
- 2022-05-25 17:31:37下载
- 积分: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 programm to generate triangular for finite element method
a programm to generate triangular for finite element method
- 2023-02-22 08:25:03下载
- 积分:1
-
VB.NET program an example of start
一个有关VB.NET程序起动参数的例子.
例如:
运行:"abc.exe a" 启动为form1
:"abc.exe b" 启动form2-VB.NET program an example of start-up parameters. For example: running:
- 2022-02-02 12:58:13下载
- 积分:1
-
一个地形渲染的引擎,能够输入dem数据,生成3D地形
一个地形渲染的引擎,能够输入dem数据,生成3D地形-A terrain rendering engine, can be dem input data to generate 3D terrain
- 2022-03-21 05:04:51下载
- 积分:1
-
Win2K/NT/XP The presentation environment, RWIN, WIN Any, Ctrl Esc, Alt
Win2K/NT/XP环境下LWIN,RWIN,WIN+Any,Ctrl+Esc,Alt+Esc,Alt+TAB等键的禁用,vb6实现-Win2K/NT/XP The presentation environment, RWIN, WIN Any, Ctrl Esc, Alt-Esc, Alt TAB keys such as the disabled, to achieve VB6
- 2022-11-13 20:50:04下载
- 积分:1
-
实例04
实例04-定时发送消息-04-time messaging
- 2023-06-10 18:45:18下载
- 积分:1
-
记事本程序
记事本程序-Notepad program
- 2023-01-19 01:25:03下载
- 积分:1
-
C write characters whereabouts of a small program, which will let you understand...
C写的一个字符下落的小程序,可以让你了解C语言中的字符再指定位置显示字符-C write characters whereabouts of a small program, which will let you understand the C language of the characters in another designated location characters
- 2022-05-27 21:34:35下载
- 积分:1
-
Turbo c 2.0开发,可以对硬盘的主引导扇区的某些信息进行加密,从而对这个硬盘其到加密作用!!这样就不能进入系统了...
Turbo c 2.0开发,可以对硬盘的主引导扇区的某些信息进行加密,从而对这个硬盘其到加密作用!!这样就不能进入系统了-Turbo c 2.0, the drive can master boot some of the information encrypted on the hard drive so as to its encryption role! ! This can not enter the system
- 2022-03-19 15:10:27下载
- 积分:1