搜索资源列表
VoicePhone
- 用MFC开发的语言电话编程.语音电话高级编程
chat
- 用MFC编程,实现局域网聊天室
MyChatRoom
- 使用MFC界面编程 实现网络聊天室的基本功能
MSocUdp
- 这个程序是udp socket编程的范例,支持端口到端口的即时聊天,也可以是局域网内的广播通信 /////////////////////////////////// The MSocUdp sample is a minimal dialog box-based MFC application that demonstrates how to use the CAsyncSocket class to send and receive directed datagram or
UDP-POP-chatroom
- 基于UDP协议的点对点聊天程序,使用MFC编程。
TCP-chatroom
- 基于TCP协议的网络聊天程序,基于MFC编程。
BezierText
- 使用MFC编程,通过给定的点绘制4阶贝塞尔曲线的示例。由于是4阶贝塞尔曲线,因此通过鼠标左键定义的点数必须为4、7、10、13
通过MFC制作的简单的聊天程序
- 一个通过MFC制作的简单的聊天程序 支持语音 文字聊天 以及文件传输 网络编程技术中基本的一个实例-By making a simple MFC support for voice chat program text chat and file transfer network programming an example of the basic
qq-mfc
- 用C++实现了QQ类似的聊天的源码。对于MFC的网络编程很有帮助-use C++ to complete the chat QQ,especially useful for newer of the MFC net code.
CHATTER
- 基于MFC的聊天室编程,主要使用CSocket-Chat room based on MFC programming, mainly using CSocket
ChatSystem
- 简单的聊天程序,很好的MFC参考网络编程参考代码-Simple chat program, a good network programming reference MFC reference code
mfc
- MFC编写的简单聊天程序 用MFC编写的小程序,学习网络编程可以看看哦 -MFC write a simple chat program using MFC write a small program to learn network programming can look at the oh
LanChat
- 简单文字消息通信.在了解windows socket编程的基础上,使用微软的mfc框架与winsock结合编写简单文字消息通信软件,实现不同端口之间的消息互通。-Simple text messaging. In understanding the basis of windows socket programming, using Microsoft winsock mfc framework and integrate communication software to write simp
chat
- 局域网聊天软件,MFC 编程实现局域网通讯,很好的网络编程实例-local talk
QQChat
- 这是一个QQ通讯软件,基于MFC可视化编程,能满足一般客户需求,程序结构清晰,方便初学者自学。-This is a QQ messaging software, MFC-based visual programming, to meet the general needs of customers, the program structure clear and easy to self-learning beginners.
MF-FakeQQ
- 给出了 应用MFC 编程socket的实际例子,设计了用户端和服务器端的即时通信-MFC application is given practical examples of socket programming, design client and instant messaging server
MF-FakeQQ
- 给出了 应用MFC 编程socket的实际例子,设计了用户端和服务器端的即时通信-MFC application is given practical examples of socket programming, design client and instant messaging server
juyuwang
- 局域网内加密聊天软件,利用mfc进行客户端编写,服务器端采用了socket编程。-LAN chat software encryption, using mfc for client written using the socket server-side programming.
MYYQQ
- 这是一款基于UDP的在MFC上开发的即使通讯软件,对于初步接触SOCKET编程的同学有很大的帮助-This is a UDP-based development in MFC communications software, and a great help for the initial contact SOCKET programming students
ChatServer
- 运用socket编程,MFC实现简单的互发信息通信,这是服务端的源代码。-Socket programming example.