-
介绍驱动程序开发的PPT,看了就会有收获。
介绍驱动程序开发的PPT,看了就会有收获。-Driver Development introduced the PPT, will be read harvest.
- 2022-07-15 14:21:34下载
- 积分:1
-
操作系统课程设计,内存管理,银行家算法+快速文件管理系统
操作系统课程设计,内存管理,银行家算法+快速文件管理系统-os
- 2022-10-16 19:10:05下载
- 积分:1
-
WinCE下的TCP/IP客户端测试程序
WinCE下的TCP/IP客户端测试程序
- 2023-06-11 22: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
-
断链隐藏进程解决方案
采用E语言开发
断链隐藏进程解决方案
采用E语言开发-Chain used to hide the process of language development of E
- 2022-06-12 07:22:44下载
- 积分:1
-
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式...
matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
- 2022-04-18 16:38:13下载
- 积分:1
-
描述:完整的FTP程序源码,包括上传和downloadin…
简介: 完整的FTP程序源码,包括上传和下载功能,学习编写FTP程序的好例子。-description : complete source FTP procedures, including uploading and downloading functions, learning procedures for the preparation of FTP good example.
- 2022-05-07 06:43:26下载
- 积分:1
-
access简单应用 特别适合初学者 一看就会,很基础的
access简单应用 特别适合初学者 一看就会,很基础的-particularly suitable for simple applications access beginners will see, it is based on
- 2023-03-20 03:00:04下载
- 积分:1
-
VC++ to achieve a simple voice player can be used for reference for beginners to...
VC++实现的简单的语音播放器,可用于初学者学习参考-VC++ to achieve a simple voice player can be used for reference for beginners to learn
- 2022-04-13 00:49:07下载
- 积分:1
-
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。...
我编写的CMPP服务端代码,实现了协议的基本流程,在调试CMPP的时候很有用。-the CMPP server-side code implement the basic flow of the protocol.it is useful for debugging CMPP
- 2022-05-09 14:43:32下载
- 积分:1