搜索资源列表
shengwushibie
- UDP对QQ来说太重要了。 UDP和TCP是同一个层上的协议,都是通过IP层进行数据。。。 算啦,不扯这些了。 UDP针对的是不需要保证数据一定传输到的一种协议。因为IP 本身是会被随意丢弃的,所以TCP为确保数据可靠,会消耗大量的 资源,而且Socket架上去以后会出于保持链接的一种结构。 QQ本身不保持链接,数据是否可靠自己去验证,而且QQ里的数据 都是小包,尤其适应UDP的结构。最后对于multicast来说,UDP 是唯一可行的降低网络带宽负担的协议-UDP right QQ is so
Auto_Measure_system
- 利用ccs环境、MATLAB环境、DSP(TMS320F2812)、被测对象和Agilient网络分析仪E5071B,构建一个自动测量系统。 相信大部分人都知道基于NI公司的GPIB总线,可以实现自动测量,但NI公司的方案实在太昂贵,采用MATLAB能够大大降低成本。matlab与ccs之间基于RTDX协议进行数据交换,同时matlab基于TCP/IP协议与E5071B之间通信,源码说明如下: (1)RTDX_ok目录:matlab7.0代码,包含了一个用GUI实现的界面和相关的具体代码
TCPIP_Communications_in_Matlab
- Transmission Control Protocol (TCP/IP) communications are used to send data from one computer to another over a network or from one application to another within a single computer. The jtcp.m program uses Matlab s ability to call Java code to en
matlab_tcpip_example
- a simple code to construct tcp ip connection in matlab
tcp_ip_socket_comms_java
- this a tcp ip communication-this is a tcp ip communication
jtcp
- 使用MABLAB仿真TCP/IP,jtcp.m,使用Matlab的Java接口来处理传输控制协议(TCP)通讯与其他应用程序,无论是在同一台计算机或远程的。内含2版本-MABLAB simulation WSN, jtcp.m, using Matlab Java interface to deal with the Transmission Control Protocol (TCP) communication with other applications, either on the s
用CS结构求解矩阵乘法问题
- 用C/S结构求解矩阵乘法问题。假定有多台电脑互联网中并使用TCP/IP进行通信。我们要使用一个客户和几个服务器求解N×N的矩阵乘法问题。客户通过srvcfg.txt文件所获取所有的服务器程序必要的信息,如服务器的个数,IP地址或主机名。例如,一个“srvcfg.txt”文件的内容为: 3 149.150.167.123 149.150.162.182 149.150.169.250 表示有3个服务器及相应的IP地址。 然后,建立于所有服务的Socket连接和I/O流。客户从c
tcp_ip_socket_comms_java
- Matlab TCP/IP protocol deomonstration
Communication_md5
- 通信中不错的一种签名算法,可以有效的验证数据真实性,防止数据被修改。比较适合做签名操作,可以在TCP/IP中使用-Good communication a signature algorithm, can effectively verify the authenticity of data, prevent data being modified. More suitable for a signature, you can use the TCP/IP,
matlab_tcpip_example
- MATLAB supports TCP/IP communication using Instrument Control Toolbox. This MATLAB code example shows you how to exchange data with a remote application using TCP/IP. This example is taken a MATLAB Digest technical article written by Edward J. May
MATLAB-TCPIP
- tcp\ip 通信,其中有两个,一个矩阵信息,一个是字符串。(tcp\ip communication)
本小姐的介绍
- 该代码为windows环境下利用winsock.h进行TCP/IP协议传输好(The code is transmitted by winsock.h for TCP/IP protocol under the windows environment)