文件名称:demo
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2016-04-22
- 文件大小:
- 2.23mb
- 下载次数:
- 0次
- 提 供 者:
- 欧**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
1、按TCP/IP之客户-服务器(Client/Server)通信模式,编写客户端程序,该程序接受用户输入,并把用户输入的选择信息和学生信息通过TCP协议传送到服务端,服务端能够做出正确的回应。
2、编写相应的服务端程序,该程序接受客户端传来的选择信息和学生信息,在服务端中进行相应的处理,并把处理的结果通过TCP协议回传到客户端。
3、客户端的输入包括四种选项:输入学生信息、查询学生信息、修改学生信息、退出系统。
-1, according to as TCP/IP client- server (Client/Server) mode of communication, write a client program that accepts user input, and the selection information input by the user and student information is transmitted to the server via TCP protocol, the server can to make the right response. 2, preparation of the corresponding server program that accepts selection information and student information sent by the client, and the corresponding treatment in the service ends, and the results processed by the TCP protocol back to the client. Enter 3, the client includes four options: Enter student information, student information queries, modify student information, exit the system.
2、编写相应的服务端程序,该程序接受客户端传来的选择信息和学生信息,在服务端中进行相应的处理,并把处理的结果通过TCP协议回传到客户端。
3、客户端的输入包括四种选项:输入学生信息、查询学生信息、修改学生信息、退出系统。
-1, according to as TCP/IP client- server (Client/Server) mode of communication, write a client program that accepts user input, and the selection information input by the user and student information is transmitted to the server via TCP protocol, the server can to make the right response. 2, preparation of the corresponding server program that accepts selection information and student information sent by the client, and the corresponding treatment in the service ends, and the results processed by the TCP protocol back to the client. Enter 3, the client includes four options: Enter student information, student information queries, modify student information, exit the system.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
程序\client\client.dsp
....\......\client.dsw
....\......\client.ncb
....\......\client.opt
....\......\client.plg
....\......\Debug\client.exe
....\......\.....\client.ilk
....\......\.....\client.pch
....\......\.....\client.pdb
....\......\.....\msh.obj
....\......\.....\vc60.idb
....\......\.....\vc60.pdb
....\......\msh.cpp
....\service\Debug\msh.obj
....\.......\.....\service.exe
....\.......\.....\service.ilk
....\.......\.....\service.pch
....\.......\.....\service.pdb
....\.......\.....\vc60.idb
....\.......\.....\vc60.pdb
....\.......\msh.cpp
....\.......\service.dsp
....\.......\service.dsw
....\.......\service.ncb
....\.......\service.opt
....\.......\service.plg
....\client\Debug
....\service\Debug
....\client
....\service
程序