-
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
-
C++科学计算器
该科学计算器是在用C++语言,在MFC平台上开发的,实现了一些常用的功能,如基本的四则运算。具有科学计算器的大部分功能。如计算各种三角函数,求二次、三次、N次方或者开方等等!
- 2022-04-17 20:18:05下载
- 积分:1
-
教师参加培训智能管理系统
基于ASP.NET的教师参加培训智能管理系统,包括培训项目申请、审批、培训日志、总结的填写,培训期间费用的报账功能,以及领导人审批等功能。
- 2022-03-10 04:03:30下载
- 积分:1
-
ripple addrr
好的一个vhdl代码的纹波进位加法器好的一个vhdl代码的纹波进位加法器
- 2022-03-29 03:56:10下载
- 积分:1
-
1000道JAVA题,可能对面试时候有用哦,都是基础题来的。
1000道JAVA题,可能对面试时候有用哦,都是基础题来的。-1000 JAVA that, it may be useful when the interview Oh, that is the basis.
- 2022-01-25 15:47:58下载
- 积分:1
-
回调水润
源代码演示了如何使用水螅开发API打开新窗口进入ERP系统。
- 2022-02-07 00:08:41下载
- 积分:1
-
哈希表映射程序!学会哈希表的简单应用功能!
哈希表映射程序!学会哈希表的简单应用功能!-Hash Table mapping procedures! Hash Table Institute of simple applications!
- 2023-02-20 05:25:03下载
- 积分:1
-
//定义全局变量
const int x=10,y=10 //常量,便于修改
int Available[x] //各资源可利用的数量...
- 2022-01-25 21:29:17下载
- 积分:1
-
In visual c++6.0 under similar software PowerWord
在visual c++6.0下实现类似金山词霸的软件-In visual c++6.0 under similar software PowerWord
- 2022-04-16 05:41:01下载
- 积分:1
-
使用Mapi访问微软的邮件服务器Exchange
使用马皮访问微软的邮件服务器交换,例如如何使用MAPI访问微软的Exchange邮件服务器
- 2022-02-04 01:23:25下载
- 积分:1