搜索资源列表
flash_socket
- C#+flash socket,聊天程序(C#源代码)看见还有很多人在研究flash的socket,其中经常会出现一些问题,所以将我以前写的一个程序代码拿出来给大家参考... 这是c#的代码,经过测试的,本来想把源程序都放上来,可以我用的是vs2005(而且现在又坏了,系统出问题了),下面是程序的主要源代码,不包含一些自动生成的代码.这些代码是根据一个开源的C#socket程序改编的,而且我已经写了比较详细的注释了,如果你看了这些代码还是发现有问题,可以向我索取完整的源程序: -C
Sockets
- NOKIA手机的基于C++的socket完整的开发API,非常好用-Nokia phones based on the C socket complete development API, very handy
Symbian Sockets Demo
- 使用Symbian C++ 3rd 编写的Socket Demo 源码,对于初学者来说是一个难得的练手机会
SPGatewaySuportCMPP30AndCMPP20
- 使用标准C开发的同时支持CMPP3.0 和 CMPP2.0 的SP短信网关程序,效率高,性能好,内存使用率 稳定。能够很好的适应SP的需求。 主要文件说明: eventq.c 事件队列 smctimer.c 计时器 spsms.c CMPP 协议实现 smtcp.c socket的封装 smsm.c 系统初始化,入口点,Using standard C development while supporting CMPP3.0 and SMS Gateway CMPP2.0
Http.rar
- 简单的socket请求,包括cmwap和cmnet的请求方式,Simple socket requests, including requests CMNet and cmwap methods
C-STransfer
- C-S模式下提供主机间相互通信的功能,基于socket-CS mode to provide communications between the host functions, based on the socket
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
socket
- source code for socket of C-source code for socket of C++
socketPPC
- C# socket连接接收文件client-C# socket connection to receive a file client
20100204AudioSend
- 音频采集得到PCM数据,然后进行AMR编码,再封RTP包,加DTP头,最后送UDP Socket发送,Visual C++ 6.0工程源码-PCM audio data to be collected and then AMR coding, and then sealed RTP packets, plus DTP head, the last to send UDP Socket send, Visual C++ 6.0 Project Source
socket
- 单线程并发服务器(select) 编程. errexit()和passiveTCP()两个方法见"linux socket通信示例(传送文件)"文章-common implementation of thread pool logic for httpd and config.
android_pc_socket
- Android as client socket, pc use jsp as server
socket
- C++来实现的socket通信代码实例,利用C语言实现SOCKET通信-SOCKET communication
socket
- socket c++的一些常用的知识,讲述使用简单的socket进行网络通信。-Socket some common knowledge of c++, using simple socket network communication.
cPP-socket(tcp)
- TCPIP通讯,含有一个客户端和服务器端,C++,以通过VC6.0编译-TCPIP communications, containing a client and server side, C++, VC6.0 compiler through
Socket-text
- C#基于联通socket开发Demo案例。希望有所帮助-socket Demo
Socket
- 通讯类编程,C# Socket实例,这个是控制台的程序-Socket sample
SocketClient
- 简单C# Socket Client通信实例,初学者学习用(Simple c # Socket communication instance)
TestSockets
- 主要是介绍C# socket通信 用异步非阻塞方式,建立服务器和客户端,在程序中使用了委托,事件,回调函数来实现程序(This paper mainly introduces the asynchronous non blocking mode of C# socket communication, establishes the server and client, and uses the delegate, event and callback function in the progra
c#socket
- 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志模块(Examples include SocketAsyncEventArgs communica