-
这是一本理论性较强的书。讨论的是数学分析中硬分析的不等式逼近方法,对科研人员有一定的意义...
这是一本理论性较强的书。讨论的是数学分析中硬分析的不等式逼近方法,对科研人员有一定的意义-This is a highly theoretical book. Mathematical analysis is discussed in the analysis of inequality in the hard-approximation method, the researchers have a certain significance
- 2022-09-24 09:45:03下载
- 积分:1
-
内存映射的例子delphi
内存映射的例子delphi-memory mapping example delphi
- 2023-06-17 04:25:03下载
- 积分:1
-
用Delphi编写的对任务栏进行编辑的小程序3
用Delphi编写的对任务栏进行编辑的小程序3-prepared by the task of editing the column for three small programs
- 2022-01-25 19:16:07下载
- 积分: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
-
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。...
智能电话系统的C语言代码,包括电子邮件功能模块,电话簿功能模块等多个模块。-smart phone system in C language code and functional modules including e-mail, telephone directories and other functional modules module.
- 2022-07-04 22:20:26下载
- 积分:1
-
One for the SMS text messaging function module dynamic libraries, mainly used in...
一个用于短信模块发送短信功能的动态库,主要用于电力系统!-One for the SMS text messaging function module dynamic libraries, mainly used in power system!
- 2022-10-26 19:45:03下载
- 积分:1
-
own collection on the javascript code, including tree menu effects, such as tab
自己收集的就javascript代码,包括树型菜单,特效,选项卡等-own collection on the javascript code, including tree menu effects, such as tab
- 2022-01-26 02:09:18下载
- 积分:1
-
60 GHz Channel Model
基于IEEE802.11ad标准的单载波60GHz通信系统的代码
- 2022-02-04 12:58:20下载
- 积分:1
-
netcf2.0开发,ImageButton.可以设定多种图片状态,显示方式等等。是PDA软件开发必备的控件...
netcf2.0开发,ImageButton.可以设定多种图片状态,显示方式等等。是PDA软件开发必备的控件-netcf2.0 development, ImageButton. can set a variety of picture status, display and so on. PDA software development is an essential control
- 2022-09-13 10:40:03下载
- 积分:1
-
实现托盘程序的例子
实现托盘程序的例子-achieve pallet procedures example
- 2022-08-26 00:42:31下载
- 积分:1