登录
首页 » C51 » keil

keil

于 2020-06-20 发布
0 116
下载积分: 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 个回复

  • SRCNN
    SRCNN超分辨率重构的matlab应用(Matlab application of SRCNN super-resolution reconstruction)
    2017-09-19 19:32:31下载
    积分:1
  • Li ion battery
    电动汽车用磷酸铁锂电池建模与SOC估算研究(Modeling and SOC estimation of LiFePO4 batteries for electric vehicles)
    2018-05-15 11:27:23下载
    积分:1
  • DS1302可调时钟
    说明:  51单片机实现ds1302时钟可调,显示年月日,十分秒,周(Realization of DS1302 Clock by 51 Single Chip Microcomputer)
    2020-06-21 08:00:02下载
    积分:1
  • 卷积神经网络
    利用Python实现卷积神经网络,适合初学者借鉴,参考。(Using Python to realize convolution neural network is suitable for beginners to learn and refer to.)
    2020-06-15 22:45:01下载
    积分:1
  • arm交叉编译器安装
    对arm平台进行编译中正常编译步骤,对arm架构下的开发有很大帮助(Compile arm platform)
    2020-06-23 20:40:01下载
    积分:1
  • 实用的DOS系统工程,深入讲解DOS的操作过程 实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手...
    实用的DOS系统工程,深入讲解DOS的操作过程 实用的DOS程序,包含细致入微的讲解,循序渐进的深入,让你成为DOS高手 -DOS practical engineering, in-depth course on the operation of DOS" s DOS utility program, included on the meticulous, step-by-step in depth, so that you become a master DOS
    2022-05-25 19:56:51下载
    积分:1
  • 经过我们长期的努力,终于推出了《良精商城系统
    经过我们长期的努力,终于推出了《良精商城系统-白金版》。客户可以自行选择喜欢的风格,良精程序的特色!-through our long-term efforts, and finally launched the "Ryosei Mall System-Platinum Edition." Customers can choose their own style, Ryosei procedures characteristics!
    2022-08-24 15:13:22下载
    积分:1
  • 17-比较器做ADC-C语言
    低成本的STC单片机做了一个比较器程序,结果通过串口发出来(Low-cost STC MCU made a comparator program, and the results were sent out through serial port.)
    2020-06-18 14:00:02下载
    积分:1
  • 在Labview编程环境中,字符串与簇之间的转换的例子。
    在Labview编程环境中,字符串与簇之间的转换的例子。-In the Labview programming environment, the string with the conversion between cluster examples.
    2022-02-13 07:21:15下载
    积分:1
  • csappsourcecode
    这是csapp的源代码!里面代码经测试都可以运行!希望对大家有所帮助!(This is csapp source code! Inside the code can be run by the test! I want to help!)
    2015-05-12 23:38:15下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载