-
这是一个完整的教务管理系统案例,能够满足日常的教务管理工作,也可以下载学习...
这是一个完整的教务管理系统案例,能够满足日常的教务管理工作,也可以下载学习-This is a complete management system for the teaching cases, to meet the academic management of the daily work, you can download to learn
- 2022-03-24 17:16:31下载
- 积分:1
-
Delphi 7组件与分布式应用开发
Delphi 7组件与分布式应用开发-Delphi components and Distributed Application Development
- 2022-05-19 13:55:44下载
- 积分:1
-
一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32...
一个checksum工具源代码 用于从命令行中生成和校验文件的checksum digest 支持MD5, MD2, MD4, SHA1 and CRC32-a checksum tool for source code generated from the command line and checking documents to support MD5 checksum data, MD2, MD4, SHA1 and CRC
- 2022-08-25 14:18:44下载
- 积分:1
-
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB....
把EXCEL格式的多个工作簿的数据转换为ACCESS格式下的表,程序调用读取数据的效率大大提高。在该目录下有点目录.XLS程序运行有自动生成点目录.MDB.-EXCEL format to multiple workbook ACCESS data into a table format, the program call to read data greatly improve the efficiency. A bit in the directory directory. XLS run directory are automatically generated points. MDB.
- 2022-09-09 08:30:02下载
- 积分:1
-
Using Kruskal method to generate the minimum spanning tree, using VC6.0 developm...
利用克鲁斯卡尔方法生成最小生成树,用VC6.0开发的-Using Kruskal method to generate the minimum spanning tree, using VC6.0 development
- 2023-04-24 15:30:03下载
- 积分:1
-
用c语言做的一道关于自动控制原理的练习题,仅供大家参考啦。~:)...
用c语言做的一道关于自动控制原理的练习题,仅供大家参考啦。~:)-used language on the control of a practice that the principle, only refer to it. ~ :)
- 2022-03-25 10:59:30下载
- 积分:1
-
计算机图形学的程序:Bresenham画线算法,Bresenham画圆铝…
计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
- 2022-05-31 20:37:41下载
- 积分: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
-
这是一个演示帧动画的例子。有一个小马在跑,适合初学者学习。...
这是一个演示帧动画的例子。有一个小马在跑,适合初学者学习。-Demo of frame animation, a small running horse. For beginner.
- 2022-07-22 10:08:25下载
- 积分:1
-
布鲁诺陈德良
Bruno Luong
All rights reserved
- 2022-04-07 00:18:54下载
- 积分:1