Welcome![Sign In][Sign Up]
Location:
Search - socket programming source code

Search list

[SymbianSource Code

Description: 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
Platform: | Size: 840809 | Author: none | Hits:

[Linux-Unixunix_sock_code

Description: 基于unix(solrais)的socket 原始代码编程。C/C++语言。SOCKET VER/BSD-(solrais) socket programming source code. C / C language. SOCKET VER / BSD
Platform: | Size: 51796 | Author: 张云 | Hits:

[Linux-Unixlinux_socket

Description: 实战的linux socket编程--示例源码,很好的参考!推荐!-real linux socket programming -- source code examples, good reference! Recommended!
Platform: | Size: 107731 | Author: 韩建锋 | Hits:

[SymbianSource Code

Description: 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
Platform: | Size: 840704 | Author: 站长 | Hits:

[Internet-NetworkVC网络编程源代码

Description: 网络编程源代码,主要socket编程-network programming source code, the main socket programming
Platform: | Size: 1134592 | Author: 彭斯喜 | Hits:

[Linux-Unixunix_sock_code

Description: 基于unix(solrais)的socket 原始代码编程。C/C++语言。SOCKET VER/BSD-(solrais) socket programming source code. C/C language. SOCKET VER/BSD
Platform: | Size: 51200 | Author: | Hits:

[Linux-Unixlinux_socket

Description: 实战的linux socket编程--示例源码,很好的参考!推荐!-real linux socket programming-- source code examples, good reference! Recommended!
Platform: | Size: 107520 | Author: 韩建锋 | Hits:

[ICQ-IM-Chatflymsg

Description: 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
Platform: | Size: 83968 | Author: 李彤 | Hits:

[CommunicationSocket

Description: 精通MFC程序设计附源代码 Socket编程-Proficient in MFC programming source code attached to Socket Programming
Platform: | Size: 233472 | Author: czq | Hits:

[Internet-Networksocket

Description: windows socket 编程 这是一个客户端和服务器的源代码-windows socket programming This is a client and server source code
Platform: | Size: 3072 | Author: tacho | Hits:

[Windows DevelopRawSocket

Description: 原始套接字编程源代码.包含使用winpcap驱动的代码.-Raw socket programming source code. Winpcap driver contains the code to use.
Platform: | Size: 73728 | Author: 邓斌 | Hits:

[Internet-Networksocket

Description: 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
Platform: | Size: 2048 | Author: 闛靚 | Hits:

[Internet-Networkvisualc-udp-socket

Description: 基于 c# 的socket编程源代码 最终实现了UDP的数据传输-C# for socket-based programming source code eventually the UDP data transmission
Platform: | Size: 124928 | Author: maguang | Hits:

[Internet-NetworkCSocket

Description: vc socket编程源代码,使用vc++6.0开发软件开发 -vc socket programming source code, using vc++6.0 development software development
Platform: | Size: 3974144 | Author: 梁峰 | Hits:

[Communicationpb_winsocket

Description: powerbuilder实现socket编程源码。附详细调用说明,加载后可直接调用-powerbuilder achieve socket programming source code. With detailed call instructions can be called directly after loading
Platform: | Size: 25600 | Author: 奔驰 | Hits:

[Internet-Networksocket

Description: 计算机网络实验实现TCP套接字编程的源代码-Experimental realization of computer networks, TCP socket programming source code 1
Platform: | Size: 2048 | Author: niuhaoran | Hits:

[Internet-NetworkJAVA-Socket-Programming

Description: JAVA Socket编程,课件+小例子(初学适用),即有源代码又有详细的图片教程-JAVA Socket Programming, courseware+ small example (for beginners), the source code have a detailed picture tutorial
Platform: | Size: 702464 | Author: 李强 | Hits:

[Process-Threadsocket

Description: 线程同步与异步套接字编程的源代码,为一个压缩包,含客户端和服务器端代码-Thread synchronization with asynchronous socket programming source code as a compressed package, including client and server-side code
Platform: | Size: 45056 | Author: cq | Hits:

[Internet-Networksocket

Description: 基于socket网络应用编程,包括socket编程的源程序和教程-Socket-based network application programming, including socket programming source code and tutorials
Platform: | Size: 7223296 | Author: kuangpeiyu | Hits:

[Windows Developsocket

Description: socket pb(powerbuilder)编程源码(socket pb(powerbuilder) Programming source code)
Platform: | Size: 6375424 | Author: truhui | Hits:
« 12 3 4 5 6 7 8 9 10 ... 14 »

CodeBus www.codebus.net