文件名称:UdpChat
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 6.78mb
- 下载次数:
- 0次
- 提 供 者:
- z***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于UDP(面向无连接)的socket编程
使用UDP协议编写聊天软件,使得客户端之间可以自由地进行键盘聊天。
程序的具体要求:
-Using the UDP protocol based on UDP (for connectionless) socket programming write chat software, making free keyboard chat client. The specific requirements of the program:
使用UDP协议编写聊天软件,使得客户端之间可以自由地进行键盘聊天。
程序的具体要求:
-Using the UDP protocol based on UDP (for connectionless) socket programming write chat software, making free keyboard chat client. The specific requirements of the program:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
UdpChat\UdpChatClient\project\Debug\font.obj
.......\.............\.......\.....\LoginDlg.obj
.......\.............\.......\.....\oleobject.obj
.......\.............\.......\.....\oleobjects.obj
.......\.............\.......\.....\picture.obj
.......\.............\.......\.....\richtext.obj
.......\.............\.......\.....\StdAfx.obj
.......\.............\.......\.....\UdpChatClient.exe
.......\.............\.......\.....\UdpChatClient.ilk
.......\.............\.......\.....\UdpChatClient.obj
.......\.............\.......\.....\UdpChatClient.pch
.......\.............\.......\.....\UdpChatClient.pdb
.......\.............\.......\.....\UdpChatClient.res
.......\.............\.......\.....\UdpChatClientDlg.obj
.......\.............\.......\.....\vc60.idb
.......\.............\.......\.....\vc60.pdb
.......\.............\.......\ReadMe.txt
.......\.............\.......\res\UdpChatClient.ico
.......\.............\.......\...\UdpChatClient.rc2
.......\.............\.......\resource.h
.......\.............\.......\StdAfx.cpp
.......\.............\.......\StdAfx.h
.......\.............\.......\UdpChatClient.aps
.......\.............\.......\UdpChatClient.clw
.......\.............\.......\UdpChatClient.cpp
.......\.............\.......\UdpChatClient.dsp
.......\.............\.......\UdpChatClient.dsw
.......\.............\.......\UdpChatClient.h
.......\.............\.......\UdpChatClient.ncb
.......\.............\.......\UdpChatClient.opt
.......\.............\.......\UdpChatClient.plg
.......\.............\.......\UdpChatClient.rc
.......\.............\.......\UdpChatClientDlg.cpp
.......\.............\.......\UdpChatClientDlg.h
.......\.......Server\project\Debug\StdAfx.obj
.......\.............\.......\.....\UdpChatServer.exe
.......\.............\.......\.....\UdpChatServer.ilk
.......\.............\.......\.....\UdpChatServer.obj
.......\.............\.......\.....\UdpChatServer.pch
.......\.............\.......\.....\UdpChatServer.pdb
.......\.............\.......\.....\UdpChatServer.res
.......\.............\.......\.....\UdpChatServerDlg.obj
.......\.............\.......\.....\vc60.idb
.......\.............\.......\.....\vc60.pdb
.......\.............\.......\ReadMe.txt
.......\.............\.......\res\Thumbs.db
.......\.............\.......\...\UdpChatServer.ico
.......\.............\.......\...\UdpChatServer.rc2
.......\.............\.......\resource.h
.......\.............\.......\StdAfx.cpp
.......\.............\.......\StdAfx.h
.......\.............\.......\UdpChatServer.aps
.......\.............\.......\UdpChatServer.clw
.......\.............\.......\UdpChatServer.cpp
.......\.............\.......\UdpChatServer.dsp
.......\.............\.......\UdpChatServer.dsw
.......\.............\.......\UdpChatServer.h
.......\.............\.......\UdpChatServer.ncb
.......\.............\.......\UdpChatServer.opt
.......\.............\.......\UdpChatServer.plg
.......\.............\.......\UdpChatServer.rc
.......\.............\.......\UdpChatServerDlg.cpp
.......\.............\.......\UdpChatServerDlg.h
.......\.......Client\project\Debug
.......\.............\.......\res
.......\.......Server\project\Debug
.......\.............\.......\res
.......\.......Client\project
.......\.............\source
.......\.......Server\project
.......\.............\source
.......\UdpChatClient
.......\UdpChatServer
UdpChat