-
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
-
wuziqi
一个界面整洁的五子棋,很实用,建议大家下载试试看-wuziqi
- 2022-03-20 07:04:48下载
- 积分:1
-
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实...
最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done earlier, the results coincide and brush it off
- 2022-10-15 14:05:02下载
- 积分:1
-
从一本书附带代码修改而来 删除邮箱所有邮件(用于清除大量垃圾邮件) 自己修改内设的帐号和密码...
从一本书附带代码修改而来 删除邮箱所有邮件(用于清除大量垃圾邮件) 自己修改内设的帐号和密码-book from a fringe code revision to delete mail from all mail (for the removal of huge quantities of spam) to amend their internal account and password
- 2022-11-13 00:45:04下载
- 积分:1
-
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的....
一个Win2000系统下的并口驱动程序源代码,在Vc6.0环境下编的.-a Win2000 system under the parallel port driver source code, the environment Vc6.0 series.
- 2022-07-26 04:50:08下载
- 积分:1
-
主要是北斗导航卫星位置定位
主要是gps和北斗卫星位置计算,并能实现出卫星位置的精确位置。参考北斗卫星导航系统中空间信号接口控制文件。这段代码是接收机的一小部分,经过大量实验结果,实验得出数据比较精确。
- 2022-08-03 03:34:22下载
- 积分:1
-
button adjustment with the size of the work area
用按钮调整工作区的大小-button adjustment with the size of the work area
- 2022-02-12 21:36:32下载
- 积分:1
-
In vc++ Cool interface developed under the procedures in this regard lovers help...
在vc++下开发超酷的界面程序,对这方面的爱好者很有帮助的-In vc++ Cool interface developed under the procedures in this regard lovers helpful
- 2023-07-03 07:45:03下载
- 积分:1
-
在局域网内,能通过IP查看计算机的机器名和所在的工作组,可以向查看的计算机放上消息...
在局域网内,能通过IP查看计算机的机器名和所在的工作组,可以向查看的计算机放上消息-in LAN, IP View computer through the machine name and location of the working group to check the news via computer
- 2022-03-20 04:16:19下载
- 积分:1
-
该程序是采用贪婪法编制的一个小程序,解决问题是:有编号为1到n的物品,各物品的体积已知。将其装入体积均为V的箱子里,所用箱子要少...
该程序是采用贪婪法编制的一个小程序,解决问题是:有编号为1到n的物品,各物品的体积已知。将其装入体积均为V的箱子里,所用箱子要少-that the procedure was used in the preparation of greedy law a small program to solve the problem is : No. 1 to n items, the volume of goods known. Its size will load all the boxes V, using fewer boxes
- 2022-10-30 02:25:05下载
- 积分:1