代码搜索:机器人程序
找到约 10,000 项符合「机器人程序」的源代码
代码结果 10,000
www.eeworm.com/read/178018/9423618
prg 主程序.prg
set directory to curdir()
_screen.windowstate=2
_screen.width=625
_screen.height=550
_screen.autocenter=.T.
push menu _msysmenu
do 系统菜单.mpr
do form 用户登录
on shutdown quit
read events
pop me
www.eeworm.com/read/178018/9423629
bak 主程序.bak
www.eeworm.com/read/373892/9430089
fxp 主程序.fxp
www.eeworm.com/read/373736/9441329
doc 参考程序.doc
www.eeworm.com/read/177265/9462317
txt 程序说明.txt
***智能监视系统***
程序运行时需要视频捕捉设备,如果没有,请安装USB_CAMERA目录下的设备驱动程序。
***停车场收费系统***
先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件建立新数据库。
***高校银卡系统***
先安装sql server , 其中sa用户没有口令,再使用sql目录下的sql文件 ...
www.eeworm.com/read/177115/9469324
doc 程序简介.doc
www.eeworm.com/read/177061/9470327
fxp 主程序.fxp
www.eeworm.com/read/177061/9470343
prg 主程序.prg
clear all
set talk off
set century off
set sysmenu off
set escape off
set status bar off
_screen.caption='运动会成绩统计系统'
zoom window screen max
do form 总表单
do 菜单.mpr
read event
set talk off
r