登录
首页 » C# » 双电机键盘控制 是一个键盘控制智能小车子程序。可以用于智能小车前进、后退等等的控制。...

双电机键盘控制 是一个键盘控制智能小车子程序。可以用于智能小车前进、后退等等的控制。...

于 2022-07-27 发布 文件大小:86.62 kB
0 139
下载积分: 2 下载次数: 1

代码说明:

双电机键盘控制 是一个键盘控制智能小车子程序。可以用于智能小车前进、后退等等的控制。-double motor control keyboard is a keyboard control Intelligent Vehicle subroutine. Smart car can be used to advance, retreat, etc. control.

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

发表评论

0 个回复

  • qiuni
    C语言矩阵求逆模块,输入矩阵调用此模块即可求出对应的逆矩阵(C language matrix inversion module)
    2013-12-16 21:18:18下载
    积分:1
  • 123
    说明:  按键控制LCD,显示射频宽度放大器的增益值,通过单片机键盘控制。(LCD is controlled by keys, and the gain of RF width amplifier is displayed. It is controlled by keyboard of single chip computer.)
    2020-06-23 22:20:02下载
    积分:1
  • NETserver
    绝无仅有的C#在线视频聊天程序.价值1万的网站(This Code is vevry good)
    2010-11-02 02:06:49下载
    积分:1
  • .net C/S系统快速开发框架
    适用开发:制造、服务、零售、商贸等行业的ERP、MRP、MES、CRM、MIS、HIS、POS数据管理应用系统运行平台:Windows .NET Framework 4.5开发工具:Visual Studio 2015 ,C#语言数据库:Microsoft SQLServer 2008R2 (支持多数据库:Oracle/MySql)【源码目录】48.9元开发框架├── DEV13.2.6安装方法.txt├── DXperienceUniversal-13.2.6│   ├── C#源码世界.url│   ├── DXBuildGenerator-master.zip│   ├── DevExpress.Patch v6.1.rar│   ├── DevExpress13.2.6的安装与破解 - 技术文档 - C#源码世界.url│   ├── DevExpressCodeRush-13.2.6.exe│   ├── DevExpressComponents-13.2.6.exe│   ├── DevExpressComponentsHelp-13.2.6.exe│   ├── DevExpressLocalizedResources_2013.2(中繁汉化).rar│   ├── DevExpressLocalizedResources_2013.2_zh-CN.zip│   ├── Readme.txt│   ├── SourceBuilderTool.exe│   └── Sources.rar├── DXperienceUniversal-13.2.6.rar├── Ribbin.zip├── dev安装说明.txt└── 框架运行方法.txt1 directory, 17 files
    2020-11-08下载
    积分:1
  • M3/M4的中断矢量重定向
    /******************************************************************************  * 文件名称: NVIC_VECOTORS.c  *  * 功能说明:  *           1. 需求说明  *              在FLASH版本中默认中断矢量表在FLASH内,而在启动程序中对其初始化,  *           这样后期的中断函数管理就比较麻烦,例如本程序中需要根据设定的SPI口  *           来定义中断函数,就只能通过宏定义的形式,降低了程序的内聚耦合性能,  *           且不方便以后的移植,所以需要实现中断矢量的重定向。  *  *           2. 实现方法  *              默认的FLASH中的中断矢量表肯定不可能在程序运行中实时修改,所以  *           必须在RAM中重新定义一
    2022-01-29 04:06:21下载
    积分:1
  • WINDOWS_CoreProgramming
    新手初次学习windows程序时必看的一部参考书籍,很有帮助的(Novice learner windows program a must-see one reference book, very helpful)
    2010-01-19 16:09:22下载
    积分:1
  • duilie
    队列的一般数据结构 队列的创建 删除 修改 取数据等等(The general data structure queue queue to take the data and so create delete modify)
    2010-09-08 14:36:38下载
    积分: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
  • Demo-FileTransfer
    一个简单的ftp传送文件的协议!?桓黾虻サ膄tp传送文件的协议!(A simple file transfer protocol ftp!? Hwan Microvelia Tabanidaeサ膄tp agreement to send the document!)
    2008-05-16 14:15:21下载
    积分:1
  • chuankou1
    串口字符串发送与筛选接收,一次可以发送字符串和数字串。(Serial string sent with screening reception, one can send a string several strings.)
    2014-02-24 11:21:59下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载