CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - socket programming
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
xml-soap-webservice
Remote Control
P2P
TCP/IP stack
SNMP
Grid Computing
CloudComputing
Search - socket programming - List
[
P2P
]
基于TCP-IP多线程文件传输
DL : 3
多线程socket文件传输,很好的一个例子,极力推荐-multi-thread socket programming for file translating. this is a very good example.
Date
: 2025-12-20
Size
: 133kb
User
:
啊q
[
P2P
]
ClientSock
DL : 0
socket 编程,服务器端程序,测试与客户端的连接,接收数据。-socket programming, server-side procedures, testing and client connectivity and receive data.
Date
: 2025-12-20
Size
: 41kb
User
:
甘莉
[
P2P
]
LinuxUDP_Client-Server
DL : 0
socket实例。网络编程初级入门知识,已经调试通过的。-socket examples. Network Programming primary portal of knowledge, has been adopted by the debugger.
Date
: 2025-12-20
Size
: 3kb
User
:
王正大
[
P2P
]
pointtopointTransfer
DL : 0
点对点的文件传输,利用SOCKET编程,简单容易使用。VC-the peer-to-peer file transfer, using Socket Programming, simple and easy to use. VC
Date
: 2025-12-20
Size
: 52kb
User
:
xaviersue
[
P2P
]
big_file_Transfer
DL : 0
实现大型文件传输和点对点传输的socket编程-achieve large file transfer and point-to-point transmission socket programming
Date
: 2025-12-20
Size
: 39kb
User
:
陈鼎才
[
P2P
]
ping
DL : 0
该程序在 Windows 2000 Pro+SP4 下编译调试通过(Visual C++ 6.0 IDE环境)。 需要Winsock2支持。 1.该程序采用了winsock的原始套接字编程,实现了基本的Ping功能,使用方法:ping host,默认连续发送4个回显请求。 2.该程序中对ICMP首部的定义采用了非标准形式。即将选项数据中保存时间戳的头4个字节也定义为ICMP首部的一部分,这样ICMP首部就被定义为12个字节。这样主要做主要是为了编程的实现与理解上的方便。 3.根据习惯ICMP首部的标示符字段填充了进程ID。 4.该程序实现了在IP首部记录路由的RR功能,最多记录9个地址。-The program in Windows 2000 Pro+ SP4 adopted under the compiler debugging (Visual C++ 6.0 IDE environment). Winsock2 support needs. 1. The program uses the original socket winsock programming, to achieve the basic Ping function, use: ping host, the default for sending echo request 4. 2. The program of the first definition of ICMP uses non-standard forms. Options data is about to save the first timestamp 4 bytes are also defined as the first part of ICMP, so that the first ICMP was defined as 12 bytes. Mainly do so primarily to the realization and understanding of programming convenience. 3. In accordance with customary ICMP identifier of the first field filled with the process ID. 4. The program achieved the first record in the IP routing RR function, a maximum of nine address records.
Date
: 2025-12-20
Size
: 13kb
User
:
周晓伟
[
P2P
]
udppostfile
DL : 0
C语言实现的文件传输程序,使用socket编程的网络传输程序-C Language realize the file transfer procedures, the use of socket network programming procedures
Date
: 2025-12-20
Size
: 8kb
User
:
weixiangfeng
[
P2P
]
78687687687
DL : 0
socket网络编程,文件传输,P2P技术的应用-socket network programming, file transfer, P2P technology
Date
: 2025-12-20
Size
: 1.89mb
User
:
陈湫
[
P2P
]
shiyanba
DL : 0
Java Socket编程讲解实现网络P2P间的信息数据等的交换。-Java Socket Programming explain the P2P network of information between the data exchange.
Date
: 2025-12-20
Size
: 7kb
User
:
stancy
[
P2P
]
feigeV3
DL : 0
自己写的一个小程序,用socket实现P2P通信,聊天功能,适合windows编程初学者学习参考-Write a small program, with the socket implementation P2P communication, chat, information for beginners to learn windows programming
Date
: 2025-12-20
Size
: 5.58mb
User
:
张驰
[
P2P
]
vc-chatroom
DL : 0
基于TCP的VC网络聊天室源代码加实验报告,分为客户端与服务器两个部分,使用了windows socket网络编程接口-Source code for the chat room and lab reports, TCP-based VC network is divided into two parts of the client and server, using windows socket network programming interface
Date
: 2025-12-20
Size
: 11.17mb
User
:
王文
[
P2P
]
socket
DL : 0
网络编程,UDP协议实现server和client端的文件传输-SOCKET PROGRAMMING, FILE TRANSFER,
Date
: 2025-12-20
Size
: 3kb
User
:
sun qing
[
P2P
]
socket
DL : 0
1.套接字编程原理 1.1 Client/server通信模型 1.2 Windows Sockets规范 1.3 套接字 1.3.1 套接字定义 1.3.2分类 1.3.3 套接字的作用 1.3.4端口与地址 1.3.5 套接口属性 2.基本的Windows Sockets API编程 2.1常用函数 2.2 TCP实例 2.3 UDP实例 2.4 Socket 通信阻塞的解决方法 3.MFC下的Socket编程的类 3.1 CAsyncSocket类 3.2 CSocket类 3.3 Windows Sockets:带存档的套接字的工作方式 3.4 流式套接字通信的操作顺序 3.5 使用 CAsyncSocket 类 -1. Socket Programming Principle 1.1 Client/server communication model 1.2 Windows Sockets specification 1.3 socket 1.3.1 Sockets the role defined 1.3.3 1.3.2 classification socket 1.3.4 port address 1.3.5 socket attributes 2. Commonly used functions of basic Windows Sockets API Programming 2.1 2.3 UDP 2.2 TCP Example Example 2.4 Socket communication blocking solution. Socket programming under MFC 3.1 CAsyncSocket class 3.2 CSocket class 3.3 Windows Sockets: Sockets with Archives 3.4 socket communication flow operation of the order of 3.5 using the CAsyncSocket class
Date
: 2025-12-20
Size
: 41kb
User
:
chenrui
[
P2P
]
P2P
DL : 0
P2P编程,Windows Socket-P2P programming, Windows Socket
Date
: 2025-12-20
Size
: 50kb
User
:
金鑫杰
[
P2P
]
qq
DL : 0
基于Socket编程,能实现点对点和多人聊天。启动服务程序,再开启客户端即可聊天-Socket programming, peer-to-peer chat and more. Start the service program, and then open the client to chat
Date
: 2025-12-20
Size
: 13.05mb
User
:
打火机
[
P2P
]
udp-socket
DL : 0
socket网络套接字编程,udp包过滤源代码,实现服务器客户端包过滤过程-Socket network socket programming, udp packet filter source code, to achieve the server client packet filtering process
Date
: 2025-12-20
Size
: 2kb
User
:
付琳琳
[
P2P
]
socket111
DL : 0
关于socket编程,实现了p2p的分享和下载文件-About socket programming, the p2p file sharing and downloading
Date
: 2025-12-20
Size
: 955kb
User
:
[
P2P
]
socket_ser_cli
DL : 0
socket网络编程 一个服务端 多个客户端 C程序-socket server network programming a multiple client C program
Date
: 2025-12-20
Size
: 4kb
User
:
张安
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.