-
several image processing compressed, very helpful! ! As for the image processing...
数自图像处理的压缩包,很有帮助!!对于学图像处理的一定要下!-several image processing compressed, very helpful! ! As for the image processing to the next!
- 2023-03-27 16:25:04下载
- 积分:1
-
IBAN Calculator
只是我写的一个小程序,用来计算出国际银行账号和银行识别码。
- 2022-11-02 09:30:03下载
- 积分:1
-
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。...
windows ce 开发的入门教材,包括开发环境的图文配置,简单的控件使用,适合入门的开发者。-windows ce development of entry materials, including the development of graphic configured the environment, the use of simple controls suitable for portal developers.
- 2022-01-26 03:43:53下载
- 积分:1
-
该程序是个文字编辑器控件,可以和CEdit使用来过滤输入的文字。...
该程序是个文字编辑器控件,可以和CEdit使用来过滤输入的文字。-A edit box control that can mask/filt the input in CEdit.
- 2023-02-06 23:40:04下载
- 积分: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
-
classic VC data algorithm code several interesting algorithm, useful learning al...
VC经典数据算法代码
几个有意思的算法,初学算法有益,经典,经典-classic VC data algorithm code several interesting algorithm, useful learning algorithm, classic, classic
- 2022-12-30 12:45:08下载
- 积分:1
-
利用C++编写的种子填充算法
利用C++编写的种子填充算法-prepared seed filling algorithm
- 2022-01-22 03:15:58下载
- 积分:1
-
VC 操控 IE 的使用方式
VC 操控 IE 的使用方式-VC control the use IE
- 2022-11-24 05:40:03下载
- 积分:1
-
易语言写的留言工具,可以仿照做出登陆器。
易语言写的留言工具,可以仿照做出登陆器。-Easy language to write the message tool, you can follow to make landers.
- 2022-04-12 15:28:08下载
- 积分:1
-
获取CPU温度
获取CPU的温度,网上找的,获取CPU的温度有很多方法,包括WMI,winno等,不过有些需要传感器支持,有些需要驱动支持,大家一起交流。
- 2022-02-12 04:32:39下载
- 积分:1