登录
首页 » c » arduino智能小车舵机控制及超声波壁障

arduino智能小车舵机控制及超声波壁障

于 2022-04-29 发布 文件大小:22.37 kB
0 45
下载积分: 2 下载次数: 2

代码说明:

arduino智能小车实现舵机控制及超声波壁障

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • hutingkcsj
    高效人事管理系统的课程设计报告 ,C++版的,里面有课程设计的报告书和任务书,内容详细。(And efficient personnel management system, curriculum design report, C++ version, which has curriculum design report and the mission statement and detailed.)
    2009-10-23 18:52:44下载
    积分:1
  • 3D_Analyst
    本程序是进行supermap二次开发,以此实现三维分析功能。(This procedure is carried out supermap second development, in order to achieve three-dimensional analysis.)
    2020-07-03 20:00:01下载
    积分:1
  • 导入数据文件,仿真正态分布曲线图
    导入存储数据的TXT文件,经过计算仿真出正态分布曲线图,可以直观的看出数据之间的变化关系。
    2022-03-06 00:32:12下载
    积分:1
  • Graphic
    二维绘图,包括直线,矩形,圆,多边形等绘制(Two-dimensional graphics, including lines, rectangles, circles, polygons drawn)
    2012-07-25 11:40:58下载
    积分:1
  • 关于正交化基底的最小二乘法
    数据的拟合是函数的一种逼近的方法,衡量数据的逼近程度有许多种,和插值不同的是,这里的逼近可以使得拟合的函数与原来的数据接近上更均匀,这里采用的衡量标准为最佳平方逼近。在实际问题中,我们遇到情况较多的还是离散的情况,所以,这里着重讨论离散数据的拟合。最小二乘法是最佳平方逼近中,对离散数据的一种拟合方法。
    2022-04-17 22:32:02下载
    积分:1
  • Netmanag
    网络管理程序。含ping,ftp,smtp等功能 (Network manage app , having ping , ftp and smtp etc)
    2020-11-14 21:59:42下载
    积分:1
  • Dimensional-code-codec-source-code
    二维码编码解码器源码,可以实现扫描二维码,使用很方便(Dimensional code codec source code, you can achieve scan two-dimensional code, very easy to use)
    2013-11-18 21:58:08下载
    积分:1
  • srfft
    计算复序列的分裂基快速傅里叶变换,分裂基快速算法是将基2和基4分解组合而成。在基2M类快速算法中,分裂基算法具有最少的运算量,且仍保留结构规则、原位计算等优点。(Calculate complex sequence of split radix fast Fourier transform, fast algorithm is to split the base base 2 and base 4 decomposition combination. 2M fast algorithm in the base class, the split-based algorithm has the least amount of computation and structural rules remain in situ calculation and so on.)
    2013-05-23 19:56:04下载
    积分:1
  • C# 模糊文字 点击按钮文字模糊
    C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:   if (((Button)sender).BitmapEffect != null)   {    ((Button)sender).BitmapEffect = null;   }   else   {    Button MyButton = (Button)sender;    var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();    MyBlurEffect.Radius = 4;    MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;    MyButton.BitmapEffect = MyBlurEffect;   }
    2022-01-21 04:39:19下载
    积分:1
  • codeblocks 中tree使用示例
    codeblocks开发平台中开发的基于frame的程序,里面示例中添加了框架菜单及树状菜单的功能,展示了各种menu类的相关功能,还有就是wxTree树状菜单的添加及事件处理函数的使用实例;简单易学。
    2022-01-26 06:05:42下载
    积分:1
  • 696518资源总数
  • 104271会员总数
  • 70今日下载