-
Windows下的录音及声音分析,展示Windows下录音设备及声音文件的读写操作...
Windows下的录音及声音分析,展示Windows下录音设备及声音文件的读写操作-Windows recording and voice analysis, display of Windows and sound recording equipment and write documents
- 2023-08-18 22:45:03下载
- 积分:1
-
一个逆波兰式的生成程序
一个逆波兰式的生成程序-an inverse Polish generation procedures
- 2022-03-26 07:13:23下载
- 积分:1
-
让桌面下满樱花
用VB语言开发的一个桌面小程序,运行后可以看到桌面下满樱花的效果,可以从压缩包解压后,在路径bin/Release/樱花.exe直接运行,也可以用Visual Studio 2010 以上的软件版本打开
- 2023-08-17 14:50:04下载
- 积分:1
-
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之...
4×4的小键盘扫描程序
希望能看到更好的扫描算法
大家共学习之-4 × 4 small keyboard scanner would like to see a better scan algorithm
- 2022-05-30 00:57:53下载
- 积分:1
-
An article on 2
An article on 2-D Polygon Clipping with the source code-An article on 2-D Polygon with the Clipping source code
- 2022-01-25 16:42:34下载
- 积分:1
-
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍...
此pdf主要介绍关于c++的相关知识,针对c++中的一些疑难方便进行介绍-Pdf of this introduction on the main c++ Of related knowledge, for c++ Some problems facilitate the introduction
- 2022-03-17 22:52:27下载
- 积分:1
-
一个功能强大的颜色拾取器,磁盘可以显示其他颜色,并与变异…
一个功能强大的颜色拾取器,能在一个圆盘上显示各种颜色,并得到各个分量的值。-a powerful color picking device, a disk can show other colors, and with the various components of value.
- 2023-05-24 22:40: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
-
dynamic modification of the source ip address
动态修改ip地址的源码-dynamic modification of the source ip address
- 2022-02-16 04:04:03下载
- 积分:1
-
matlab 实现HOG算法
MATLAB 实现 Hog 特征 提取算法 , 有详细注释,非常详细,希望能帮到 你,赶紧来下载吧
- 2022-08-25 00:32:12下载
- 积分:1