-
网络编程(实现客户端与服务器端通信)
此处以创建一个TCP协议的客户端和服务器端,TCP协议与UDP协议不同之处在于TCP建立连接时需要经过三次握手,因为TCP是可靠的协议,UDP可以不需要建立连接,直接向服务器发送消息,只要知道服务器端的ip地址和端口就可以了。
客户端需要先创建一个socket,在客户端需要知道服务器的ip地址和端口信息,将其添加到一个地址的结构体里去,然后就可以通过connect函数去连接服务器了。
服务器端也是要先创建一个socket,声明一个地址的 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-16 16:40:03下载
- 积分:1
-
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页...
演示了VC++中使用网页窗口美化程序,加载并显示内存中的内容到网页-VC++ to demonstrate the use of landscaping program page window, to load and display the contents of memory to the page
- 2022-05-19 04:36:47下载
- 积分:1
-
采用tcp方式,实现文字聊天的服务端,在vc环境下实现
采用tcp方式,实现文字聊天的服务端,在vc环境下实现
- 2023-01-28 01:35:04下载
- 积分:1
-
vc dialog sometimes unable to meet the demand. According to their need to create...
vc的对话框有时不能满足需求。根据自己的需要创建具有个性的对话框。-vc dialog sometimes unable to meet the demand. According to their need to create personalized dialog box.
- 2022-03-07 09:47:17下载
- 积分:1
-
This source as a start
此源码为一个淡入淡出的启动界面.与大家分享.-This source as a start-up interface fade. To share with you.
- 2023-08-17 00:10:03下载
- 积分:1
-
列表控件插入进度条
带进度条、带复选框、可编辑、可插入图标的列表控件
- 2022-04-09 07:08:55下载
- 积分:1
-
常用软件的about窗口范例
常用软件的about窗口范例-commonly used software paradigm about window
- 2022-12-12 20:30:02下载
- 积分:1
-
Non
非模式对话框,使用彩色进度条,修改别人的基础上生成-Non-modal dialog box, use the progress bar color, modify the basis of others to generate
- 2022-02-02 06:50:48下载
- 积分:1
-
Autoit Gui to be used for system administrators
Autoit Gui to be used for system administrators
- 2022-05-28 04:04:19下载
- 积分:1
-
ListCtrl控件实例源代码
可以编辑的ListCtrl控件实例源代码 ,界面友好。语言:VC++。有原始的clistctrl与自己编写可以编辑的editlistctrl进行对比。源代码注释比较详细。
- 2022-02-06 12:32:35下载
- 积分:1