Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - tcp socket server
Search - tcp socket server - List
类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件)。&nbs... -Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket.
Date : 2008-10-13 Size : 73.13kb User : lee

参考源码,学习例子-reference source, study examples
Date : 2025-12-31 Size : 36kb User :

类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,-similar to the LAN QQ chat software, including server and client, using tcp/ip socket multithreaded programming,
Date : 2025-12-31 Size : 257kb User : 于文洋

一个很好的SOKET通信程序,包括客户端和服务器端,编译时候带参数/c或者/s-a good socket communication program, including client and server sides. Compile with parameter /c or /s
Date : 2025-12-31 Size : 69kb User : 唐雄

类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取。客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件)。&nbs... -Chat program like QQ, written by VB. Include server site and client site, using tcp/ip, windows socket.
Date : 2025-12-31 Size : 73kb User : lee

客户端服务器之间的通信! TcpIp使用方法 在服务端运行tcp.exe, 在另一台与之在同一network的客户端上运行tcplnk.exe, 规定相同的port, 在服务端上begin, 在客户端上输入服务器的IP地址,connect, 客户端上编辑框中的字符便可send到客户端的编辑框中。-Client-server communications between! Tcpip use in the service client running tcp.exe, on another network with the same client run tcplnk.exe, the provisions of the same port, in the service end of the begin, the client to enter server IP address, connect, the client will be able to edit box characters send to the client of the edit box.
Date : 2025-12-31 Size : 151kb User : peter

毕业设计:VC++局域网聊天程序 本程序利用Socket套接字将主程序分为服务端和客户端两个部分。采用了UDP和TCP/IP相结合,有效提高了数据传输的时效性和稳定性。本程序还用到了多线程编程,用来解决程序自身阻塞的问题。 -Graduation Project: VC++ LAN chat program using this procedure will be the main program is divided into Socket socket server and client in two parts. Adopted UDP and TCP/IP combination effectively improved the timeliness of data transmission and stability. This procedure is also used in a multi-threaded programming procedures to solve their own congestion.
Date : 2025-12-31 Size : 232kb User : sdfads

本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下: 程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的: 1:练习使用套接字进行网络编程。 2:练习使用自定义消息。 3:练习多线程方面的编程思想。 4:练习使用各种控件。 -This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
Date : 2025-12-31 Size : 208kb User : baiydusr

tcp 通讯包含客户端和服务器端,Windows下的socket实现-tcp communication contains client and server, Windows under the socket to achieve
Date : 2025-12-31 Size : 433kb User : zhangzongfeng

TCP通讯中的SERVER端设计,基于TCP、Socket,与Client可实现连接-TCP communications in the SERVER-side design, based on TCP, Socket, and the Client can connect
Date : 2025-12-31 Size : 3.65mb User : juniorli

TCP通讯中的Client端设计,基于TCP、Socket,与Server实现通讯-Client-side TCP communication in the design, based on TCP, Socket, and the Server to achieve communication
Date : 2025-12-31 Size : 3.35mb User : juniorli

rinetd source code. full code is added in zip. Redirects TCP connections from one IP address and port to another. rinetd is a single-process server which handles any number of connections to the address/port pairs specified in the file /etc/rinetd.conf. Since rinetd runs as a single process using nonblocking I/O, it is able to redirect a large number of connections without a severe impact on the machine. This makes it practical to run TCP services on machines inside an IP masquerading firewall. rinetd does not redirect FTP, because FTP requires more than one socket
Date : 2025-12-31 Size : 1.43mb User : krish

一个用VC6.0编写的基于TCP/IP协议的服务器/客户端模式的网络通信服务,对学习SOCKET网络通信的人很有帮助!-Written by VC6.0 a TCP/IP-protocol server/client model of network communications services, network communications of people learning SOCKET helpful!
Date : 2025-12-31 Size : 77kb User :

编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
Date : 2025-12-31 Size : 638kb User : sean

一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译-A simple TCP client and server-side code, server-side receives the data and return, VC compiler
Date : 2025-12-31 Size : 72kb User : 小模样

(1)复习Linux操作系统下的C语言程序的编辑、编译方法,完成简单的变元表读取显示程序。 (2)通过简单程序学习套接字地址、IP地址相关处理函数的使用。 (3)通过两个能完成基本通信功能的TCP服务器程序和客户机程序学习基本Socket函数的使用。-(1) under the operating system review Linux C language program, editor of the compilation approach, complete simple change list that reads program. (2) through simple procedure learning socket address, IP address associated with the use of function. (3) through the two basic communication function can finish TCP client server Socket to learn basic program and the use of function.
Date : 2025-12-31 Size : 8kb User : 李洪旭

基于socket通信的TCP通信工具,同时可以做Server和Client-TCP socket-based communication tools to communicate, and can do Server and Client
Date : 2025-12-31 Size : 16kb User : 荣承势

做工程需要掌握的信息传输,MFC和Unity之间使用socket的TCP和UDP协议进行通信的实例。TCP协议包括:MFC版的Server端和Unity版的Client端;MFC版的Client端和Unity版的Server端。UDP协议为Unity和MFC之间的双向通信。(To do engineering, you need to master the instance of information transmission between MFC and Unity using socket's TCP and UDP protocols. TCP protocol includes: MFC version of the Server side and Unity version of the Client side; MFC version of the Client and Unity version of the Server terminal. The UDP protocol is a two-way communication between Unity and MFC.)
Date : 2025-12-31 Size : 3.1mb User : sunzqck

Windows TCP UDP SERVER CLIENT 套接字通信程序。(Windows TCP UDP SERVER CLIENT SOCKET communication code)
Date : 2025-12-31 Size : 62kb User : Losserry

附带完整服务端测试。 可以查看客户端在线列表(带剔除),能单一或统一发送文本或文件。(Incidental server test.)
Date : 2025-12-31 Size : 464kb User : HNlife
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.