登录
首页 » C51 » keil

keil

于 2020-06-20 发布
0 107
下载积分: 1 下载次数: 3

代码说明:

说明:  在ARM 1752平台亲测可运行的电脑鼠代码,8*8 16*16的迷宫均可跑,冲刺时可完成连续转弯的路径直接斜线切过,其中搜索采用“泛洪搜索”,无论是算法还是程序架构都有值得学习的地方(The labyrinth of 8*8*16*16 can run in the ARM 1752 platform, and the path of continuous turning can be cut diagonally when sprinting. The search adopts "flooding search", which is worth learning both in algorithm and program architecture.)

文件列表:

最终版keil\cfg_file\Startup\InChip.sct, 265 , 2013-10-09
最终版keil\cfg_file\Startup\LPC1700PinCfg.h, 54889 , 2013-10-09
最终版keil\cfg_file\Startup\rt_sys_c.c, 15782 , 2013-10-09
最终版keil\cfg_file\Startup\rt_sys_s.s, 1614 , 2013-10-09
最终版keil\cfg_file\Startup\vector_cfg.h, 17292 , 2013-10-09
最终版keil\cfg_file\target_cfg.h, 5238 , 2013-10-09
最终版keil\cfg_file\zy_if\zy_if_cfg.h, 1699 , 2013-10-09
最终版keil\config.h, 2564 , 2013-10-09
最终版keil\Cortex-M3 Execute for lpc1700.map, 81769 , 2013-12-26
最终版keil\Cortex-M3_Execute_for_lpc1700.opt.bak, 6422 , 2013-11-01
最终版keil\Cortex-M3_Execute_for_lpc1700.Uv2.bak, 5920 , 2013-11-01
最终版keil\Cortex-M3_Execute_for_lpc1700.uvgui.Administrator, 143397 , 2013-12-26
最终版keil\Cortex-M3_Execute_for_lpc1700.uvgui_Administrator.bak, 143396 , 2013-12-16
最终版keil\Cortex-M3_Execute_for_lpc1700.uvopt, 22360 , 2013-12-26
最终版keil\Cortex-M3_Execute_for_lpc1700.uvproj, 35812 , 2013-12-04
最终版keil\Cortex-M3_Execute_for_lpc1700_DebugInFlash.dep, 3372 , 2014-01-24
最终版keil\Cortex-M3_Execute_for_lpc1700_Opt.Bak, 4285 , 2009-09-28
最终版keil\Cortex-M3_Execute_for_lpc1700_Release.dep, 3523 , 2013-12-04
最终版keil\Cortex-M3_Execute_for_lpc1700_Uv2.Bak, 5871 , 2009-09-23
最终版keil\Cortex-M3_Execute_for_lpc1700_uvopt.bak, 22359 , 2013-12-16
最终版keil\Cortex-M3_Execute_for_lpc1700_uvproj.bak, 35811 , 2013-11-05
最终版keil\JLinkLog.txt, 109921 , 2013-12-26
最终版keil\out\Cortex-M3 Execute for lpc1700.axf, 80192 , 2013-12-26
最终版keil\out\Cortex-M3 Execute for lpc1700.htm, 51518 , 2013-12-26
最终版keil\out\Cortex-M3 Execute for lpc1700.lnp, 472 , 2013-12-26
最终版keil\out\Cortex-M3 Execute for lpc1700.plg, 280 , 2009-09-28
最终版keil\out\Cortex-M3 Execute for lpc1700.tra, 1627 , 2013-12-26
最终版keil\out\ExtDll.iex, 19 , 2013-12-08
最终版keil\out\lpc1700pincfg.crf, 60342 , 2013-12-26
最终版keil\out\lpc1700pincfg.d, 1006 , 2013-12-26
最终版keil\out\lpc1700pincfg.o, 79012 , 2013-12-26
最终版keil\out\main.crf, 79522 , 2013-12-26
最终版keil\out\main.d, 995 , 2013-12-26
最终版keil\out\main.o, 113708 , 2013-12-26
最终版keil\out\mouse_drive.crf, 76255 , 2013-12-26
最终版keil\out\mouse_drive.d, 1089 , 2013-12-26
最终版keil\out\mouse_drive.o, 110928 , 2013-12-26
最终版keil\out\rt_sys_c.crf, 62333 , 2013-12-26
最终版keil\out\rt_sys_c.d, 1114 , 2013-12-26
最终版keil\out\rt_sys_c.o, 86352 , 2013-12-26
最终版keil\out\rt_sys_s.d, 47 , 2013-12-26
最终版keil\out\rt_sys_s.o, 1920 , 2013-12-26
最终版keil\out\target.crf, 59201 , 2013-12-26
最终版keil\out\target.d, 908 , 2013-12-26
最终版keil\out\target.o, 79832 , 2013-12-26
最终版keil\out\vector_table.crf, 67307 , 2013-12-26
最终版keil\out\vector_table.d, 1067 , 2013-12-26
最终版keil\out\vector_table.o, 87908 , 2013-12-26
最终版keil\out\zlg7289.crf, 61107 , 2013-12-26
最终版keil\out\zlg7289.d, 891 , 2013-12-26
最终版keil\out\zlg7289.o, 83128 , 2013-12-26
最终版keil\out\zy_if.crf, 62081 , 2013-12-26
最终版keil\out\zy_if.d, 1024 , 2013-12-26
最终版keil\out\zy_if.o, 86252 , 2013-12-26
最终版keil\USER_CODE\main.c, 49194 , 2013-12-08
最终版keil\USER_CODE\maze.h, 5725 , 2013-10-09
最终版keil\USER_CODE\Micromouse.h, 3014 , 2013-10-09
最终版keil\USER_CODE\Mouse_Config.h, 5685 , 2013-12-26
最终版keil\USER_CODE\Mouse_Drive.c, 67030 , 2013-12-26
最终版keil\USER_CODE\Mouse_Drive.h, 12642 , 2013-10-09
最终版keil\USER_CODE\zlg7289.c, 9926 , 2013-10-09
最终版keil\USER_CODE\zlg7289.h, 4619 , 2013-10-09
最终版keil\USER_CODE.rar, 26700 , 2013-12-07
最终版keil\ZY_CODE\firmware.h, 5235 , 2013-10-09
最终版keil\ZY_CODE\Startup\lpc1700.h, 85017 , 2013-10-09
最终版keil\ZY_CODE\Startup\LPC1700PinCfg.c, 7377 , 2013-10-09
最终版keil\ZY_CODE\Startup\target.c, 8162 , 2013-10-09
最终版keil\ZY_CODE\Startup\target.h, 3005 , 2013-10-09
最终版keil\ZY_CODE\Startup\vector_table.c, 11425 , 2013-10-09
最终版keil\ZY_CODE\zy_if\zy_if.c, 13639 , 2013-10-09
最终版keil\ZY_CODE\zy_if\zy_if.h, 10078 , 2013-10-09
最终版keil\cfg_file\Startup, 0 , 2013-11-30
最终版keil\cfg_file\zy_if, 0 , 2013-11-01
最终版keil\ZY_CODE\Startup, 0 , 2013-11-30
最终版keil\ZY_CODE\zy_if, 0 , 2013-11-30
最终版keil\cfg_file, 0 , 2013-11-30
最终版keil\out, 0 , 2013-12-26
最终版keil\USER_CODE, 0 , 2013-12-26
最终版keil\ZY_CODE, 0 , 2013-11-30
最终版keil, 0 , 2013-12-26

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

发表评论

0 个回复

  • csjsgc
    超声法检测混凝土缺陷技术规程,属于行业资料.工程检测资料(Ultrasonic Detection of defects in concrete technology in order and the information belongs to the industry. Project Detection information)
    2008-03-20 21:51:33下载
    积分:1
  • aircrack-ng-0.9.3-win
    说明:  windows下无线网络密码破解工具 windows下无线网络密码破解工具(under the windows wireless network password cracking tools)
    2009-08-01 18:40:25下载
    积分:1
  • ESP12E Motor Shield
    NodeMcu L293D 电机驱动扩展板,使用方法(Node McuL293D Motor Drive Extension Board, Use Method)
    2020-06-24 14:20:01下载
    积分:1
  • assignment2_1
    说明:  用最小方差间接自校正控制设计控制器,当被控对象的参数未知时,可首先利用递推增广最小二乘法在线实时估计对象参数,然后再设计最小方差控制律,即将对象参数估计器和控制器的设计分开进行,就形成了最小方差自校正控制间接算法。(The minimum variance indirect self-tuning control is used to design the controller. When the parameters of the controlled object are unknown, the recursive augmented least squares method can be used to estimate the parameters of the object in real time on line. Then the minimum variance control law is designed. The design of the object parameter estimator and the controller are separated, and the minimum variance self-tuning is formed. Positive control indirect algorithm.)
    2020-06-24 14:20:01下载
    积分:1
  • ModeResponse
    说明:  自由振动,受迫振动,Newmark状态空间纽马克法,Wilson威尔逊法。(Free vibration, forced vibration, Newmark state space Newmark method, Wilson Wilson method.)
    2020-10-30 20:51:11下载
    积分:1
  • 汽车开环和闭环制动系统简述有助初学者加深对该模型原理的理解...
    汽车开环和闭环制动系统简述有助初学者加深对该模型原理的理解-car open and closed loop braking system outlined help beginners deepen their understanding of the principles Model
    2023-08-25 04:35:03下载
    积分:1
  • 4乘4键盘扫描,使用与多种场合,我检验过,能用
    4乘4键盘扫描,使用与多种场合,我检验过,能用-4 x 4 keypad scanning, using a variety of occasions, I have tested, can be used
    2022-10-29 00:50:03下载
    积分:1
  • mopso
    说明:  此代码为多目标粒子群算法,包括多个测试函数(This code for multi-objective particle swarm optimization algorithm, including multiple test functions)
    2021-01-08 15:28:11下载
    积分:1
  • 用Verilog HDL 语言写的在LCD液晶上显示文字的源程序
    用Verilog HDL 语言写的在LCD液晶上显示文字的源程序-with Verilog HDL write on the LCD display text of the source
    2022-02-26 21:25:51下载
    积分:1
  • matlab 函数逼近与拟合源程序代码
    说明:  函数逼近与拟合 240   7.1 正交多项式 240   7.1.1 正交函数族 240   7.1.2 几个常用的正交多项式 242   7.2 最佳一致逼近 246   7.3 最佳平方逼近 249   7.4 最小二乘拟合 252   7.4.1 线性最小二乘拟合 253   7.4.2 非线性最小二乘拟合 255   7.4.3 多元最小二乘拟合 256   7.5 有理函数逼近 256   7.5.1 连分式逼近 257   7.5.2 Padé逼近 259   7.6 傅里叶逼近 262   7.7 MATLAB自带函数应用 264   7.7.1 polyfit函数 264   7.7.2 lsqcurvefit函数 266   7.7.3 nlinfit函数 267   7.7.4 lsqlin函数 268   7.7.5 lsqnonlin函数 269   7.8 应用案例 270(Matlab function approximation and fitting source code)
    2019-02-13 11:05:55下载
    积分:1
  • 696524资源总数
  • 103872会员总数
  • 62今日下载