-
实现钟表的源代码
实现钟表的源代码-achieve watches source code
- 2022-01-28 10:45:29下载
- 积分:1
-
Platfrom: vc++.net 2003 Function: Hot key controls CD
环境:vc++.net2003 功能:快捷键控制光驱 作者:yxifu-Platfrom: vc++.net 2003 Function: Hot key controls CD-ROM
- 2023-03-01 23:20: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
-
HeadFirst设计模式源码
HeadFirstDesignPatterns_code
HeadFirst设计模式源码
HeadFirstDesignPatterns_code-HeadFirstDesignPatterns_code
HeadFirstDesignPatterns_code
- 2022-07-01 20:40:21下载
- 积分:1
-
这样的情况是很简单的,只是叫inet_addr,getrttandhopcount
此例非常简单,仅仅调用了inet_addr、GetRTTAndHopCount-such cases is very simple, just call the inet_addr, GetRTTAndHopCount
- 2022-02-05 05:55:51下载
- 积分:1
-
zieberbude POS for cyber cafe
zeiberbude是网吧的销售点系统。作为介绍,它是一个c++平台系统,可以在解压缩后使用。它有一个服务器和客户端,服务器是用户友好的,客户端可以在基于windows或linux的计算机上使用。这个系统已经在网吧中使用,它只需访问一个正在运行的网站http://www.zeibebu.de/
- 2022-05-16 04:25:00下载
- 积分:1
-
对多输入多输出系统和空
its about multi input multi output & alamouti system
- 2022-12-14 08:15:03下载
- 积分:1
-
用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等...
用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
- 2022-08-03 20:23:10下载
- 积分:1
-
delphi环境下对word和excel的操作
delphi环境下对word和excel的操作-environment right word and excel operation
- 2022-01-27 14:40:36下载
- 积分:1
-
ppc today plugin simple routine is just a simple example, for reference only
ppc 今日插件简单例程
只是一个简单的例子,仅供参考-ppc today plugin simple routine is just a simple example, for reference only
- 2022-03-21 20:41:35下载
- 积分:1