-
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
-
used to read and write data blocks
使用WriteFile 块读写数据-used to read and write data blocks
- 2022-07-07 01:33:07下载
- 积分:1
-
库存管理和我的开题报告,还算可以吧,不算太全面
库存管理和我的开题报告,还算可以吧,不算太全面
-Inventory management and the problem that I report, you still can, not too full
- 2022-07-15 11:16:56下载
- 积分:1
-
这是一个VB ActiveResizer 32bit ActiveX DLL自动调整大小有关。
The ActiveResizer is a VB 32bit ActiveX DLL that automatically adjust the size ofVB controls and fonts on the form. As a user stretches or shrinks the form, the controlson the VB form will also stretch or shrink, accordingly.
- 2022-02-03 11:07:21下载
- 积分:1
-
在 Visual C++中操作Excel,对开发数据库管理系统很有意义
在 Visual C++中操作Excel,对开发数据库管理系统很有意义 -read and write excel file,useful for developing database management system
- 2023-02-01 08:25:04下载
- 积分:1
-
直线Bresenham 算法
直线的中点 Bresenham 算法的原理:每次在主位移方向上走一步,另一个方向上走不走步取决于中点偏差判别式的值。
理想直线将平面划分为三个区域:对于直线上的点,F(x, y) = 0; 对于直线上方的点 F(x, y)>0; 对于直线下方的点F(x, y)
- 2023-06-04 13:50:03下载
- 积分:1
-
C++d hao d x 这是个好东西 我写了很久才写好的 希望大家看看一起学习...
C++d hao d x 这是个好东西 我写了很久才写好的 希望大家看看一起学习
-C++ D hao dx This is a good thing I wrote was written a long time hope to see everyone together study
- 2022-02-07 03:26:17下载
- 积分:1
-
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间....
此程序代码用来获取计算机系统的时间,在很多情况下我们都需要系统时间.-this procedure code used to access the computer system and the time, in many cases we need the system time.
- 2022-02-20 02:41:11下载
- 积分:1
-
management for the CD Oh, wrote it myself.
用于光盘管理哦,自己写的.-management for the CD Oh, wrote it myself.
- 2023-03-04 07:50:04下载
- 积分:1
-
可以用用户自定义的icon进行填充的进度条示例的实现
可以用用户自定义的icon进行填充的进度条示例的实现-Can be user-defined icon to fill the progress bar example of the realization of
- 2022-05-25 05:36:51下载
- 积分:1