-
Fuzzy_back_track
利用模糊使用在倒車入庫上,用重心法解模糊得出速度及角度。!!!(Storage used in the reverse fuzzy, and with the speed of gravity method and the angle obtained ambiguity. !!!)
- 2010-12-16 15:34:17下载
- 积分:1
-
_FuzzyPID
MATLAB算法 自己设计的 希望能帮助你 模糊PID(MATLAB algorithm design their own hope to help you fuzzy PID)
- 2015-04-20 21:48:44下载
- 积分:1
-
C# 浮动窗体 会跑的左右漂浮移动窗口
C#制作的浮动窗体,动态左右漂浮移动的窗口,打开后,漂浮在其它窗口上边,由左向右漂浮移动,从截图上看不出动态漂浮移动的效果,你可以下载源码,编译运行实例即可看到,窗体漂浮移动部分的代码,如下示:
private void timer1_Tick(object sender, System.EventArgs e)
{
Point p = new Point(this.DesktopLocation.X + 1, this.DesktopLocation.Y);
this.DesktopLocation = p;
if (p.X == 550)
{
timer1.Stop();
}
}
- 2023-02-27 10:00:03下载
- 积分:1
-
CAN按键收发显示
说明: ?A、B两块开发板上电,按开发板A上的按键S1—S4,A板将通过CAN总线向B板发送按键数字信息,B板接收到该信息后通过数码管显示出A版相应的按键值。(A, B two development board power, press the development board A button s1-s4, A board will send key digital information through CAN bus to B board, B board received the information through the digital tube display A corresponding key value.)
- 2020-06-20 10:00:01下载
- 积分:1
-
prepdf4.1.4
免费下载FLUENT预处理程序PrePDF4.1.4 (Free download FLUENT preprocessor PrePDF4.1.4)
- 2009-09-07 16:33:00下载
- 积分:1
-
HY64
飞思卡尔HY64单片机模块初始化和应用程序。(Freescale HY64 microcontroller module initialization and applications.)
- 2013-09-25 10:30:43下载
- 积分:1
-
SDKO-token-local
ARM体系结构与编程学习arm的实验代码大家可以看看下在(The ARM architecture and programming learning ARM s code you can see in the experiment)
- 2017-04-28 20:39:45下载
- 积分:1
-
实验室灯控制的PID
一个控制实验室灯的Arduino 的程序,2个灯和2个传感器的控制
- 2022-11-04 12:00:03下载
- 积分:1
-
newton_cpp
计算方法《牛顿差值》(calculation method, "Newton margin")
- 2005-01-25 21:40:20下载
- 积分:1
-
Transfortion
计算机图形学中实现多边形平移,旋转,缩放变换。(Polygons in computer graphics to achieve translation, rotation, scaling transformation.)
- 2020-11-11 20:29:44下载
- 积分:1