登录
首页 » C51 » ARM 1752平台可运行电脑鼠代码keil

ARM 1752平台可运行电脑鼠代码keil

于 2020-06-20 发布 文件大小:488KB
0 146
下载积分: 1 下载次数: 1

代码说明:

  在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 个回复

  • C8051F310_sanxiangdianyabiansong
    C8051F310三相多电量变送器,测量三相电压,并进行变送。(C8051F310-phase multi-power transmitter)
    2011-09-09 12:50:24下载
    积分:1
  • SOTON-Accommodation-Assistant
    英国南安普顿大学宿舍申请辅助软件,自动更新实时汇率并计算宿舍费,提供平面图参考(SOTON Accommodation Assistant)
    2011-10-17 19:46:16下载
    积分:1
  • 半桥
    该资料为利用Multisim软件进行的半桥开关电源仿真文件,大家可以参考一下(This information is a half bridge switching power supply simulation file using Multisim software. You can refer to it.)
    2020-06-29 03:20:01下载
    积分:1
  • Allan
    计算MEMS陀螺的Allan方差,并求出与Allan方差相关的五个系数,最后在求出拟合误差(Allan variance calculation of MEMS gyroscope, and find the Allan variance associated with the five factors, and finally find the fitting error)
    2021-04-19 12:58:52下载
    积分:1
  • MATLAB
    MATLAB控制工程工具箱技术手册。本书为读者提供了使用MATLAB 的实践性指导。主要介绍了MATLAB中与控制工程相关的6个基础工具箱:系统辨识工具箱、控制系统工具箱、鲁棒控制工具箱、模型预测控制工具箱。 (MATLAB toolbox control engineering technical manual. This book provide readers with the use of MATLAB practical guidance. Mainly with the introduction of the MATLAB control engineering related to six basic toolbox: System Identification Toolbox, Control System Toolbox, Robust Control Toolbox, Model Predictive Control Toolbox.)
    2009-03-09 21:31:39下载
    积分:1
  • arduinorobot
    说明:  ardunio robot tutorial
    2019-04-11 15:27:44下载
    积分:1
  • 闲着无聊用TC编的一个贪吃蛇的小游戏,想试试手
    闲着无聊用TC编的一个贪吃蛇的小游戏,想试试手-TC made idle bored with a game of Snake, I would like to try hand
    2022-01-30 16:21:46下载
    积分:1
  • Huawei attendant console conversion, then a single. Bll into txt format
    转换华为话务台话单.bll转为txt格式-Huawei attendant console conversion, then a single. Bll into txt format
    2022-08-22 14:29:50下载
    积分:1
  • This code for tcp communications procedures, mainly from one client to send data...
    此代码为tcp通信程序,主要是从客户端发送一数据,然后在在服务器段接收。-This code for tcp communications procedures, mainly from one client to send data, and then the server receives paragraph.
    2023-09-07 06:20:03下载
    积分:1
  • 时差和频差无源定位方法研究zip
    说明:  时差频差定位仿真,基于matlab的源代码程序(Simulation of time difference and frequency difference location, source code program based on MATLAB)
    2020-09-02 10:38:09下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载