登录
首页 » c » 超声波51测距离

超声波51测距离

于 2022-09-24 发布 文件大小:1.55 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

超声波51壁障小车,1602专用,带壁障效果,,顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶

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

发表评论

0 个回复

  • FeatureToRaster
    说明:  基于AE的矢量转栅格,调用ae的接口,可以用于arcglobe的挖地显示(FeatureToRaster,FeatureToRaster)
    2009-08-31 16:57:58下载
    积分:1
  • 123i
    删除,登陆,退出。的看法是否健身房哈家看双方都是的散客计划罚款撒时代手机卡的卡上的境况的架势都快结婚是卡的 (this is very good)
    2014-06-25 21:25:00下载
    积分:1
  • Visual_C++[1].NET_Bible37-44
    Visual_C++[1].NET_Bible1 Visual_C++宝典书中的全部源码,相信对大家很有用。这是37-44章的(Visual_C [1].NET_Bible1 Visual_C treasury of the entire book Department source, we believe that the right useful. This is the Chapter 37-44)
    2007-04-24 19:06:37下载
    积分:1
  • 文字转换成图形C#代码
    读取文字内容,利用DrawString方法画出文字
    2022-03-30 19:23:31下载
    积分:1
  • 图片轮播
    图片播放器的wpf源码,具有动态效果,可以参考一下(Photo player WPF source code, with dynamic effect, you can refer to)
    2020-06-24 04:20:01下载
    积分:1
  • AVRSmgOneKey.DSN
    AVR单片机ATmega16L基于状态机的独立按键Proteus仿真( )
    2013-09-24 20:03:51下载
    积分:1
  • NewAntProject
    一个蚁群算法 解决tsp问题的,里面有75个50个30个 结点的例子。把该文件附加到源文件下就可以了。(Tsp ant colony algorithm to solve a problem, there are 75 to 50 of 30 nodes example. The document attached to the source files under it.)
    2010-12-27 16:52:14下载
    积分:1
  • Tic-tac-toe-chess
    C语言实现井字棋博弈的过程,采用极大极小算法。(The C language game of tic-tac-toe chess, using the minimax algorithm.)
    2012-05-20 23:15:48下载
    积分:1
  • CRC
    循环码的编码与译码器(支持一位的纠错) 编码(n,k可调) 测试用例1: input:n=7 k=3 g=11101 m=101 output:1010011 input:n=7 k=3 g=11101 m=010 output:0100111 测试用例2: input:n=7 k=4 g=1011 m=1101 output:1101001 input:n=7 k=4 g=1011 m=1010 output:1010011 译码(可译一位错) 测试用例1: input:n=7 k=3 g=11101 r=0100110 已纠错 output:0100111 input:n=7 k=3 g=11101 r=1110011 已纠错 output:1010011 测试用例2: input:n=7 k=4 g=1011 r=1110011 已纠错 output:1010011 input:n=7 k=4 g=1011 r=1111001 已纠错 output:1101001(Encoding and decoding of cyclic codes (to support an error-correction) Coding (n, k adjustable) Test Case 1: input: n = 7 k = 3 g = 11 101 m = 101 output: 1,010,011 input: n = 7 k = 3 g = 11 101 m = 010 output: 0,100,111 Test Case 2: input: n = 7 k = 4 g = 1011 m = 1101 output: 1101001 input: n = 7 k = 4 g = 1011 m = 1010 output: 1,010,011 Decoding (translation of a wrong) Test Case 1: input: n = 7 k = 3 g, = 11 101 r = 0.10011 million Error-correcting output,: 0,100,111 input: n = 7 k = 3 g, = 11 101 r = 1,110,011 Error-correcting output,: 1,010,011 Test Case 2: input: n = 7 k = 4 g, = 1011 r = 1,110,011 Error-correcting output,: 1,010,011 input: n = 7 k = 4 g, = 1011 r = 1,111,001 Error-correcting output,: 1,101,001)
    2012-03-04 16:02:48下载
    积分:1
  • 设计模式
    资源描述 设计模式中部分设计模式源码整理 例如单例模式  using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading; namespace Com.SingletonPattern {     ///     /// 功能:延迟加载单例模式 利用DotNet的特性     /// 编写:willieni     /// 日期:2015年07月10日     /// 备注:延迟加载     ///     public class DelaySingleton : ISingleton     {         private DelaySingleton()         {         }         public static DelaySingleton Instance         {             get             {
    2022-01-25 21:22:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载