-
Carry out each important function of chain table ,including the function of dele...
实现链表的各个重要功能包括删除、插入、和初始化等功能。-Carry out each important function of chain table ,including the function of deleteing,inserting and initialization.
- 2023-01-17 18:45:03下载
- 积分:1
-
工作日志安排情况
工作日志安排情况-diary arrangements
- 2022-02-01 08:24:26下载
- 积分:1
-
windows控制台下的俄罗斯方块
一款调用windows api编写的控制台下的俄罗斯方块,所以游戏功能均已实现,操作流畅
- 2023-05-14 10:30:04下载
- 积分:1
-
Nmodbus4
非常好的源码是一个C#实现Modbus协议。提供与Modbus从兼容的设备和应用程序。支持串行ASCII,串行RTU,TCP和UDP协议。对于工控以及上位机的编写,非常有意义。
- 2022-06-20 06:32:45下载
- 积分:1
-
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,...
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,-labsql several other modules, so that the whole, Yang Gill has edited the book, CD-ROM with all the procedures,
- 2022-06-02 06:13:42下载
- 积分:1
-
正向最大切分法源码
正向最大切分法源码-being the largest source splitting law
- 2022-01-27 12:07:01下载
- 积分:1
-
查看系统进程(不是我编的)
查看系统进程(不是我编的)-View systematic process (not my series)
- 2022-08-07 18:56: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
-
自己写的电子琴的程序,可以借鉴一下!
希望指点一写!共同进步!...
自己写的电子琴的程序,可以借鉴一下!
希望指点一写!共同进步!-Their own written procedures for organ, can learn from you! Hope pointing to write one! Common progress!
- 2022-02-07 04:58:21下载
- 积分:1
-
Achieved through java on the date to determine a small program for the U.S. to s...
通过java实现的对日期进行判断的小程序,供大家学习和参考-Achieved through java on the date to determine a small program for the U.S. to study and reference
- 2022-01-28 00:41:14下载
- 积分:1