-
可读入Visual C++工程,浏览编辑工程下的各文件,类似Visual C++的漂亮界面。...
可读入Visual C++工程,浏览编辑工程下的各文件,类似Visual C++的漂亮界面。-into readable Visual C, browsing and editing of the project, which is similar to Visual C beautiful interface.
- 2022-05-27 16:09:28下载
- 积分:1
-
VSELP C++
矢量和激励线性 (预测) is a 语音编码方法在几种细胞标准中使用。VSELP 算法是一种分析所合成的编码技术和属于类的语音编码算法称为 CELP (码激励线性预测)
这变化
- 2022-05-08 23:31:23下载
- 积分:1
-
Win2K/NT/XP The presentation environment, RWIN, WIN Any, Ctrl Esc, Alt
Win2K/NT/XP环境下LWIN,RWIN,WIN+Any,Ctrl+Esc,Alt+Esc,Alt+TAB等键的禁用,vb6实现-Win2K/NT/XP The presentation environment, RWIN, WIN Any, Ctrl Esc, Alt-Esc, Alt TAB keys such as the disabled, to achieve VB6
- 2022-11-13 20:50:04下载
- 积分:1
-
一个创建快捷菜单的类
一个创建快捷菜单的类-create an efficient menu of categories
- 2022-01-22 05:26:05下载
- 积分:1
-
reference source, study examples
参考源码,学习例子-reference source, study examples
- 2023-04-25 15:15:03下载
- 积分: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
-
Can be convenient to know the day of the date and time now. And has a stopwatch...
可以方便的知道当天的日期和现在的时间.并且有秒表的功能-Can be convenient to know the day of the date and time now. And has a stopwatch function
- 2022-04-21 14:17:39下载
- 积分:1
-
磁盘设备驱动样品
Disk Device Driver Smaple
- 2022-03-24 02:42:59下载
- 积分:1
-
1>Put Menu and ToolBar into Dialog
2>Show Tips for ToolBar when cursor
1>Put Menu and ToolBar into Dialog
2>Show Tips for ToolBar when cursor-1> Put Menu and ToolBar into Dialog2> Show Tips for ToolBar when cursor
- 2023-07-12 09:15:03下载
- 积分:1
-
Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。...
Windows实习报告模板与源码。实习目的:通过本次实习了解操作系统中的进程、线程的区别与联系;掌握多进程、多线程的编程方法;深入了解操作系统原理。-Windows internship with the report template source. Internship Objective : To understand this attachment process of the operating system, the differences and thread; Acquire process, multithreaded programming; Principle-depth understanding of the operating system.
- 2023-04-21 16:50:03下载
- 积分:1