-
这是一个用java写的一个聊天室不太好,但我们可以借鉴的参考。
这是一个用java写的一个聊天室,不是太好,但可以给朋友借鉴一下-This is a java written with a chat room is not too good, but we can draw on to a friend about
- 2022-02-21 17:40:42下载
- 积分:1
-
MFC对话框,应用
mfc对话框,重新招聘申请,发布
- 2022-05-18 20:42:47下载
- 积分:1
-
- 2022-01-22 06:42:08下载
- 积分:1
-
对KMP算法进行改进,有助于对算法的更进一步的了解
对KMP算法进行改进,有助于对算法的更进一步的了解-KMP algorithm for improved algorithm contribute to the further understanding
- 2023-03-26 21:30:04下载
- 积分:1
-
用UDP协议实现消息通讯有一个自己的类
用UDP协议实现消息通讯有一个自己的类-using UDP protocol messaging have their own category
- 2022-02-24 16:47:12下载
- 积分:1
-
本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。...
本程序用C++语言实现了HTTP协议的请求消息,包括GET,POST方法,在windows下编译通过,可以运行。-This procedure using C++ language implementation of the HTTP protocol" s request message, including GET, POST method, compiled through the windows, you can run.
- 2023-04-27 23:10: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
-
A mini
一个迷你型的桌面电子时钟,每次打开都会自动更换主题图片-A mini-desktop electronic clock will automatically change each time you open the theme picture
- 2022-05-18 14:08:39下载
- 积分:1
-
CListCtrl重绘
* 类名称:CMyListCtrl :public CListCtrl
* 类说明:CMyListCtrl类是继承自CListCtrl类,对CListCtrl类进行重绘和扩长新功能
* 功能:可以设置列表的行高大小
* 可以设置列表头的行高大小
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-01 16:55:03下载
- 积分:1
-
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。...
这是一本关于window编程的书籍,希望能够帮助更多的人得到进步与提升。-This is a book on the programming window, hoping to help more people to be progress and upgrade.
- 2023-02-21 17:50:04下载
- 积分:1