-
realtek562x系列驱动源码。wince,xscale平台。可轻松移植到其他arm平台下。...
realtek562x系列驱动源码。wince,xscale平台。可轻松移植到其他arm平台下。-realtek562x series driver source code. wince, xscale platform. Can be easily ported to other platforms under the arm.
- 2022-01-26 01:09:40下载
- 积分:1
-
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Q...
Matlab矢量量化图像压缩程序
矢量量化VQ,是一个常见的压缩技术。Linde, Buzo, and Gray 提出了基于
训练序列的Vector Quantization (VQ)算法。-Matlab vector quantization image compression procedures for vector quantization VQ, is a common compression technology. Linde, Buzo, and Gray proposed based on training sequence of Vector Quantization (VQ) algorithm.
- 2022-08-18 05:44:34下载
- 积分: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
-
C C++ Entry classic example of a good facie, the C C++ Of learning would be of c...
C C++入门的经典例子,好好看下,对C C++的学习会有很大帮助,-C C++ Entry classic example of a good facie, the C C++ Of learning would be of considerable help,
- 2022-07-21 13:12:06下载
- 积分:1
-
VBA中常用的编程语句,可供初学者学习、查询使用。
VBA中常用的编程语句,可供初学者学习、查询使用。-VBA programming language commonly used for beginners to learn to use inquiry.
- 2022-08-22 06:37:00下载
- 积分:1
-
不同进程之间通过sharememory共享内存方式交换数据
不同进程之间通过sharememory共享内存方式交换数据-different processes through shared memory sharememory exchange of data
- 2023-08-04 03:40:02下载
- 积分:1
-
它表现为TPTP即测试和性能工具平台
it is presentaion for TPTP i.e. test and performance tools platform
- 2022-07-18 11:40:37下载
- 积分:1
-
一个ADPCM解码的例子
一个ADPCM解码的例子-An example of ADPCM decoder
- 2022-03-10 06:01:04下载
- 积分:1
-
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序...
模拟银行提款机程序,用文件存储数据,实现存款、提款、转账等程序-ATMs simulation program, data file storage and achieve deposits, withdrawals, transfers and other procedures
- 2022-07-02 22:01:17下载
- 积分:1
-
Official document conversion system for the flat data and information transfer
公文转换系统 用于单位内的资料信息的传递-Official document conversion system for the flat data and information transfer
- 2022-11-16 01:05:03下载
- 积分:1