-
一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术....
一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术.-A combination of mfc/winsock/multi-threading technology to achieve a chat program, and only chat, but for a wide range, mainly applicable to the tcp link, udp holes technology.
- 2022-05-31 10:13:19下载
- 积分: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
-
XNA编程:实现一个血槽的的显示。
2D编程的基础啊
XNA编程:实现一个血槽的的显示。
2D编程的基础啊-XNA programming
- 2023-02-01 00:05:04下载
- 积分:1
-
扫描局域网和主机
别人写的一个比较好的扫描局域网中主机的程式!能够得到局域网中存在的主机IP
- 2022-03-17 00:07:54下载
- 积分:1
-
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具...
列出vc的resource(资源文件)的对话框中的,控件的名字,项目管理时自己用的小工具-Vc list of the resource (resource file) of the dialog box, name the control, project management, when used in their own gadget
- 2022-02-03 05:22:47下载
- 积分:1
-
A pressure gauge procedures, in the dialog box enter the number above ruler can...
一个压力计程序,在对话框中输入数字,上面的尺子就可自动跑到对应的数字上-A pressure gauge procedures, in the dialog box enter the number above ruler can automatically go to the corresponding figures
- 2022-06-14 08:51:33下载
- 积分:1
-
报表演示示例源码
报表演示示例源码-statements demonstration examples FOSS
- 2022-08-06 11:40:27下载
- 积分:1
-
分离MIDI音轨各个音轨为单独的MIDI文件。
分离MIDI音轨各个音轨为单独的MIDI文件。-MIDI tracks separating different track as a separate MIDI files.
- 2022-02-03 01:46:07下载
- 积分:1
-
一个ACE写的服务器端,可以连接多个用户,并处理其请求
一个ACE写的服务器端,可以连接多个用户,并处理其请求-ACE to write a server-side, you can connect multiple users and to address their requests
- 2022-03-09 19:15:01下载
- 积分:1
-
对话框中加目录和文件选择
对话框中加目录和文件选择-dialog increase directories and files choice
- 2022-03-15 22:43:53下载
- 积分:1