-
LBG Vector Quantizer Design Program
LBG Vector Quantizer Design Program
- 2022-01-25 23:08:11下载
- 积分:1
-
二维 cad GroundCAD
GroundCAD 0.2 版本:
支持的操作系统:
windows、 linux、 mac,Android,实际上,我们准备 0.2 版本的 windows。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-04-23 13:37:51下载
- 积分:1
-
Multi
多线程socket文件传输/支持断点续传/收发消息/点对多点-Multi-threaded socket file transfer/support HTTP/send and receive messages/to-multipoint
- 2022-11-16 23:00:03下载
- 积分:1
-
implementing laplacian
implementing laplacian
- 2022-02-07 00:44:40下载
- 积分:1
-
java increase in the brief video EJB do 11111111 Park
java的EJB简介加视频朴做-java increase in the brief video EJB do 11111111 Park
- 2022-03-04 02:04:50下载
- 积分:1
-
词法编译程序,不是太长
词法编译程序,不是太长-accidence compiler, not too long
- 2022-02-05 01:03:01下载
- 积分:1
-
注释宏
注释宏-Grace Notes
- 2022-03-10 02:52:03下载
- 积分:1
-
WTL的8.0版本,最新的,可用在VC和eVC上
WTL的8.0版本,最新的,可用在VC和eVC上-WTL version 8.0, the latest available on the VC and eVC
- 2022-07-11 05:03:06下载
- 积分:1
-
电骡的源码,
喜欢网络的朋友可以学习一下,
不要用于商业用途,否则后果自负...
电骡的源码,
喜欢网络的朋友可以学习一下,
不要用于商业用途,否则后果自负
-Mule power source, like a friend network can learn and not for commercial purposes, otherwise the consequences of self-
- 2022-08-09 22:04:09下载
- 积分: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