-
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
-
vB excel programming examples!!!!
vB excel programming examples-vB excel programming examples!!!!
- 2022-06-21 07:01:42下载
- 积分:1
-
was the machine's IP subnet mask DNS
获得本机的 IP DNS 子网掩码-was the machine"s IP subnet mask DNS
- 2022-03-13 16:10:17下载
- 积分:1
-
校友录系统(ASP.NET 3.5实现)
本程序实现了校友录系统的基本功能,通过对数据库的操作,完善了校友录的所有功能,方便初学者参考学习,也能够通过这个大体框架来修改实现自己想要添加的各个功能模块。希望大家能通过这个小程序来加深对ASP.NET的理解和应用。
- 2022-01-26 20:07:41下载
- 积分:1
-
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述...
自动替换文件名的小程序,在节面上输入文件名需要替换的部分,和替换后的描述,程序自动将所有需要替换的名称替换为后一种描述-Automatically replace the file name of the applet, in the section of the surface of the input file name of the part needs to be replaced, and replaced the description, the program will automatically replace the names of all those in need is replaced by the latter description
- 2022-06-20 16:26:32下载
- 积分:1
-
LDPC的检验矩阵的生成,编码和译码过程。
LDPC的检验矩阵的生成,编码和译码过程。-The process of LDPC codes generating,encoding and decoding.
- 2022-02-11 18:39:51下载
- 积分:1
-
Shared Memory interface application program,
Shared Memory interface application program,
- 2023-01-20 10:30:04下载
- 积分:1
-
平滑去除噪声
这个程序在windows编程环境下用VC++编写成的,这是一个图像噪声去除的程序,程序可以对二值图像的中的噪声进行去除,效果良好,请大家借鉴,相互学习。
- 2022-04-06 23:54:53下载
- 积分:1
-
集合排序
现有若干个集合的数据,每个数据集合可以自选一个指标参加排序。...
集合排序
现有若干个集合的数据,每个数据集合可以自选一个指标参加排序。-Sort the existing number of collections of data collection, each data set can be an indicator of on-demand sort join.
- 2022-04-22 08:04:25下载
- 积分:1
-
It is the code that dcm to bmp and bmp to dcm.
dcm to bmp and bmp to dcm-It is the code that dcm to bmp and bmp to dcm.
- 2022-08-10 02:37:03下载
- 积分:1