-
um=5.elmo
/*The program sets an arrays of positions and speeds.On the digital input #6 trigger, the program moves forward, waits one second and returns.The destination and speed of the motion are defined according to the values in the speed and position arrays, with an index set by digital inputs #1 through #5.When an error occurs, the program stops and digital output #1 is raised.The motions are executed by functions called by the main program.Errors are detected in the motion functions and returned to the main program.*///Global Variable declarationint Destination[32];int MotionSpeed[32];int MaxDest;int MaxSpeed;//Functions declarationfunction int Err = MoveForward(int MoveIndex); function int Err = MoveBack(int MoveIndex);//Program##PROGRAM1//Local variables declarationint i;float Coeff;//Program bod
- 2022-06-16 23:30:26下载
- 积分:1
-
QRcode codec decoder, functions as a picture translated to read its contents, pi...
QRcode解码译码器,功能为读入一张图片译出其内容,图片可以是拍摄的。本站其他相关资源都没有此部分源码,此为本人结合官方JAVA源码编写的完整译码部分,具体功能包括图形探测定位、图形过滤校正、检错纠错等。-QRcode codec decoder, functions as a picture translated to read its contents, pictures can be taken. Site other related resources are not part of this source, this is my official JAVA source combined with the preparation of a complete decoding of the specific features include detection of positioning graphics, graphics filter correction, such as Error Detection and Correction.
- 2023-05-13 13:40:02下载
- 积分:1
-
自编软件gps控制网优化设计源码,希望对大家有所帮助
自编软件gps控制网优化设计源码,希望对大家有所帮助-software for a GPS control network optimization design source, we hope to help
- 2023-08-14 23:10:04下载
- 积分:1
-
msn message similar to the notice on the task bar
类似msn message的任务栏通知器-msn message similar to the notice on the task bar
- 2022-01-26 04:07:47下载
- 积分:1
-
md5文件验证工具
在listbox中双击就可以复制md5码到剪切板
md5文件验证工具
在listbox中双击就可以复制md5码到剪切板-md5 file validation tool in the listbox, double-click on the md5 code can be copied to Clipboard
- 2022-05-20 16:40:29下载
- 积分:1
-
一种快速便捷的实现N个数全排列的c程序算法
一种快速便捷的实现N个数全排列的c程序算法-Realize a fast and convenient array of N number of the whole algorithm c program
- 2022-01-21 21:22:13下载
- 积分:1
-
LINUX MOXA in the drive and model procedures
MOXA在LINUX下的驱动以及示范程序-LINUX MOXA in the drive and model procedures
- 2022-09-05 17:25:03下载
- 积分:1
-
孙鑫教程源码
孙鑫视频 教程第3课源码
孙鑫教程源码
孙鑫视频 教程第3课源码-failed to translate
- 2023-06-21 10:45:04下载
- 积分:1
-
屏幕键盘源代码
资源描述这是一个除F1-F12键外完整的完整屏幕虚拟键盘源代码,还包括屏幕截图和打开我的电脑功能。但SHIFT、CTR、LALT键有BUG,有时按下不能弹起,需要按物理键盘才能恢复。
- 2022-08-08 11:06:16下载
- 积分:1
-
MFC单文档 、登录窗口
MFC单文档 、登录窗口,软件打开后,先弹出登录对话框,若是信息输入不正确,则无法进入主界面,登录窗口的不二选择
- 2022-01-28 13:41:58下载
- 积分:1