-
非常好的一本C++书籍!对于初学者很有帮助
非常好的一本C++书籍!对于初学者很有帮助-A very good C++ Programming Book for the new learners!
- 2022-01-28 08:31:56下载
- 积分:1
-
ExcelVBA编程入门范例。
ExcelVBA编程入门范例。
-Getting Started ExcelVBA programming paradigm.
- 2022-03-25 02:06:39下载
- 积分:1
-
用VC对面的编程与应用
用VC对面的编程与应用- And applies with the VC opposite programming
- 2022-02-15 05:53:02下载
- 积分: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
-
该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。...
该系统是专为法院档案管理而设计的,它包含了法院档案管理的许多方面。-The system is designed for court records management and design, it contains the court on many aspects of file management.
- 2023-07-21 02:40:04下载
- 积分:1
-
16进制activex控件串口助手,MFC,VS2010
16进制activex控件串口助手,采用activex控件,实现了16进制数据接收与发送,开发工具为vs2010,基于对话框
- 2022-02-02 14:16:32下载
- 积分:1
-
这是一个监控程序,可以运行其他小程序,这是描述的…
这是一个运行其他监控程序的小程序,对其进行了详细的描述,可以任意控制其他程序作为停止运行的工具
- 2022-04-01 23:21:23下载
- 积分:1
-
小朋友的研究报告源代码免费版
读书小报告 source code for freinds, 免费版本-small study report freinds source code for free version
- 2022-02-03 13:01:59下载
- 积分:1
-
我写的一个“生产者与消费者关系”的多线程序,构造了一个自引用的线性表...
我写的一个“生产者与消费者关系”的多线程序,构造了一个自引用的线性表-I write a "relationship between producers and consumers," the multi-lane procedures, construction of a quote from the linear scale
- 2022-02-28 13:06:43下载
- 积分:1
-
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用...
我的毕业设计经典的模拟1990坦克,代码全部自己写的,非常有参考价值,想学习做简单游戏的可以从这学起~~~鄙视抄袭。。。源代码仅仅做参考用-I graduated from the simulation of the classic 1990 design tanks, all of its own written code, very useful, want to learn the game can be so simple to learn from ~ ~ ~ despise plagiarism. . . Only a reference source by ~ ~ ~
- 2022-02-26 20:09:00下载
- 积分:1