-
单片机可以实现的音乐播放 可以稍微改动 就可以获得好听的音乐哦...
单片机可以实现的音乐播放 可以稍微改动 就可以获得好听的音乐哦-Single-chip can be realized music player can be a little change can get good music Oh
- 2022-02-14 21:15:49下载
- 积分:1
-
this demonstration of how to use Delphi to develop a messaging function of the a...
本文演示了如何用delphi开发发短信的功能的应用软件。-this demonstration of how to use Delphi to develop a messaging function of the application software.
- 2022-02-28 14:12:48下载
- 积分:1
-
DirectDraw扩展的类
DirectDraw扩展类-DirectDraw extension of the class
- 2022-01-28 23:50:21下载
- 积分: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
-
Flow statistics, flow charts of industrial statistics, the difference between au...
流量统计,工业图表流量统计,自动规划区别-Flow statistics, flow charts of industrial statistics, the difference between automatic planning
- 2023-03-28 07:40:03下载
- 积分:1
-
Consonant characters to complete the source code (90KB), novice training.
汉字转声母完全源代码(90KB),新手训练的。-Consonant characters to complete the source code (90KB), novice training.
- 2022-02-22 02:15:35下载
- 积分:1
-
store managment
这个程序适用于商店管理
- 2022-05-08 01:36:59下载
- 积分:1
-
简单的socket编程,实现客户 与服务器文本的发送,客户端发送服务器接收...
简单的socket编程,实现客户 与服务器文本的发送,客户端发送服务器接收-Simple socket programming, the realization of the client and the server send the text, the client sent the server to receive
- 2022-04-18 21:19:20下载
- 积分:1
-
用VC++的分形序列固步自封,它旨在表明分形树…
用VC++编写的分形小成序,用以显示分形树及其风吹效果-with VC++ fractal sequence on its laurels, it purported to show that fractal tree and the wind effect
- 2022-03-11 22:00:44下载
- 积分:1
-
VS2005 is an integrated source of new features, including MemberShip, theme Them...
是一个集成了VS2005新功能的源码集,包括MemberShip、主题Theme、站点地图SiteMap、TreeView、母版页Master、页面缓存输出、本地化、WebParts、HealthMonitoring验证等非常实用的新功能
具有根据HealthMonitoring的设置,验证失败会发送信息到指定邮箱的功能
是学习及应用VS2005不可或缺的一个参照源码
-VS2005 is an integrated source of new features, including MemberShip, theme Theme, site map SiteMap, TreeView, master pages Master, page output caching, localization, WebParts, HealthMonitoring verification very useful new features with in accordance with HealthMonitoring settings, authentication failure will send a message to the specified mailbox function is to study and application of VS2005 indispensable a reference source
- 2023-06-04 03:25:03下载
- 积分:1