-
wince 下的MID窗口演示程序,大家
wince 下的MID窗口演示程序,大家-Jack MID window under the demonstration program, we look at
- 2022-02-15 05:07:44下载
- 积分:1
-
SysinternalsSuite中的DiskMon逆向源代码
SysinternalsSuite中的DiskMon逆向源代码-SysinternalsSuite the DiskMon reverse source code
- 2022-05-07 12:45:17下载
- 积分:1
-
windows界面下的bmp图像24位转16位
windows界面下的bmp图像24位转16位-windows interface bmp image of 24 to 16
- 2023-03-01 11:30:04下载
- 积分: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
-
通过普通的电话上网
通过普通的电话上网-through the regular telephone line
- 2022-03-22 20:49:01下载
- 积分:1
-
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!...
数据结构的课程中的作业,利用串匹配来实现全文检索的。快点下载吧! 加油!-This the work of data structure,it can achieve the full text index using the string matching.Download it quickly, come on
- 2022-03-03 20:35:16下载
- 积分:1
-
MTConect SDK
MTConnect是由美国机械制造技术协会发起,联合美国通用电气等世界领先制造企业制定的开源、免费的机床通信标准,旨在提升来自不同制造商、软件商的制造装备、设备和软件应用之间的互操作性。
- 2022-08-09 13:00:21下载
- 积分:1
-
舍入误差与有效数C源代码
舍入误差与有效数C源代码-rounding error and the effective number of C source code
- 2023-05-01 04:15:02下载
- 积分:1
-
拖放文件,可将程序拖放到列表中,显示其绝对路径
拖放文件,可将程序拖放到列表中,显示其绝对路径-Drag and drop document can be drag and drop procedure to the list, indicating their absolute path
- 2023-07-23 10:40:03下载
- 积分:1
-
一个难得的餐桌管理程序
一个难得的餐桌管理程序-a rare table management procedures
- 2022-04-09 09:27:37下载
- 积分:1