-
由于线性神经元具自适应性,通过给出第一种信号,它能预测第二种信号...
由于线性神经元具自适应性,通过给出第一种信号,它能预测第二种信号-as neurons with linear adaptive, is the first signal, it forecast second signal
- 2023-02-24 19:40:04下载
- 积分:1
-
视频播放器
简单的视频播放器,实现基本的所有功能、可以快进快退截图
- 2022-11-27 00:00:10下载
- 积分:1
-
最小化窗口
Minimize window on C-- for windows.
- 2023-02-05 15: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
-
用EVC4.0开发的一个画图板程序,可以打开或存储为bmp格式的文件...
用EVC4.0开发的一个画图板程序,可以打开或存储为bmp格式的文件-EVC4.0 with a drawing board to develop procedures that will open or stored as bmp files
- 2022-01-31 09:42:40下载
- 积分:1
-
association of the temperature and pressure
基于MFC开发的温度和压强的关系曲线,曲线自动绘制,包含c++源码。-association of the temperature and pressure
- 2022-05-06 16:51:30下载
- 积分:1
-
实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式...
实现自动机,用于计算理论和编译原理的学习,关于上下文无关文法和正则表达式-automatic machine used in the calculation of compiler theory and principles of learning, on the context-free grammar, and is a regular expression
- 2022-04-25 11:03:10下载
- 积分:1
-
n皇后问题的求解,有具体的演示结果,并含有结果的个数
n皇后问题的求解,有具体的演示结果,并含有结果的个数-n queen problem solving, there are specific demonstration results, and contains the results of the number of
- 2022-01-24 13:49:59下载
- 积分:1
-
using public Decrypt and Encrypt message.
just basic introduction
how to de...
using public Decrypt and Encrypt message.
just basic introduction
how to dencrypt and decrypt.
- 2022-02-07 13:45:41下载
- 积分:1
-
此程序为硬件EDA编程,实现了十位的计数器功能,在平台中可以模块化应用...
此程序为硬件EDA编程,实现了十位的计数器功能,在平台中可以模块化应用-This procedure EDA hardware programming, implementation of the counter 10 functions in a modular application platform can be
- 2022-03-11 22:39:10下载
- 积分:1