搜索资源列表
sockettcpip
- WinSocket TCP/IP编程,使用MFC类库实现服务端和客户端。开发环境为VC60-WinSocket TCP / IP programming, MFC use of services and clients. Development Environment for VC60
Simple_Clock_Service_Clien_App
- C#下,简单的时钟服务程序Client端 TCP/IP编程-C#, a simple clock services for the Client side TCP / IP programming
util_tcp
- 自己封装的tcp编程的函数, 可用于unix和win32, 同时简化了服务端的编程, 自己用得比较顺手-Packaging tcp their programming functions, and can be used for unix win32, streamline the services side of the programming they used to be relatively easy to manage
UDTtest
- UDP客户端与服务端的通讯测试程序,可以用为学习UDP编程的参考
udp_server
- 套接字编程: 采用udp协议的服务端示例程序
SOCKET
- TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)
windows-net
- 我们用得最多的协议是UDP和TCP,UDP是不可靠传输服务,TCP是可靠传输服务。UDP就像点对点的数据传输一样,发送者把数据打包,包上有收信者的地址和其他必要信息,至于收信者能不能收到,UDP协议并不保证。而TCP协议就像(实际他们是一个层次的网络协议)是建立在UDP的基础上,加入了校验和重传等复杂的机制来保证数据可靠的传达到收信者。关于网络协议的具体内容,可以参考专门介绍网络协议的书籍,这里直接探讨编程实现网络程序的问题。
TCP-socket
- 用MFC实现的一个局域网聊天小程序,包含服务端和客户端,学习socket编程的可以看看。-MFC implementation of a LAN chat programs, including services and client can look at to learn socket programming.
TcpTools.
- C# 网络通信编程,一个很实用的例子(包含服务端和客户端)-C# sample for practical web communication (both server and client sides are included)
socketUDP
- 计算机网络UDP socket编程代码,分为客户端和服务端-Computer network UDP socket programming code, divided into client and server
TCP
- 服务器和客户机端,即建立所谓的客户机/服务器编程模式。在服务器端必须先建立一个ServerSocket对象,然后等待客户机端的访问。而在客户机端,则是建立一个Socket对象直接跟服务器端连接,如果连接建立成功,则服务器端便会产生一个Socket对象,然后我们就可以利用这个Socket对象跟客户机端的Socket对象沟通了。此时在服务器和客户机之间建立了一条可靠连接,客户机和服务器可以在这条连接上可靠的传送数据。客户机发出请求,服务器监听来自客户机的请求,并为客户机提供相应的服务。 -Serve
CommSocket
- 基于TCP/IP的串口通讯编程,客服端和服务端的源程序都有,供大家一起学习研究。-Based on TCP/IP Serial Communication programming, customer service client and server have the source code for the U.S. research study together.
TCPServer
- 群聊的TCP服务端编程,简单界面,输入端口号,即可开通服务器,对用户所发送的信息进行显示-The TCP group chat server programming, simple interface, enter the port number, you can launch the server, sent to the user information display
Server
- UDP 服务端,socket编程的好帮手-UDP SEVER
Chat_Udp
- 多人聊天程序,UDP编程模型,无服务端只有个客户端-People chat program, UDP programming model
200631916132669
- 对windows系统进程tcp/udp端例举,服务例举。系统编程时可以参研一下,是一个好的例子. -On the windows system process tcp/udp side cite, cite services. System programming can participate in research and what is a good example.
sampleprogramforTCP
- 本资料主要实现TCP协议编程实例,包含客户端和服务端,主要使用WIN API编写,代码详细简单,对于学习应用TCP网络编程有很好的入门效果!-This information is mainly to achieve TCP protocol programming examples, including client and server, the main use WIN API written in code more simple, applications for learning n
JAVA-SOCKET
- java tcp/ip的socket 客户端与服务端编程-java tcp/ip socket
CarEnvir
- 智能汽车远程服务,通过C#编程来实现的一种智能化的服务-Smart Car remote service, through C# programming to achieve the kind of intelligence service
通信
- 简单的两个网络之间的通信,实现特定ip之间信息的传递,分为服务端和客户端两个部分(the communcation between two network ip)