搜索资源列表
IPshujubao
- 数据包统计工具,已经编译运行成功.利用WINDOWS的套接字编程. 数据包统计工具,已经编译运行成功.利用WINDOWS的套接字编程.-data packets statistical tools, Compiler has been running successfully. WINDOWS use socket programming. Statistical data packet tools , Compiler has been running successfully. WINDOW
gprsc
- :gprs终端,VB、控件、协议,WINSOCKET控件,Winsock控件,gprs,cdma,gprs编程,gprs模块,gprs终端,gprs modem,gprs无线,modem,终端,gprs设备,cdma模块,cdma终端,cdma modem,产品,无线,无线数据传输,数据传输,编程,gprs数据编程,tcp,ip,udp, Winsock dll, Winsock ocx控件,Winsock ocx, Winsock函数, Winsock编程,WINSOCKET,Sockets,
BSTV_transmit
- 采用vc++实现了模拟广播网发送UCL标引的数据包,通过socket 实现了网络发送,以及对数据包的标引。-Using vc++ to achieve a simulated radio network UCL Indexing send packets through a network socket to send, as well as packets of data indexing.
android_socket_parcel
- Android环境下通过SOCKET传递Parcel包并解出数据的例子程序 在Android环境下,甲程序(C++程序)将数据封装在 Parcel 中,并把 Parcel 发送到SOCKET;乙程序(C++程序)通过SOCKET接收到Parcel包,并解出封装在其中数据。 附带所需的Android.mk文件,并说明如何编译运行。列出了程序的运行结果,最后对程序存在的一些问题做了分析,提出了解决的思路。-Android environment SOCKET pass through
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
h2010gprs
- VC++环境下实现对gprs模块收发数据的控制,包过socket连接的建立-VC++ environment to realize the control gprs modules send and receive data, including through the establishment of socket connection
20091112
- 简单的socket流量测试程序,可以根据端口号监控流量和数据包的大小,可以根据自己的需要改动,本来是监控点对点的音视频带宽测试工具-simple socket flow testing procedures, according to the port control flow and data packet size, according to their needs change, originally control point-to-point audio and video bandw
Android-socket
- Android的Socket之间的数据传输,压缩包里包含服务器端和客户端,可以实现数据传输。-Android Socket data transfer between the compressed bundle includes server and client, can achieve data transfer.
android-socket
- android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。 Java.net Java.net.Socket 客户端连接使用的TCP socket Java.net.DatagramSocket 客户端和服务端共同使用