搜索资源列表
pccode_2006910125951577
- NetTalk是一个适用于局域网和因特网的可视电话软件 一.开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二.支持环境 Windows98/ME/2000/XP 三.所涉及协议和标准 网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准 四.性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000
一个简单的网络小软件
- 本程序是用winsock API函数编写网络部分,使用MFC编写应用程序框架 在测试时,发现在有的机器上只能做服务器,如果做客户端则无法连接上服务器, 而有的则相反 但在同一台机器上回环测试均成功! 不知道为什么??是不是因为防火墙或是windows的版本问题?不得而之! 使用UDP协议时,有时会出现客户端绑定失败问题!不知为何?-this procedure is used to prepare protocols of API function network, the use of MFC
TestUDP
- VC++UDP测试程序,MFC程序,包含服务器和客户端-VC++ UDP test program, MFC programs, including server and client
IdsTest
- 非常有用的构造并发送IP/UDP/ICMP数据包的程序-A useful program which can construct and send IP/UDP/ICMP data packets
UdpSrv
- 基于UDP的服务器端程序。没有错误,并在基于对话框的MFC工程下有界面显示。-UDP-based server-side program. No errors, and MFC dialog-based interface display under construction.
CPPanli
- VC MFC一些实例 客户/服务器 TCP/UDP编程实例界面和文档 绝对是一流材料-VC MFC some examples of client/server TCP/UDP programming instance of the interface and documentation is absolutely first-class materials
chatroom
- 用MFC编写的基于udp的聊天室程序,分为客户端和服务器两个部-MFC prepared using udp-based chat room procedures, client and server is divided into two departments
Chat
- 基于mfc的udp 聊天程序,非c/s结构。客户端与服务器集成-Mfc the udp-based chat program, non-c/s structure. Integration of client and server
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
NetTalk
- NetTalk是一个适用于局域网和因特网的可视电话软件 一. 开发环境 Windows2000 Server & Visual C++6.0 & SDK +自开发的CWndX类库(相当于简化的MFC涉及窗口的部分) 二. 支持环境 Windows98/ME/2000/XP 三. 所涉及协议和标准 网络传输采用UDP协议,音频压缩采用G.729标准,视频压缩采用H.263标准 四. 性能参数 以音频帧为基准,每帧音频数据有240个采样点,时间为240*1000/8000=30ms,8000为音频的
Udp_File
- 基于udp使用mfc实现文件传输功能。 有一个客户端client,以及一个服务器端server。-Udp-based file transfer capabilities to achieve using mfc. A client client, and a server-side server.
MFCTestSoftware
- 基于MFC开发平台,采用UDP进行通讯 分为服务器、客户端两类,对数据进行采集、分析及测试-MFC-based development platform for communication into the server using UDP, the client types, the data collection, analysis and testing
ChartRoom_UDP_Server
- 基于UDP的聊天室编程1(服务器端)--利用CSocket类实现了一个基于UDP无连接的聊天室程序,并且配有执行后的效果图,和具体的操作过程。是学习MFC网络程序设计的好范例,可根据自己的需要有所扩展 -UDP-based chat rooms Programming 1 (server)- using CSocket class implements a connectionless UDP-based chat program, and with the effect after th
TCP-UDP
- TCP-UDP传输文件通信,包含了SDK版和MFC版的服务器和MFC版的客户端,用VS2008-TCP, UDP transfer files communication, including the SDK version and the MFC version of the server and MFC version of the client, with VS2008
multicast
- 基于MFC的,UDP模式下的多播传输客户端与服务器-Client and server-based MFC, UDP mode multicast transmission
UDP-communication-based-on-MFC
- 这程序是利用在windows在的socket网络编程基于MFC的UDP聊天程序,在一个界面下实现客户端和服务端之间的通信,类似-This procedure is to use the windows in the socket UDP network programming MFC-based chat program, implemented in an interface between the client and server communications, similar to th
UDPServer
- 基于MFC的UDP服务器网络程序,想要学习基于VC的网络编程的小伙伴可以下载下来仔细品阅-MFC-based UDP server network program, you want to learn VC-based network programming a small partner can download detailed product review
AsynUdp
- 基于MFC的简单的异步socket udp服务器类.带ini可配置端口。-Simple Asyn Socket Udp Server.Based on MFC.You Can config the port by tht config.ini file.
TCP1-n,对应发送
- <1>,一对多 <2>,能都对应客户端发送的问题(就是哪个客户端给我发送,我就给哪个客户端反馈信息) <3>,服务器的最大连接数 <4>,在客户端断开重连的情况下,保证服务器稳定运行(<1>, one to many <2> can send questions to the client (which client sends it to me, and which client I give it back)
参考1
- UDP 传输 服务器端 客户端 计网作业 VS(UDP server client socket MFC)