搜索资源列表
线程模拟路由器
- 利用线程模拟路由器,实现路由器DV和LS算法,路由器之间的通信利用socket完成。界面上显示路由表。
SocketTool2
- 一个界面完善的socket调试工具,TCP和udp服务端和客户端-A complete interface socket debugging tools, TCP and udp services and client
socket
- 详细说明:采用Microsoft Visual C++编写。界面基于对话框方式。通过对socket类继承实现软件中的服务端类serversocket和客户端类clientsocket。由于将服务端类和客户端类的调用在一个工程中实现,所以一个程序既可以作为服务端也可以作为客户端。代码中加入了基本的错误处理功能。--using Microsoft Visual C preparation. Based on the way the dialog interface. Socket type of s
winCltAll
- 与服务器通信的PC端socket通信程序,具有图形界面-PC to communicate with the server-side socket communication program with a graphical interface
socket
- 用MFC写的简单界面和socket实现的TCP通讯的 简单聊天客户端和服务器-Written with the MFC implementation of a simple interface and TCP socket communication simple chat client and server
socket
- 这是一个关于socket通信的java程序,综合运用网络协议、编程语言、API和图形界面实现基于socket建立、监听、连接、发送数据和接收数据的网络通信程序。-This is about the socket communication program, a comprehensive use of Java network protocol, programming languages, API and graphic interface based on socket set up, li
chat
- socket编程,模拟了一个客户端,一个服务器端,各有一个界面,可添加客户端,通过服务器实现互相通信。 -socket programming to simulate a client, a server-side, each with an interface, you can add clients, achieved through the server communicate with each other.
qq
- 一个是用socket编程写的局域网的群组聊天小实例,采用java的界面编程实现界面-LAN Group Chat instance, a write socket programming interface using java programming interface
MessageSuite
- QT4.8消息信使MessageSuite源码,涉及语言国际化,XML,界面,SOCKET,链表,消息,回调函数,对话框等编程,有通讯录,收件箱,发件箱等并且可以在VS2010插件中编译的版本。-QT4.8 news the messenger MessageSuite source, involving international language, XML, interface, SOCKET, linked list, the message, the callback function,
Server02
- 用QT实现的udp协议下的Socket通信,客户端程序源码,包含QT界面-Achieved with QT protocol udp Socket Communications, the client program source code, including QT interface
P2P_JAVA
- 一个简单的P2P聊天软件,使用java编写,有界面,适合初学者学习java的socket编程和界面编程。使用eclipse编写。-A simple P2P chat software written using Java, interface, suitable for beginners to learn Java socket programming and programming interface.Using Eclipse Develop.
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
socket-c
- socket通讯 可运行 有界面 c-socket通讯 可运行 有界面 c++