-
vb 电脑自动世界标准时间同步,源码VB
vb 电脑自动世界标准时间同步,源码VB-vb computer world standard automatic time synchronization, VB source
- 2022-06-15 13:37:11下载
- 积分:1
-
列举系统中的所有字体(41KB)<END>
列举系统中的所有字体(41KB)-list of all system font (File) lt; ENDgt;
- 2022-10-17 01:15:06下载
- 积分:1
-
Visual C Multimedia Development Guide matching source. See said
Visual C++多媒体开发指南配套源码.看看在说了-Visual C Multimedia Development Guide matching source. See said
- 2022-02-15 16:51:01下载
- 积分:1
-
privatesubcombo30.zip视觉基本代码。非常好的代码
PrivateSubCombo30.zip visual basci code. very nice code-PrivateSubCombo30.zip visual basci code. very nice code...
- 2022-01-29 01:33:39下载
- 积分:1
-
语义web服务发现模型,在外国网站下的好东西啊
语义web服务发现模型,在外国网站下的好东西啊-Semantic web service discovery model, in a foreign country under the web things ah well
- 2022-03-19 22:03:24下载
- 积分:1
-
ro3n是一个简单的设计来解决数学方程的Qt应用程序
Ro3n is a simple Qt application designed to solve mathematical equations - linear as well as quadratic.-Ro3n is a simple Qt application designed to solve mathematical equations- linear as well as quadratic.
- 2022-07-04 21:33:43下载
- 积分:1
-
用C++Builder控制众为兴ADT8940 运动控制卡,里面做成了一个控制类...
用C++Builder控制众为兴ADT8940 运动控制卡,里面做成了一个控制类-With C++ Builder control the masses for the motion control card Hing ADT8940, which resulted in a control category
- 2022-10-19 04:05: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
-
vb.net 编写的计算机机房管理系统!!!
需要的赶紧下阿
vb.net 编写的计算机机房管理系统!!!
需要的赶紧下阿-vb.net prepared by the computer room management system. ! ! Under the hurried A
- 2022-02-01 16:37:09下载
- 积分:1
-
介绍了Java网络编程中很重要得一个方面――Tcp协议,其中的例子详细介绍了Tcp编程的过程...
介绍了Java网络编程中很重要得一个方面――Tcp协议,其中的例子详细介绍了Tcp编程的过程-introduced the Java programming network in a very important respect-- DEC agreement, an example of a remarkably detailed programming process
- 2022-04-23 19:58:55下载
- 积分:1