搜索:7838
找到约 1 项符合「7838」的查询结果
结果 1
https://www.eeworm.com/dl/619/342466.html
Linux/Unix编程
linux组播代码 #! /bin/sh gcc -Wall mcastclient.c -o mcastclient gcc -Wall mcastserver.c -o mcastserve
linux组播代码
#! /bin/sh
gcc -Wall mcastclient.c -o mcastclient
gcc -Wall mcastserver.c -o mcastserver
#./mcastserver 230.1.1.1 7838
#./mcastclient 230.1.1.1 7838 192.168.100.1 12345