CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - socket programming source code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - socket programming source code - List
[
Symbian
]
Source Code
DL : 1
Symbian C++ of Nokia下的源码,包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Nokia Symbian C of the source, including send and receive text messages, send e-mail, tcp / udp socket programming, receive BIO news, send information MMS
Date
: 2008-10-13
Size
: 821.1kb
User
:
none
[
Linux-Unix
]
unix_sock_code
DL : 0
基于unix(solrais)的socket 原始代码编程。C/C++语言。SOCKET VER/BSD-(solrais) socket programming source code. C / C language. SOCKET VER / BSD
Date
: 2008-10-13
Size
: 50.58kb
User
:
张云
[
Linux-Unix
]
linux_socket
DL : 0
实战的linux socket编程--示例源码,很好的参考!推荐!-real linux socket programming -- source code examples, good reference! Recommended!
Date
: 2008-10-13
Size
: 105.21kb
User
:
韩建锋
[
Symbian
]
Source Code
DL : 0
Symbian C++ of Nokia下的源码,包括收发短信、收发Email、tcp/udp的socket编程、接收BIO消息、收发MMS信息-Nokia Symbian C of the source, including send and receive text messages, send e-mail, tcp/udp socket programming, receive BIO news, send information MMS
Date
: 2025-07-15
Size
: 821kb
User
:
站长
[
Internet-Network
]
VC网络编程源代码
DL : 0
网络编程源代码,主要socket编程-network programming source code, the main socket programming
Date
: 2025-07-15
Size
: 1.08mb
User
:
彭斯喜
[
Linux-Unix
]
unix_sock_code
DL : 0
基于unix(solrais)的socket 原始代码编程。C/C++语言。SOCKET VER/BSD-(solrais) socket programming source code. C/C language. SOCKET VER/BSD
Date
: 2025-07-15
Size
: 50kb
User
:
[
Linux-Unix
]
linux_socket
DL : 0
实战的linux socket编程--示例源码,很好的参考!推荐!-real linux socket programming-- source code examples, good reference! Recommended!
Date
: 2025-07-15
Size
: 105kb
User
:
韩建锋
[
ICQ-IM-Chat
]
flymsg
DL : 0
c#实现的一款即时通信小程序,利用socket封装的udp协议实现,是初学者学习socket编程的很好的源代码。功能比较简单,还有许多可以完善的地方-c# achieved a small instant messaging program, using socket protocol udp package is for beginners to learn the good socket programming source code. Function is relatively simple, there are many good local
Date
: 2025-07-15
Size
: 82kb
User
:
李彤
[
Communication
]
Socket
DL : 0
精通MFC程序设计附源代码 Socket编程-Proficient in MFC programming source code attached to Socket Programming
Date
: 2025-07-15
Size
: 228kb
User
:
czq
[
Internet-Network
]
socket
DL : 0
windows socket 编程 这是一个客户端和服务器的源代码-windows socket programming This is a client and server source code
Date
: 2025-07-15
Size
: 3kb
User
:
tacho
[
Windows Develop
]
RawSocket
DL : 0
原始套接字编程源代码.包含使用winpcap驱动的代码.-Raw socket programming source code. Winpcap driver contains the code to use.
Date
: 2025-07-15
Size
: 72kb
User
:
邓斌
[
Internet-Network
]
socket
DL : 0
tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servAddr.sin_addr.s_addr = inet_addr("127.0.0.1") servAddr.sin_port = htons((short)4999) int nServAddlen = sizeof(servAddr) //连接服务器 retVal=connect(sHost,(LPSOCKADDR)&servAddr, sizeof(servAddr)) if(SOCKET_ERROR == retVal) { printf("connect failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 } //向服务器发送数据 ZeroMemory(buf, BUF_SZIE) strcpy(buf, "MyTCP") retVal = send(sHost, buf, strlen(buf), 0) if (SOCKET_ERROR == retVal) { printf("send failed!\n") closesocket(sHost) //关闭套接字 WSACleanup() //释放套接字资源 return -1 -tcp udp network programming source code// create a socket sHost = socket (AF_INET, SOCK_STREAM, IPPROTO_TCP) if (INVALID_SOCKET == sHost) (printf ( " socket failed! \ n" ) WSACleanup () // release socket Word of resources return-1 )// set the server address servAddr.sin_family = AF_INET servAddr.sin_addr.s_addr = inet_addr ( " 127.0.0.1" ) servAddr.sin_port = htons ((short) 4999) int nServAddlen = sizeof ( servAddr) // connect to the server retVal = connect (sHost, (LPSOCKADDR) & servAddr, sizeof (servAddr)) if (SOCKET_ERROR == retVal) (printf ( " connect failed! \ n" ) closesocket (sHost) // Close socket WSACleanup () // release the socket resources return-1 )// to the server sending data ZeroMemory (buf, BUF_SZIE) strcpy (buf, " MyTCP" ) retVal = send (sHost, buf, strlen (buf), 0) if (SOCKET_ERROR == retVal) (printf ( " send failed! \ n" ) closesocket (sHost) // close the socket WSACleanup () // release socket resources to return
Date
: 2025-07-15
Size
: 2kb
User
:
闛靚
[
Internet-Network
]
visualc-udp-socket
DL : 0
基于 c# 的socket编程源代码 最终实现了UDP的数据传输-C# for socket-based programming source code eventually the UDP data transmission
Date
: 2025-07-15
Size
: 122kb
User
:
maguang
[
Internet-Network
]
CSocket
DL : 0
vc socket编程源代码,使用vc++6.0开发软件开发 -vc socket programming source code, using vc++6.0 development software development
Date
: 2025-07-15
Size
: 3.79mb
User
:
梁峰
[
Communication
]
pb_winsocket
DL : 0
powerbuilder实现socket编程源码。附详细调用说明,加载后可直接调用-powerbuilder achieve socket programming source code. With detailed call instructions can be called directly after loading
Date
: 2025-07-15
Size
: 25kb
User
:
奔驰
[
Internet-Network
]
socket
DL : 0
计算机网络实验实现TCP套接字编程的源代码-Experimental realization of computer networks, TCP socket programming source code 1
Date
: 2025-07-15
Size
: 2kb
User
:
niuhaoran
[
Internet-Network
]
JAVA-Socket-Programming
DL : 0
JAVA Socket编程,课件+小例子(初学适用),即有源代码又有详细的图片教程-JAVA Socket Programming, courseware+ small example (for beginners), the source code have a detailed picture tutorial
Date
: 2025-07-15
Size
: 686kb
User
:
李强
[
Process-Thread
]
socket
DL : 0
线程同步与异步套接字编程的源代码,为一个压缩包,含客户端和服务器端代码-Thread synchronization with asynchronous socket programming source code as a compressed package, including client and server-side code
Date
: 2025-07-15
Size
: 44kb
User
:
cq
[
Internet-Network
]
socket
DL : 0
基于socket网络应用编程,包括socket编程的源程序和教程-Socket-based network application programming, including socket programming source code and tutorials
Date
: 2025-07-15
Size
: 6.89mb
User
:
kuangpeiyu
[
Windows Develop
]
socket
DL : 0
socket pb(powerbuilder)编程源码(socket pb(powerbuilder) Programming source code)
Date
: 2025-07-15
Size
: 6.08mb
User
:
truhui
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.