代码搜索:机器人程序
找到约 10,000 项符合「机器人程序」的源代码
代码结果 10,000
www.eeworm.com/read/132449/14089337
txt exam2.txt
print "这个程序演示FOR循环嵌套"
FOR x=1 TO 10
For y=1 to 10
print "(";x;",";y;")的值为:",x*y
next
NEXT
www.eeworm.com/read/201061/15416971
txt src_communication.txt
"E:\\源程序\\第7章 Applet\\C706\\Communication\\Communication.java"
www.eeworm.com/read/201061/15416979
txt src_imageandsound.txt
"E:\\源程序\\第7章 Applet\\C707\\ImageandSound\\ImageandSound.java"
www.eeworm.com/read/108943/15569478
txt readme.txt
取的 IP 地址和主机名称
该程序使用 WinSock API , 还不能处理同机多个地址的情况。