-
This program has been written in .net platform on visual basic and it provides r...
This program has been written in .net platform on visual basic and it provides remote control.
- 2022-03-23 14:12:43下载
- 积分:1
-
三星arm平台cpu检查小程序,操作系统wince,evc编译。仅供参考。...
三星arm平台cpu检查小程序,操作系统wince,evc编译。仅供参考。-Samsung arm platform cpu inspection of small procedures, operating system, wince, evc compiler. Is for reference only.
- 2023-05-28 01:25:03下载
- 积分:1
-
这个程序是汽车制动台控制代码,用于汽车制动台.该代码经过实验验证....
这个程序是汽车制动台控制代码,用于汽车制动台.该代码经过实验验证.-This procedure is Taiwan s automobile brake control code for the automobile brake Taiwan. The code, after experimental verification.
- 2022-01-25 23:12:11下载
- 积分: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
-
呵呵,vb小程序,是个计算器
呵呵,vb小程序,是个计算器-Oh, vb small program is a calculator
- 2022-06-20 22:02:12下载
- 积分:1
-
这是一个delphi开发的播放器,本来想做一半PPLIVE房…
这是用delphi 开发的一个播放器,做了一半本来想实现像pplive那样的-This is a delphi development player, originally wanted to do half as pplive realize that
- 2022-03-14 16:53:34下载
- 积分:1
-
使用AutoCAD,从选定的折线返回的总长度。
Using AutoCad, returns the total length from the selected polylines.
- 2022-11-05 01:55:03下载
- 积分:1
-
MPU6050开发源码
MPU-60X0对陀螺仪和加速度计分别用了三个16位的ADC,将其测量的模拟量转化为可输出的数字量。为了精确跟踪快速和慢速的运动,传感器的测量范围都是用户可控的,陀螺仪可测范围为±250,±500,±1000,±2000°/秒(dps),加速度计可测范围为±2,±4,±8,±16g。此为arduino MPU6050开发源码。
- 2022-01-26 01:25:55下载
- 积分:1
-
VC++ to achieve Hotels management system, basic functions and expansion of compr...
VC++实现宾馆酒店管理系统,基本功能及扩展全面-VC++ to achieve Hotels management system, basic functions and expansion of comprehensive
- 2022-03-21 21:59:53下载
- 积分:1
-
MAC地址生成1234567,详细参考内说明文档。
MAC地址生成1234567,详细参考内说明文档。-MAC address generation 1234567, with detailed reference documentation.
- 2023-06-09 18:55:04下载
- 积分:1