-
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。
数据结构的一个程序,叫秦九韶算法。计算方法也应用到。-A program of data structure,which named QINGJIUSHAO arithmetic.It also includes caculating method.
- 2022-01-22 12:43:27下载
- 积分:1
-
WINCE界面,功能非常强大,可以作为读写器开发的界面,唯一的遗憾就是还没来得及贴图,但功能很完善!...
WINCE界面,功能非常强大,可以作为读写器开发的界面,唯一的遗憾就是还没来得及贴图,但功能很完善!-WINCE interface, very powerful, can be used as the development of reader interface, the only regret is not enough time mapping, but the function is perfect!
- 2022-02-06 18:35:52下载
- 积分:1
-
通过调用API函数控制鼠标,比如锁定鼠标、隐藏鼠标
通过调用API函数控制鼠标,比如锁定鼠标、隐藏鼠标-By calling the API function to control the mouse, for example, lock mouse, hide the mouse
- 2022-03-13 18:09:13下载
- 积分:1
-
最新的杀人游戏的源代码
来源于84源码下载站,请不要恶意传播,...
最新的杀人游戏的源代码
来源于84源码下载站,请不要恶意传播,-The latest killings came from the source code of the game Download the source station 84, please do not malicious dissemination,
- 2023-02-11 15:00:03下载
- 积分:1
-
由Tommi S.雅科拉主动学习
active learning by Tommi S. Jaakkola
MIT AI Lab
- 2023-04-12 03:50:04下载
- 积分:1
-
hergesrgkl bvsdbvksdfbv pdfbgtrntrntrn
hergesrgkl bvsdbvksdfbv pdfbgtrntrntrn
- 2022-03-29 15:57:51下载
- 积分:1
-
OPC客户端的示例
OPC Client Sample
Client tutorial should be usefull to check PLC and general devices that exposes data from OPC server interface.
- 2022-06-21 02:29:49下载
- 积分:1
-
GDI水波效果(DELPHI源码)
GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)
- 2022-07-25 01:37:57下载
- 积分: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
-
动态卷帘式窗体演示
动态卷帘式窗体演示-dynamic shutter-Form demo
- 2022-02-01 01:17:15下载
- 积分:1