-
关于数控控制的非常完整的c++程序,包括了直线插补以及圆弧插补的程序...
关于数控控制的非常完整的c++程序,包括了直线插补以及圆弧插补的程序-CNC control on the very integrity of c++ Procedures, including linear interpolation and circular interpolation procedures
- 2022-03-24 14:00:51下载
- 积分:1
-
抽道程序,用于地球物理专业
这是一个抽道程序,用于时间抽道,把时间抽稀,在画图上可以较快的画出图像,并且合理的抽道可以保证图像并不失真。非常简单实用的一个程序,本人原创代码,希望大家喜欢。
- 2022-04-07 15:48:06下载
- 积分: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
-
pic508实现手机长按键开关机功能,其功耗小,引脚少等特点。
pic508实现手机长按键开关机功能,其功耗小,引脚少等特点。-pic508 realize long keyswitch phone capabilities, its power consumption in small, pin-less and so on.
- 2022-01-30 19:40:09下载
- 积分:1
-
WPF PDF 查看器
简介: 在这个项目中使用 Adobe PDF 阅读器 COM 组件并包装为 WPF 控件。背景: WPF / C# 有没有内置的控件/库来支持 PDF,这个项目演示了如何在 WPF 中轻松查看 PDF 文档。
- 2022-04-10 00:27:37下载
- 积分:1
-
palette procedures Visual basic procedures for the development of small, very si...
调色程序 Visual basic开发的小程序,功能很简单-palette procedures Visual basic procedures for the development of small, very simple function
- 2022-01-26 18:20:27下载
- 积分:1
-
handle the string category c
处理字符串的c++类-handle the string category c
- 2022-08-03 10:23:41下载
- 积分:1
-
电梯调度程序,以支持电梯和电梯的同步和…
电梯调度程序,支持电梯与电梯之间的同步与互斥-Elevator scheduler to support the elevator and the elevator synchronization and mutual exclusion between
- 2022-08-26 08:25:13下载
- 积分:1
-
移动固定资产管理
基于WINDOWS MOBILE平台
移动固定资产管理
基于WINDOWS MOBILE平台-Mobile fixed assets management platform based on WINDOWS MOBILE
- 2022-03-21 21:59:38下载
- 积分:1
-
这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。...
这个程序是把一个16进制的文件中的数据,转换为文本表现的方式,比如0x40--》0x40写到一个文件中。-this procedure is a band of 16 documents, the data conversion performance of the text, such as 0x40-- "0x40 wrote a document.
- 2022-07-22 17:42:37下载
- 积分:1