【网学提醒】:本文主要为网上学习者提供基于VC++6.0的网络通信程序的设计与实现,希望对需要基于VC++6.0的网络通信程序的设计与实现网友有所帮助,学习一下吧!
资料包括: 论文(10页6538字) 源码 图纸
说明:摘 要 本文首先介绍了
计算机网络与网络通信的概念,然后阐述了基于客户机/服务器模式网络通信程序实现的关键技术Windows Socket,并进行了较为详尽的讨论,最后对点到点通信程序进行设计和分析,给出了逻辑和流程图及部分关键
程序。
关键词:
计算机网络; 点到点通信;客户机/服务器模式; Windows Socket
Design and Implement of Network
Communication Based on VC++ 6.0
Wang Zhong Ren Suping Qin Jingmin
(Chengdu University of Information Techlonogy ,Chengdu 610041)
Zhang Xiaoling
(Dept. Electronic Engineering of UESTC, Chengdu 610054)
Abstract In this paper, the important concepts of the computer network and communication is introduced; the Windows Socket Specially what I used in this project based on the scheme is about the Client/Server mode communication on computer network .is given,; at last , the C/S communication application is designed and analyzed, and the flow chart and logic are presented.
Keywords : computer; network ; point to point communication; Client/Server Mode;Windows Socket
目录:1 引言
2
计算机网络的体系结构
3 TCP/IP的体系结构
4 Winsock 规范
5.套接口网络编程原理
6 WINDOWS SOCKETS编程原理
7 网络通信应用
程序的设计与分析
8 结论
参考文献:、《Visual C++面向对象与可视化
程序设计》 黄维通编著 清华大学出版社
、《VC++技术内幕 》(英文版) David J.kruglinki 著 清华大学出版社
、《 深入浅出MFC 》 侯俊杰 著
、《
计算机通信技术及其
程序设计》 李 鹏 主编 西安电子科技大学出版社
、《Visual C++MFC编程实例》 电子版
、《Visual C++MFC扩展编程实例》 电子版
作者点评:本应用程序已可以在局域网内实现简单的两点数据和文件的传输,从而对网络通信
程序的设计有一定的借鉴。