搜索资源列表
-
2下载:
基于LABVIEW的TCP网络通信。
1.采用服务器 / 客户机模式进行双机通信,由服务器产生一组随机波形,通过局域网送到客户机进行显示。
2.采用服务器 / 客户机模式进行双机通信,由服务器发送一组字符串,通过局域网送到客户机进行显示。
-LABVIEW based on the TCP network traffic. 1. Used the server/client model of pairs of aircraft communications, a group
-
-
1下载:
这是labview编写的主机端和客户端的TCP程序,希望对大家有用-It is written in labview host and client TCP procedures in the hope that useful
-
-
1下载:
基于arm开发板和pc机的tcp/ip通讯,arm开发板作为服务器,pc机作为客户端连接arm板,arm板根据接收的命令开关led灯。其中pc机的客户端程序用labview编写。-Based on arm development board and pc tcp/ip communication, arm development board the connecting arm board as a client as a server, pc machine to arm the board
-
-
0下载:
Very simple implementation of TCP-IP protocol in LabView with client and server modules
-
-
0下载:
基于labview的TCP客户端程序发送主机通常将发送缓冲区中的数据按内存地址从低到?的顺序发出,接收主机把从?络上接到的字节依次保存在接收缓冲区中,也是按内存地址从低到?的顺序保存。
TCP/IP协议规定,?络数据流应采??端字节序,即低地址?字节。
socket API是?层抽象的?络编程接?,适?于各种底层?络协议,如IPv4、 IPv6,以及后?要讲的UNIX Domain Socket。(Based on the TCP client program to send the hos
-