-
Asp Server网站服务器windows简易版
Asp Server网站服务器windows简易版下载下载就能用默认首页目录www
- 2022-10-29 04:50:03下载
- 积分:1
-
DirectX 源代码:DSMixerDemo
DirectX 源代码:DSMixerDemo-source code of DirectX:DSMixerDemo
- 2022-09-05 08:50:03下载
- 积分:1
-
使用的mydll合作
利用 任明汉大侠的mydll制作的VFP截图示例-use RMH S mydll
- 2022-09-03 07:15:02下载
- 积分:1
-
calculator for simple arithmetic Operational Availability switches can be object...
计算器进行加减乘除等简单运算交换机即可供货客观和可国际化国苦苦观看过-calculator for simple arithmetic Operational Availability switches can be objective and international countries too hard to watch
- 2023-08-28 23:50:04下载
- 积分: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
-
学生成绩管理系统,有源程序及实验总结,适合学生大作业
学生成绩管理系统,有源程序及实验总结,适合学生大作业-Student achievement management system, has summed up the source code and experiment is suitable for students operating
- 2023-02-07 21:15:03下载
- 积分:1
-
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像
图形化界面操作,读入BMP图像,进而转化成为JPEG格式的图像-Graphical interface operation, read BMP images, and then into a JPEG format image
- 2022-02-15 22:38:09下载
- 积分:1
-
磁卡机开发函数用于先达磁卡机
磁卡机开发函数用于先达磁卡机-card machine development function for the first of 1,500 machines
- 2022-06-17 05:00:56下载
- 积分:1
-
OMP平台下Siliconlabs的FM驱动
OMP平台下Siliconlabs的FM驱动-Siliconlabs FM driver at omp platform wince 6.0.
- 2022-02-20 09:31:34下载
- 积分:1
-
This is plugins for library bass on OS Windows.
This is plugins is decoders.
This is plugins for library bass on OS Windows.
This is plugins is decoders.
- 2022-09-16 19:45:03下载
- 积分:1