CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - UDP matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - UDP matlab - List
[
Embeded-SCM Develop
]
TCPIP-C
DL : 0
网络,基于嵌入式的网络协议,UDP/IP的协议.处理器无关部分源代码--UDP/IP network protocol in embedded enviroment.
Update
: 2025-02-19
Size
: 55kb
Publisher
:
徐海
[
Internet-Network
]
iperf-2.0.2.tar
DL : 0
用来测试端到端的网络带宽,即可用tcp测,也可用udp测,非常好-used to test end-to-end network bandwidth can be measured using tcp, udp available measurement, and very good
Update
: 2025-02-19
Size
: 228kb
Publisher
:
ww
[
Internet-Network
]
simulinkUdp
DL : 0
Update
: 2025-02-19
Size
: 1.86mb
Publisher
:
甄真
[
ICQ-IM-Chat
]
lan_chat
DL : 0
局域网聊天工具(本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCPIP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞)-LAN chat tools (this program is divided into server application and client application in part, using Socket socket network programming library. (UDP) and (TCPIP) a combination of connections, and resolved the timeliness of data transmission but also ensures that data in the process of transmission will not be lost. In addition the procedure to avoid the use of multiple threads blocking procedure)
Update
: 2025-02-19
Size
: 211kb
Publisher
:
扬扬
[
TCP/IP stack
]
tcp_udp_ip_2.0.6
DL : 0
MATLAB的TCP-UDP-IP工具箱2_0_6源代码免费下载-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code-MATLAB-TCP-UDP-IP Toolbox 2_0_6 source code for free download-Source Code of TCP-UDP-IP Toolbox 2_0_6-Free Source Code
Update
: 2025-02-19
Size
: 205kb
Publisher
:
chenblue
[
TCP/IP stack
]
dspUDPSend
DL : 0
UDP数据dsp传输matlab仿真,UDP数据dsp传输matlab仿真-simulation of udp data sending,simulation of udp data sending
Update
: 2025-02-19
Size
: 1kb
Publisher
:
李大人
[
TCP/IP stack
]
dspUDPReceive
DL : 0
udp数据接受DSP仿真, -simulation of udp data receive,simulation of udp data receive,
Update
: 2025-02-19
Size
: 2kb
Publisher
:
李大人
[
matlab
]
MATLABFFT
DL : 0
MATLAB频谱分析源代码,自己写的,配合原始数据文件,超级详细-Spectrum Analyzer MATLAB source code that he wrote with the original data files, super detailed
Update
: 2025-02-19
Size
: 21kb
Publisher
:
youngliu
[
matlab
]
judp
DL : 0
UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).-UDP packets are used to send data from one computer to another over a network or from one application to another within a single computer. The judp.m program uses Matlab s ability to call Java code to enable it to send and/or receive UDP packets. One Matlab session can communicate with another Matlab session (on the same machine or over the network) or it can communicate with a completely different program (again, on the same machine or over the network).
Update
: 2025-02-19
Size
: 3kb
Publisher
:
xiaoni
[
TCP/IP stack
]
udplib
DL : 0
This library contains four blocks for UDP send and recive. You can communcate with binary data (chars) or non-nested buses. MATLAB 7.4 (R2007a)
Update
: 2025-02-19
Size
: 31kb
Publisher
:
Rafal
[
matlab
]
MATLAB_UDP
DL : 0
MATLAB UDP局域网PC之间进行通信,并传递数据-MATLAB UDP
Update
: 2025-02-19
Size
: 8kb
Publisher
:
xiaolu
[
matlab
]
oscsend
DL : 0
发送一个开放声音控制(OSC)的信息通过UDP连接 oscsend(美,路径) oscsend(美,路径,类型,arg1的,arg2的,...) oscsedn(美,路径,类型,[参数]) ü= UDP的对象与打开的连接。 路径=路径字符串 =同类型的参数类型的字符串, 支持: 我=整数 f=浮动 商S =串 每组空(忽略相应的参数) 余=脉冲(忽略相应的参数) T=真(忽略相应的参数) F=假(忽略相应的参数) 乙=布尔(不是官方:将参数为T/在F型) 不支持: b=一滴 参数=参数所指定的类型。 示例 ü=的UDP( 127.0.0.1 ,7488) 的FOPEN(美) oscsend(ü, /测试 , ifsINBTF ,1,3.14, 您好 ,[],[],虚假,[],[]) fclose(美) 如需关于振荡信息http://opensoundcontrol.org/。-Sends a Open Sound Control (OSC) message through a UDP connection oscsend(u,path) oscsend(u,path,types,arg1,arg2,...) oscsedn(u,path,types,[args]) u = UDP object with open connection. path = path-string types = string with types of arguments, supported: i = integer f = float s = string N = Null (ignores corresponding argument) I = Impulse (ignores corresponding argument) T = True (ignores corresponding argument) F = False (ignores corresponding argument) B = boolean (not official: converts argument to T/F in the type) not supported: b = blob args = arguments as specified by types. EXAMPLE u = udp( 127.0.0.1 ,7488) fopen(u) oscsend(u, /test , ifsINBTF , 1, 3.14, hello ,[],[],false,[],[]) fclose(u) See http://opensoundcontrol.org/ for more information about OSC.
Update
: 2025-02-19
Size
: 2kb
Publisher
:
abeaqhax
[
matlab
]
Matlab-UDP
DL : 0
实现Matlab UDP通讯工具箱的发送和接收功能-Communications toolbox to achieve Matlab UDP send and receive functions
Update
: 2025-02-19
Size
: 11kb
Publisher
:
苏三
[
matlab
]
matlabPudp
DL : 1
在matlab实现UDP发送和接受数据的功能。-In matlab to achieve UDP send and receive data.
Update
: 2025-02-19
Size
: 9kb
Publisher
:
杨一
[
matlab
]
MATLAB-to-XPlane9
DL : 0
this program is a sample program for connecting MATLAB with Xplane9 using UDP comunication.
Update
: 2025-02-19
Size
: 415kb
Publisher
:
fendi
[
TCP/IP stack
]
TCP-UDP-IP
DL : 0
用MATLAB编写了Internet中TCP/UDP连接,模拟了可靠的TCP连接和快速的UDP连接过程,可直接使用。-Written using MATLAB Internet TCP/UDP connection, analog reliable TCP connection and fast UDP connection process, can be used directly.
Update
: 2025-02-19
Size
: 193kb
Publisher
:
王林汝
[
Internet-Network
]
Matlab+UDP++通讯
DL : 0
matlab UDP 收发程序,用于UDP收发测试(Matlab UDP transceiver)
Update
: 2025-02-19
Size
: 8kb
Publisher
:
故事与酒
[
matlab
]
Matlab UDP
DL : 0
通过matlab中GUI实现的远程通信程序(A remote communication program implemented by GUI in MATLAB)
Update
: 2025-02-19
Size
: 14kb
Publisher
:
长沙的新人
[
matlab
]
MATLAB udp
DL : 0
UDP网络传输的代码,可以参考一下,matlab的程序(UDP network transmission code, you can refer to the matlab program)
Update
: 2025-02-19
Size
: 1kb
Publisher
:
牛XX
[
matlab
]
UDP测试上位机-基于matlab GUI编写
DL : 1
UDP测试上位机-基于matlab GUI编写(UDP unlaod machine by matlab)
Update
: 2025-02-19
Size
: 3.14mb
Publisher
:
haojisangh
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.