-
用VB实现在仿真器上的winCE,实现车载系统的页面设计和链接,尽量的减少占用的空间和内存。...
用VB实现在仿真器上的winCE,实现车载系统的页面设计和链接,尽量的减少占用的空间和内存。-Achieve the emulator using VB on the winCE, to achieve vehicle system, page design and links, as much as possible to reduce the space and memory.
- 2022-01-25 19:55:56下载
- 积分:1
-
自动抢答器
规格 要求 根据实际情况写出实际的符合情况的
自动抢答器
规格 要求 根据实际情况写出实际的符合情况的-Auto Answer device specifications to write according to the actual situation in line with the actual situation
- 2023-06-07 23:35:03下载
- 积分:1
-
I testing procedures, a little bit, please guidance
我的测试程序,有点问题,请大家指点-I testing procedures, a little bit, please guidance
- 2023-01-25 09:40:03下载
- 积分:1
-
用VB实现的internet连接向导
用VB实现的internet连接向导-VB internet Connection Wizard
- 2023-02-16 19:00:04下载
- 积分:1
-
收发电子邮件与监视网络服务器资源
收发电子邮件与监视网络服务器资源-e-mail server and network monitoring resources
- 2022-08-20 12:25:51下载
- 积分:1
-
读取DWG、DXF文件,并把DWG、DXF图显示到界面。
读取DWG、DXF文件,并把DWG、DXF图显示到界面。-Read DWG, DXF files, and to DWG, DXF diagram shows the interface.
- 2022-06-15 10:48:01下载
- 积分:1
-
一个很好的磁盘清理程序的源码
一个很好的磁盘清理程序的源码-a good disk clean-up procedures FOSS
- 2022-03-19 20:43:28下载
- 积分: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
-
在C++面向对象类样本矩阵
class matrix in C++ OOP sample
- 2022-06-01 03:03:42下载
- 积分:1
-
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具...
分析在同一目录下所收到的所有邮件的敏感信息的一个小工具-A small tool which can analyse impressible information of all the mails received from the same directory.
- 2022-05-30 07:43:21下载
- 积分:1