-
进程的创建与撤消程序
进程的创建与撤消程序-process and the creation of withdrawal procedures
- 2022-11-26 11:15:03下载
- 积分:1
-
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写...
本程序为航空系统陀螺测试仪的主程序,为航空发动机测试编写-This is the main program of the peg-top testing instrument used in aeronautic system, for the testing of aeronautic engines.
- 2022-03-29 02:21:10下载
- 积分:1
-
不错的C源码,是关于遥操作服务的,很不错的
不错的C源码,是关于遥操作服务的,很不错的-good C source code, the distance of operational services, and very good
- 2022-07-20 12:40:39下载
- 积分:1
-
类似Windows画图板的程序,有助于Windows程序设计新手入门。
类似Windows画图板的程序,有助于Windows程序设计新手入门。-Similar procedures for Windows drawing board, will help beginners learn Windows programming.
- 2022-03-10 13:01:18下载
- 积分: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
-
Examples of socket communication, the most easy
socket 通信实例,最让人易懂的教程。-Examples of socket communication, the most easy-to-understand tutorial.
- 2022-01-24 16:35:16下载
- 积分:1
-
包含运算符重载的几个算法。很不错哦!
包含运算符重载的几个算法。很不错哦!-contains Operator several algorithms. Very good!
- 2022-10-13 09:20:03下载
- 积分:1
-
用vc++mfc做的时钟
#include "stdafx.h"#include"windows.h"#include "clock.h"#include "clockDlg.h"#include"math.h"#ifdef _DEBUG#define new DEBUG_NEW#undef THIS_FILEstatic char THIS_FILE[] = __FILE__;#endif/////////////////////////////////////////////////////////////////////////////// CAboutDlg dialog used for App Aboutclass CAboutDlg : public CDialog{public: CAboutDlg();// Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL// Implementationprotected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP()
- 2022-08-21 22:08:38下载
- 积分:1
-
This the VB6 code for Car Message Display.
This the VB6 code for Car Message Display.-This is the VB6 code for Car Message Display.
- 2022-01-27 15:06:43下载
- 积分:1
-
eee ee sddd dd wdeee eee dseee eeee ewww wwww ewd ewww weee ee 3ewwwwwwwceeeee
eee ee sddd dd wdeee eee dseee eeee ewww wwww ewd ewww weee ee 3ewwwwwwwceeeee -eeeeeeee sdddddddd wdeeeeeeeee dseeeeeeeeee ewwwwwwwwww ewd ewwwwww weeeeeeee 3ewwwwwwwceeeee eeeeeeee
- 2022-05-14 03:26:19下载
- 积分:1