-
一个很好的录音机程序,功能很强大,包括可以录制MP3和wav的功能...
一个很好的录音机程序,功能很强大,包括可以录制MP3和wav的功能-A good tape recorder procedures, functions very powerful, including MP3 and wav recording function
- 2022-05-24 06:51:32下载
- 积分:1
-
This is five chess source code
这是五子棋的C++源代码,大家可以下载下来学习一下-This is five chess source code
- 2022-01-26 03:16:14下载
- 积分:1
-
Through a color TV fault information sharing system, the failure of production e...
通过一个彩电故障信息共享系统,使生产工程部的故障处理工作系统化,规范化,自动化,从而达到提高故障排除效率,提高信息利用率的目的。-Through a color TV fault information sharing system, the failure of production engineering dealing with the work of systematization, standardization, automation, so as to achieve to improve troubleshooting efficiency and utilization of information purposes.
- 2022-11-02 18:45:03下载
- 积分: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
-
商品库存管理DELPHI源码,很好的界面以及精巧的实现。
商品库存管理DELPHI源码,很好的界面以及精巧的实现。-DELPHI source inventory management of goods, a good interface, and sophisticated implementation.
- 2022-08-11 02:12:36下载
- 积分:1
-
主机用串口,从机用普通的I/O口进行相互的通信
主机用串口,从机用普通的I/O口进行相互的通信-Host using the serial from the machine put it in general I/O port for communication with each other
- 2023-09-07 09:10:02下载
- 积分:1
-
云雕MP3播放器的源码.zip
云雕MP3播放器的源码.zip-cloud carved the MP3 source. Zip
- 2022-01-31 06:23:12下载
- 积分:1
-
酒店管理系统 .net开发 带源代码
更有大量源代码交流
酒店管理系统 .net开发 带源代码
更有大量源代码交流-hotel management system. Net source code developed with a lot more source code sharing
- 2022-03-20 07:53:11下载
- 积分:1
-
please use good! Forget the top
请好好的使用!别忘记顶-please use good! Forget the top
- 2023-08-16 00:05:03下载
- 积分:1
-
vb的课程设计,vb代码和html之间的转换
vb的课程设计,vb代码和html之间的转换-vb of curriculum design, vb code and html conversion between the
- 2022-01-25 17:39:32下载
- 积分:1