-
五子轮流翻 由VB 做的
五子轮流翻 由VB 做的-five-fold rotation so VB
- 2022-03-29 12:50:23下载
- 积分:1
-
举例介绍如何动态生成windows窗体!
举例介绍如何动态生成windows窗体!-how to create windows dynamicly
- 2022-02-06 00:40:22下载
- 积分:1
-
home Keng Muhammad laid on SPI, while the guilty 93C46 EEPROM SPI lowest MCU 805...
穆罕默德家放在SPI上,而有罪的是93C46EEPROMSPI最低的单片机8051
- 2022-08-07 01:30:07下载
- 积分:1
-
此为用51单片机控制zlg7289芯片的按键和LED显示程序。
此为用51单片机控制zlg7289芯片的按键和LED显示程序。-to use this 51 zlg7289 chip microcontroller control buttons and LED display program.
- 2022-05-18 02:50:30下载
- 积分:1
-
winform program to achieve the operation of peeling the skin files and code proc...
winform程序实现换肤的操作及代码流程和皮肤文件-winform program to achieve the operation of peeling the skin files and code processes and
- 2022-01-25 18:03:41下载
- 积分:1
-
获得tcp连接的方式,值得参考,好好学习,天天向上,
获得tcp连接的方式,值得参考,好好学习,天天向上,-was tcp connections, is worth considering, study hard, make progress day by day, ha ha
- 2022-06-03 12:25:09下载
- 积分: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
-
实用通讯录管理 能够进行插入删除排序保存等功能
实用通讯录管理 能够进行插入删除排序保存等功能 -Address book management utility can be inserted to preserve features such as sorting delete
- 2023-05-19 08:55:03下载
- 积分:1
-
此程序是DOS下的用来枚举USB设备接口的一个小程序
此程序是DOS下的用来枚举USB设备接口的一个小程序-This procedure is used under DOS enumerate USB device interface, a small program
- 2022-01-27 21:31:13下载
- 积分:1
-
批量的将Excel文件转换为Access的软件,可参考代码自行根据实际需求进行功能调整...
批量的将Excel文件转换为Access的软件,可参考代码自行根据实际需求进行功能调整-Quantities will be Excel file conversion software for Access, refer to code their own functions according to actual demand to adjust
- 2022-11-02 17:15:03下载
- 积分:1