-
编译原理源代码欢迎来
编译原理源代码欢迎来-principle source code compiler welcome to Kankan
- 2022-02-03 18:35:58下载
- 积分:1
-
one on the use of C realization of the machine's case. Discussion of the gen...
一个关于用 C++ 实现本机事件的问题。讨论了一般意义上的事件并示范了如何用接口为你的类定义事件处理器,事件的处理必须在客户机实现。-one on the use of C realization of the machine"s case. Discussion of the general sense of the incident and demonstrated how to use interface for your class definitions incident processor, the handling of the incident must achieve the client.
- 2022-11-10 02:15:03下载
- 积分:1
-
为了下载!还要先上传!没办法!弄个简单的计算器程序吧是用c#做的...
为了下载!还要先上传!没办法!弄个简单的计算器程序吧是用c#做的-to download! The more uploads! No way! Fritter simple calculator program it is doing c#
- 2022-02-03 00:54:58下载
- 积分:1
-
一个实现二进进制替换的小程序,是当时跟据项目需要做的一个小工具...
一个实现二进进制替换的小程序,是当时跟据项目需要做的一个小工具-achieve a 229 into two small replacement procedures, then According to the project need to do a small tool
- 2022-02-04 09:20:30下载
- 积分:1
-
Jigsaw puzzle source code
拼图游戏源码-标准的算法,对学习者很有用的-Jigsaw puzzle source code-standard algorithm
- 2022-02-13 04:03:41下载
- 积分:1
-
ASP.NET MVC 示例
vcxvcxvcxvcxvcxvcxvcxvcxv(英语) 说明: (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会为您获得更多积分) (英语) 说明: (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会为您获得更多积分) (英语) 说明: (提示: 至少 100 个字符。请尽你最大来描述您的项目中的详细信息。更好的内容将会为您获得更多积分)
- 2022-06-13 07:49:05下载
- 积分:1
-
MFC OpenCV运动目标跟踪
基于VS2010的MFC运动目标跟踪系统,OpenCV版本2.4.6,实现对视频的多目标跟踪
- 2022-08-07 03:07:02下载
- 积分:1
-
易语言网页应用例子,内含例子中用到的模板以及源代码和测试用的网页源代码...
易语言网页应用例子,内含例子中用到的模板以及源代码和测试用的网页源代码-Easy Language example web applications
- 2022-02-22 08:44:38下载
- 积分: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
-
MFC matching easy source. Oh well. Classic. Very helpful Oh
深入浅出MFC配套源码。很好哦。
很经典。很有帮助哦-MFC matching easy source. Oh well. Classic. Very helpful Oh
- 2022-02-24 19:10:15下载
- 积分:1