Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - windows tcp
Search - windows tcp - List
首先Server程序创建两个socket: 分别为 TCP socket(使用命令行参数指定端口号) UDP socket(UDP端口号自定义,使用宏定义写在程序里,必须大于1024)。 server端在这两个端口上侦听连接,接受来自客户端的服务请求。
Date : 2009-10-29 Size : 26.86kb User : rita552129

站长写的Unix和Windows下的socket通用函数,简单易用。带Unix下的小例子- Stationmaster writes under Unix and the Windows socket general function, simple is easy to use. Brings under Unix the small example
Date : 2026-01-07 Size : 8kb User : 站长

在TCP/IP编程中,Windows环境里 完成端口 模型性能最高,最稳定,响应速度最快,该 源代码就是一个例子,值得研究哦。- In the TCP/IP programming, in the Windows environment completes the port model performance high, stablest, the speed of response is quickest, this source code is an example, is worth studying oh.
Date : 2026-01-07 Size : 87kb User : 罗家兄弟

Socket 编程的DOS下和Windows开发包 Microsoft TCP/IP SDK for DOS/Windows-Socket programming DOS and Windows development package Microsoft TCP/IP SDK for DOS/Windows
Date : 2026-01-07 Size : 104kb User : 李永斌

基于WINDOWS消息的TCP编程-based on the Windows TCP news programming
Date : 2026-01-07 Size : 78kb User : 杨勇

这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model, a rich interface function b, client using three overlapping threads increases Io model, speed and stability using a callback function to receive information, the network model DEC Socket complete package, all of the code in the test under Windows 2000, and has been applied to many existing medium-sized network systems.
Date : 2026-01-07 Size : 13kb User : lzy

用VB实现的TCP聊天程序,利用windows socket实现。-VB TCP Chat procedure, and use windows socket achieve.
Date : 2026-01-07 Size : 167kb User : 王佑超

这是一个可跨linux、windows平台的TCP/IP通讯程序-This is a cross- linux, windows platform TCP/IP communication procedures
Date : 2026-01-07 Size : 343kb User : ly

windows下的socket编程,例子,可以发送tcp,udp报等,适合于初学者看看,里面共有server和client的详细实现-windows under the socket programming, for example, can send tcp, udp reported, suitable for beginners look at the total inside the server and client to achieve detailed
Date : 2026-01-07 Size : 2.4mb User : 如果能

多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPServer1Execute(AThread: TIdPeerThread)是非线程安全的。如果使用临界区,那么多线程将在这里串行执行,严重降低多线程效率。对此,我采用一个简单的办法,具体可以看程序。-multithreaded network transmission development environment : Delphi7.0 WinXP, useless other controls (except for the Delphi Indy own) transmission protocol : TCP/IP client to send a 65,000-byte packets, the server is responsible for assembling and processing data adhesion. Use ReadBuffer (), Send () function to receive this Buffer byte, for the purpose of this is to make procedures better flexibility. You can define Buffer byte within the meaning of those, such as strings, images, sounds, etc. order. The documents used to read and write multi-threaded windows memory mapping technology. Key server function IdTCPServer1Execute (AThread : TIdPeerThread) non-thread safe. If the use of critical areas, so many threads here on serial implementation, a serious decline in the efficiency of multit
Date : 2026-01-07 Size : 68kb User : 水滴

是WINDOWS网络编程的一个实例,用TCP协议,利用SOCKETS等相关知识开发,在网络环境中运行边能成功-Windows network programming is an example of using the TCP protocol SOCKETS related to the use of the knowledge developed in the network environment can be successful OPERATION
Date : 2026-01-07 Size : 3.57mb User : fanminglei

用VC写的一个服务器和客户端通信的程序实像.只要懂得Winsock编程就很容易看懂了.参考书籍:Windows网络与通信程序设计-Using VC to write a server and the client communication process is like. As long as it is easy to understand Winsock Programming understood. Reference books: Windows Network and Communication Program Design
Date : 2026-01-07 Size : 53kb User : dskgo

windows 网络编程。tcp服务器端,客户段源代码。-windows network programming. tcp server-side, customer segment the source code.
Date : 2026-01-07 Size : 62kb User : amwfge

此源码是您学习Windows网络编程的很好的程序。有两个程序,分为TCP客户端和TCP服务器端,让您能全面了解网络编程的实质。另外里面对代码有详细的注释,不下载会后悔哦-You learn from this source is a good Windows network programming procedures. There are two procedures, divided into TCP client and TCP server-side, so that you can fully understand the essence of network programming. In addition to the code inside the detailed notes, do not download will regret Oh. . .
Date : 2026-01-07 Size : 130kb User :

一个简单的TCP客户端和服务器端代码,服务器端接收数据并回传,VC编译,WINDOWS操作系统-A simple TCP client and server-side code, server-side data and return to receive, VC compiler, WINDOWS OS
Date : 2026-01-07 Size : 4kb User : recome

开发TCP套接字应用程序,由客户端和服务器组成,实现功能是客户端向服务器发送字符串,调用Windows Sockets API-Development TCP socket applications, by the client and server, achieving function is to send a string to the client to the server, call the Windows Sockets API
Date : 2026-01-07 Size : 6kb User : rae

tcp文件传输系统,实现了windows下tcp协议 的文件传输-tcp file transfer system under windows tcp protocol file transfer
Date : 2026-01-07 Size : 7.33mb User : wangyaning

基于windows系统简单的TCP通信,包含客户端和服务器!-Simple TCP communication
Date : 2026-01-07 Size : 41kb User : 邓二令

Windows编程基于Tcp通讯的 Server服务器端和 Client客户端,使用一台电脑启动 Server端,另一台电脑启动Client客户端 两端能够互相发送消息并能接收看到(Windows programming, based on Tcp communication Server server and Client client, using a computer to start the Server side, another computer starts Client client, both ends can send messages to each other, and can receive to see)
Date : 2026-01-07 Size : 5.56mb User : 阳光小鹏

windows tcp udp connection check utility
Date : 2026-01-07 Size : 568kb User : turgut
« 12 3 4 5 6 7 8 9 10 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.