-
课程设计,用C++编写的目录管理程序,用来对我..
课程设计 一个用C编写得通讯录管理程序 用链接实现得 可以删除添加项目-curriculum design with a C prepared in directory management procedures used to link realize that they can add the item to delete
- 2023-02-07 08:15:03下载
- 积分:1
-
做一个真表的算法,数据结构中使用到的实验…
自己做的一个哈西表算法,在数据结构实验上能用到,哈西表是进行文件查找的一个非常常用的算法,很重要!-have done an Hasina table algorithm, the data structure used up to the experiment, Hasina Table file search is a very commonly used algorithm, it is very important!
- 2022-02-22 11:32:32下载
- 积分:1
-
a very simple seats, generator Rafah, the Rafah is very simple,
一个非常简单的座位号生成器拉,非常简单的拉,-a very simple seats, generator Rafah, the Rafah is very simple,
- 2022-04-02 01:00:17下载
- 积分:1
-
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。...
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。-A network interface to start the game, written by vc, which itself is written in the value category CBitmapDialog learning MFC programming interface studies and learning.
- 2022-08-24 00:01:40下载
- 积分:1
-
Some common examples of the binary code
一些常见的二进制编码举例,是常见的二进制位操作-Some common examples of the binary code
- 2022-05-30 10:39:37下载
- 积分: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
-
这个程序是创建XML文件
这个程序是创建XML文件-The program is the creation of XML documents
- 2022-02-25 23:18:51下载
- 积分:1
-
通过对大学入学考试制度的管理,课程…
java制作的高考管理系统,可以做课程设计用,对各类学校的成绩管理都具有代表性-produced by the management of the college entrance examination system, curriculum design can be used for the various achievements of the school management representative
- 2023-03-28 13:15:02下载
- 积分:1
-
eight digital vc the original document, with a manual only to the design of the...
八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教-eight digital vc the original document, with a manual only to the design of the algorithm, please coach
- 2022-03-23 18:56:31下载
- 积分:1
-
电子邮件客户端发送和接受
163的邮件服务器配置信息:
POP3接收邮件服务器:POP.163.COM SMTP发送邮件服务器:SMTP.163.COM
yahoo的邮件服务器配置信息
接收邮件服务器是pop.mail.yahoo.com.cn 发送邮件服务器是smtp.mail.yahoo.com
126的邮件服务器配置信息
接收邮件服务器是pop.126.com, 发送邮件服务器是smtp.126.com。
新浪网站的邮件服务器配置信息
接收邮件服务器是pop3.sina.com.cn, 发送邮件服务器是smtp.sina.com.cn。
vc6.0,可直接运行。
- 2022-01-24 14:00:46下载
- 积分:1