-
access application icons
获取应用程序图标-access application icons
- 2022-01-25 23:27:48下载
- 积分:1
-
6878棋牌源码3D游戏
本游戏适合架在网狐平台的运行,其中有动画效果,牌的算法,网络信息处理,供参考习学用,6878棋牌源码3D游戏
- 2023-08-10 02:00:05下载
- 积分:1
-
Ndis protocol driver to learn the good information. In the hope of the Internet...
学习ndis协议驱动的好资料。在网上找的希望有帮助-Ndis protocol driver to learn the good information. In the hope of the Internet is helpful
- 2022-01-26 19:41:02下载
- 积分: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
-
pcmtest pcm播放器
pcmtest能将原始PCM数据转成标准WAV文件的源码。
- 2023-03-22 12:15:03下载
- 积分:1
-
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码....
VB垂直工具栏控件,可以用它编写像Windows资源管理器左工具栏相同的样式,内附VB实例代码.-VB Controls the vertical toolbar, you can use it to prepare, like Windows Explorer toolbar left the same style, containing examples of VB code.
- 2022-07-04 12:48:27下载
- 积分:1
-
windows ce.net 矩阵键盘设计源码,直接编译即可,已在S3C2440平台编译通过...
windows ce.net 矩阵键盘设计源码,直接编译即可,已在S3C2440平台编译通过-windows ce.net source matrix keyboard design, you can direct the compiler has been compiled through S3C2440 platform
- 2022-03-18 16:55:20下载
- 积分:1
-
基于web的数据挖掘,获取信 XHTML 格式的源信息,将数据 从 HTML 转换成 XML...
基于web的数据挖掘,获取信 XHTML 格式的源信息,将数据 从 HTML 转换成 XML-Web-based data mining, to obtain a letter format XHTML source of information, data from XML into HTML
- 2022-11-24 04:25:03下载
- 积分:1
-
主是一个哈夫曼树生成过程的程序,采用Borland C++编写,界面友好,运行结果正确!...
主是一个哈夫曼树生成过程的程序,采用Borland C++编写,界面友好,运行结果正确!-Lord is a Huffman tree generation process procedures, the use of Borland C++ Prepared, friendly interface, the correct results!
- 2022-04-21 09:57:03下载
- 积分:1
-
人眼视觉元素的二维跟踪源代码
tracking eye in 2d with gaze elements of man eyes source code basic
- 2022-05-28 07:03:48下载
- 积分:1