-
Design of fuzzy controller for smart
Design of fuzzy controller for smart
- 2023-04-30 06:55:03下载
- 积分:1
-
JPaint来自sourceforge,是用MFC编写的绘图软件(开源),界面与Windows自带的绘图软件相似,功能强大。...
JPaint来自sourceforge,是用MFC编写的绘图软件(开源),界面与Windows自带的绘图软件相似,功能强大。-JPaint from sourceforge, it is prepared to use MFC graphics software (Open Source), interface with the Windows built-in mapping software similar to the powerful.
- 2022-07-23 15:19:34下载
- 积分:1
-
matlab高阶统计量分析工具箱
matlab高阶统计量分析工具箱-Matlab higher-order statistics Analysis Toolbox
- 2022-09-17 14:35:08下载
- 积分:1
-
测试串口 可以发送数据到串口,转换16进制字符串到字节数组...
测试串口 可以发送数据到串口,转换16进制字符串到字节数组-Serial test data can be sent to the serial port, conversions of 16 hexadecimal string to byte array
- 2022-01-25 20:05:38下载
- 积分:1
-
全程web应用建模的过程.rar
全程web应用建模的过程.rar-The whole process of web application modeling. Rar
- 2023-08-14 00:05:03下载
- 积分:1
-
own compilers, and not all functions, Members can coach
自己做的编译器,功能不见全,请大家多多执教-own compilers, and not all functions, Members can coach
- 2022-12-22 19:30:03下载
- 积分:1
-
The use of this procedure, you can block diagram interface with the windows pain...
利用此程序,可以再windows界面的框图内画出正弦曲线的图像-The use of this procedure, you can block diagram interface with the windows painted images sinusoid
- 2022-02-26 04:49:09下载
- 积分:1
-
这个机场基地项目(VS2005,C++)
This Airport Base project(VS2005, C++)
For Students and Newbe s-This is Airport Base project(VS2005, C++)
For Students and Newbe s
- 2022-08-31 12:30:03下载
- 积分:1
-
s3c2510 Development
s3c2510 开发-s3c2510 Development
- 2022-12-26 19:10:03下载
- 积分:1
-
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