-
创建一个不能调整大小的MDI窗口
创建一个不能调整大小的MDI窗口-create a unresizable mdi window
- 2022-08-26 07:16:29下载
- 积分:1
-
c++编写的矩阵求逆,数值分析作业 !!!!1
c++编写的矩阵求逆,数值分析作业 !!!!1-c++ written in matrix inversion
- 2022-01-26 03:46:12下载
- 积分:1
-
Outlook式样界面菜单和页面控制,非常有用,可以是尝试一下啊
Outlook式样界面菜单和页面控制,非常有用,可以是尝试一下啊-Outlook style interface menu and page control, very useful, it can be to try ah
- 2022-03-18 22:19:46下载
- 积分: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
-
c# written in a simulated Tetris source code, colored box, the logic correctly....
c#编写的一个模拟俄罗斯方块源代码,方块有颜色,逻辑正确。速度快。-c# written in a simulated Tetris source code, colored box, the logic correctly. Speed.
- 2022-11-10 01:25:03下载
- 积分:1
-
OPC客户端接口
opc client interface
- 2022-08-18 23:49:49下载
- 积分:1
-
用JAVA做的五子棋。非常经典。适合初学者参考!
用JAVA做的五子棋。非常经典。适合初学者参考!-This gobang game softwre is develped with JAVA, very classical, better for beginner.
- 2022-02-21 01:45:51下载
- 积分:1
-
本程序是一个模拟银行柜员机的程序。以链表来存储客户信息,因此可以动态地添加客户人数。程序实现了自动柜员机所需要的基本功能。...
本程序是一个模拟银行柜员机的程序。以链表来存储客户信息,因此可以动态地添加客户人数。程序实现了自动柜员机所需要的基本功能。-This procedure is a bank teller machine simulation procedures. To linked lists to store customer information, it can dynamically add a number of clients. Procedures for the realization of the automatic teller machines need basic features.
- 2022-06-12 18:03:59下载
- 积分:1
-
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题...
如题,计数型信号量用于任务间同步,二进制信号量适用于任务间同步,但是如果事件发生过快,可能导致数据丢失。但是使用计数型信号量就可以就决这个问题-Such as title, Counting Semaphore for inter-task synchronization, a binary semaphore for inter-task synchronization, but if the incident took place too quickly, may lead to data loss. However, the use of Counting semaphores can on this issue summary
- 2022-07-16 05:34:54下载
- 积分:1
-
Chinese characters feel Lattice production tools, high
汉字字摸点阵批量生产工具,大批量生成,简单易用-Chinese characters feel Lattice production tools, high-volume production, easy to use
- 2023-06-16 21:10:04下载
- 积分:1