-
a VC ftp
一个VC实现的ftp-a VC ftp
- 2022-07-06 16:33:02下载
- 积分:1
-
blue引擎源码,2006年版的,下载后重新编译,可以使用
blue引擎源码,2006年版的,下载后重新编译,可以使用-blue engine source code
- 2022-06-01 00:12:43下载
- 积分:1
-
Simple simple player, source code can be added, transplant into a rich multi
简单的simple player,源码可添加,移植成丰富的多功能player-Simple simple player, source code can be added, transplant into a rich multi-player
- 2023-06-23 11:15:03下载
- 积分:1
-
塔河内问题,一个经典的数学问题,如果人们做,当第…
汉诺塔问题,古典的一个数学问题,如果人来做,当盘子达到十几个,人力就难及了。-Towers of Hanoi problem, a classical mathematical problem, if people do, when the plate reached a dozen, and the manpower it will be difficult.
- 2022-01-24 09:39:36下载
- 积分:1
-
视觉基本的关闭实例
A shut down example in visual basic
- 2022-05-23 18:42:40下载
- 积分: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
-
Meissen魔方还原之路(容易学会的)
Meissen魔方还原之路(容易学会的)-Meissen Cube to restore the road (easy to learn to)
- 2022-12-14 02:05:05下载
- 积分:1
-
直方图的图像增强…处理图像
Enhance histogram of imageries... to deal of imageries-Enhance histogram of imageries... to deal of imageries..
- 2022-07-03 15:56:17下载
- 积分:1
-
鼠标取词.rar
鼠标取词.rar-word from the mouse. Rar
- 2022-01-24 14:01:34下载
- 积分:1
-
基于零树小波的图像压缩算法,针对零树小波有效的提供了演示和支持...
基于零树小波的图像压缩算法,针对零树小波有效的提供了演示和支持-Zerotree wavelet-based image compression algorithms, wavelet against Zerotree provide effective support for the demonstration and
- 2022-03-03 01:48:04下载
- 积分:1