搜索资源列表
variousSockIOMmodels
- Samples illustrating the various Winsock I/O models under the following directories: blocking Illustrates the blocking sockets model. This includes blocking client and server samples. nonblocking Illustrates the non-blocking socket model using
MulticastSocket
- 实现局域网内的组播功能,在同一个组同一个端口内的所有主机都可以收到发出的组播消息。-Within a LAN multicast function in the same group with all the hosts within a port can receive the multicast message.
NetCompletionPort
- 一个完成端口的类,对于套接字大批量数据处理比较有用,适用与游戏开发,服务器与客户端的适用-A completion port type for socket handle large quantities of data more useful, application and game development, server and client application
CCDTCPServer080919
- EVC写Wince程序,PC104服务端程序,主要涉及Socket网络通信,端口读取-A Windows CE program,Written by Embeded Visual C++,suitable for PC104 platform,it is about Socket communication and operate the port
code
- 进程通信的多方法实现。客户机产生两个随机数,发给两个服务器。服务器1(IP地址:192.168.0.1,Port:3254)将这两个随机数相加;服务器2(IP地址:192.168.0.10,Port:3255)将这两个随机数相减。两个服务器分别将运算结果返回给客户机,客户机显示回传结果。 要求用UDP方式,命名管道方式和命名的UNIX域套接字分别实现。 -Multi-process communication method. Client two random numbers gener
RealtimeCommunicationSystem
- 一个聊天系统的服务器端, 建立侦听套字,建立连接套接字,动态隐藏与显示控件使用列表框控件等。高级按钮控件的定制,高级列表框的定制,连接套接字的建立以及与服务器的连接等。 该服务器是以本地IP的8000端口建立服务;而且本程序没有提供相应的设置接口,如需修改则可以程序中修改代码,再重新编译生成应用程序。 客户端的配置文件为Debug目录下server.info文件;可以直接在server.info文件中进行修改,也可以利用客户端提供的设置接口进行修改。-A chat system,
transport
- socket端口转发源代码,输入IP,监听端口号,目的IP。目的端口号,即可完成转发-socket port forwarding source code, enter the IP, listening port number, purpose of IP. Destination port number, to complete forwarding
TestServer
- 串口通行、网络通信,连接测试,工作日志,非常实用-window socket 、serial Port communication
AnsyncTest
- 分别实现了socket编程的五种异步模式,包括完成端口、重叠IO-Realized for five asynchronous socket programming model, including the completion of the port, overlapping IO
10
- 用套接字完成端口模型开发的计算机文化基础课考试系统。有服务器和客户端组成。-Complete with socket port model development of the basic computer course examination system. Composed of a server and client.
Socket
- SocketsInCs_demo SocketInCS_src Client与Server 端口通讯-SocketsInCs_demo SocketInCS_src Client and Server communication port
The-address-book-manages-system
- 通讯录管理系统 利用socket编程 实现用户端和 服务器端的通讯,实现 添加、删除、查询信息等的功能-The address book supervision system makes use of the telecommunication that socket plait distance carries out a client and server port, the realize adds, deletes, searches the function of informatio
port-socket
- 里面可以实现多人聊天,有TCP和UDP方式 可以先择,很好的学习例子,不要错过了。-Which people can chat with TCP and UDP mode can be selected, good learning example, do not miss out.
sf.tar
- 串口数据转发,通过socket转发给客户端-serial port transportation
rs232test
- SOCKET 接收命令 再利用 COM 口傳送命令出去. 再從 COM 口讀取資料, 送回SOCKET-define a socket to recive data from internet. transfer and send command via COM port, Read and post back via socket
Socket-QQ
- 本程序包含客户端和服务器,运行时先启动服务器,输入端口号。然后再启动客户端,可将服务器和客户端连接起来进行通信聊天-The program contains the client and server, run when you first start the server, enter the port number. And then start the client, the server and the client is connected together to communicat
UDP.rar
- 1、首先需要定义的对象: SOCKET ReceivingSocket //接收端的Socket SOCKADDR_IN ReceiverAddr //接收端的地址信息 char ReceiveBuf[1024] //接收数据缓冲区大小 int BufLength //缓冲区长度 SOCKADDR_IN SenderAddr //发送数据端地址信息 int SenderAddrSize = sizeof(SenderAddr) //发送
TCP
- 基于WINCE的网口通讯源代码(包括服务器和客户机),用socket实现的- WINCE-based network port communications source code (including server and client), with the socket implementation
NetClient
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
Client
- 基于MFC的socket聊天系统客户端,需要配置IP和端口号。-MFC s socket-based chat client system, you need to configure IP and port number.