-
ZIgbee Controller
它是用来控制Zigbee控制器从两侧串行输入和输出! ;
- 2022-07-22 19:57:22下载
- 积分:1
-
Source code for DOS, developed with VC. Programer can learn many developed exper...
一个DOS操作系统的源代码,程序学习者可以从中间学习到许多操作系统的开发经验。使用VC进行开发-Source code for DOS, developed with VC. Programer can learn many developed experience in operating system from the code.
- 2022-11-18 12:15:03下载
- 积分:1
-
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发...
一个简单的发送短信的例子,发送对象为10086,免费,可以放心发-A simple example of sending messages, sending targeted at 10086, free, you can rest assured that hair
- 2022-11-22 00:25:02下载
- 积分:1
-
获得本地网卡信息
获得本地网卡信息-local LAN access to information
- 2022-02-15 01:54:24下载
- 积分:1
-
模拟微软自带的计算器,功能很强大,现在把我自己做的源码上传。敬请阅览...
模拟微软自带的计算器,功能很强大,现在把我自己做的源码上传。敬请阅览-Microsoft" s own simulation calculator, function is very powerful, and now to my own source code upload. Please read! ! ! ! !
- 2022-07-16 14:32:21下载
- 积分:1
-
As an industrial control software, an integral part of this software can be used...
为一个工业控制软件的一个组成部分,此软件可用于控制电镀生产线-As an industrial control software, an integral part of this software can be used to control the electroplating production line
- 2023-02-17 10:15:04下载
- 积分:1
-
输入2维数组,对其行列值和对角线求和并且将其按照大小顺序排列输出。杨辉三角、质因数个数等等。...
输入2维数组,对其行列值和对角线求和并且将其按照大小顺序排列输出。杨辉三角、质因数个数等等。-Enter the 2-dimensional array, its value and the diagonal sum of the ranks and their order in accordance with the size of the output.
- 2022-03-09 17:26:41下载
- 积分:1
-
Aplikasi Penjadwalan Belajar SMK Menggunakan 模糊的盲目搜索 VB6
Aplikasi Penjadwalan Belajar Untuk Jadwal Belajar Siswa SMK Metode 模糊的盲目搜索Menggunakan VB6
- 2022-06-26 11:43:53下载
- 积分: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
-
winCE+程序设计.rar 一本很老的书,不过不想了解他的可读读.
winCE+程序设计.rar 一本很老的书,不过不想了解他的可读读.-winCE+ programming. rar a very old book, but do not want to read to understand his.
- 2022-01-30 16:23:40下载
- 积分:1