-
speex speech enhancement
speex语音增强
- 2022-01-22 07:54:13下载
- 积分:1
-
演示控制面版的应用程序
演示控制面版的应用程序-demo console applications
- 2022-07-22 23:16:17下载
- 积分:1
-
公开先进战争
应用背景二维moddable兵棋在“高级战争风格”(任天堂GBA &;DS)游戏。Lua脚本可以是。使用sfml2,升压和luabind(也许guichan)。关键技术战术策略游戏和动作脚本支持前:lua,sfml2,luabind,guichan ;
- 2022-03-12 09:05:53下载
- 积分:1
-
窗口编程1
windows 程序设计源码1-5-windows programming source 1-5
- 2022-09-28 21:55:05下载
- 积分:1
-
API库代码editbox
应用背景对编辑框API基础代码。如果你救了这个,你可以使用编辑框 ;与API ;只是复制和粘贴。关键技术使用C语言。使用API,不是MFC。你不用写代码,如果你下载了这个。使用editbox
- 2022-09-24 11:15:02下载
- 积分:1
-
EVEN法生成排列 源代码 Debug 东西都在
EVEN法生成排列 源代码 Debug 东西都在-EVEN Act Debug source code generated with everything in
- 2022-04-27 04:41:35下载
- 积分:1
-
FFT.DLL,快速傅立叶算法,使用于多种语言环境
FFT.DLL,快速傅立叶算法,使用于多种语言环境-FFT.DLL, Fast Fourier algorithm, for use in multi-lingual environment
- 2022-01-28 17:42:35下载
- 积分: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
-
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
- 2022-02-02 11:15:48下载
- 积分:1
-
这是一个地图浏览程序
放大缩小漫游,图层管理等功能
压缩包内还有数据...
这是一个地图浏览程序
放大缩小漫游,图层管理等功能
压缩包内还有数据-this is a viewing map application
- 2022-06-21 18:50:14下载
- 积分:1