程序的功能:填充一个TCP数据包,并发送给目的主机
1.以命令行形式运行:SendTCP source_ip source_port dest_ip dest_port
  其中,SendTCP为程序名;source_ip为源端IP地址; source_port为源端口; dest_ip为目的端IP地址;dest_port为目的端口
2.数据字段为“This is my work of network!”
3.成功发送后在屏幕上输出“Send OK!”