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

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

于 2020-06-20 发布 文件大小:488KB
0 208
下载积分: 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 个回复

  • AdminEX响应式后台模板
    说明:  AdminEX响应式后台模板 UI,输入-布局,定制和风格(Adminex responsive background template)
    2020-07-18 18:19:23下载
    积分:1
  • 针对非平稳信号进行进行分数阶傅里叶变换分析 frft
    针对非平稳信号进行进行分数阶傅里叶变换分析(Fractional Fourier transform analysis for non-stationary signals.)
    2018-02-02 13:03:43下载
    积分:1
  • 8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512...
    8 通道双正交余弦调制滤波器组实现,滤波器的采样频率为 Fs:20000Hz 设计的低通原型的通带频率为625Hz 阻带衰减80db,滤波器的系数长度为512-8-channel biorthogonal cosine-modulated filter banks to achieve, filter sampling frequency Fs: 20000Hz designed a prototype low-pass frequency of 625Hz passband stopband attenuation of 80db, the length of filter coefficients for 512
    2022-04-25 05:02:14下载
    积分:1
  • 通过设备驱动程序
    Device driver for the via-cuda on Apple Powermacs
    2022-01-25 15:49:18下载
    积分:1
  • LFMCW
    说明:  仿真伪相位编码连续波雷达的信号处理。设码频为 5MHz,伪码周期内码长为511,雷达载频为 10GHz,输入噪声为高斯白噪声,视频输入信噪比为 -15dB,相干 积累总时宽不大于0ms,给出回波视频表达式,脉压和FFT后的表达式;仿真给 出脉压和FFT 后的输出图形;通过仿真说明各级处理的增益,与各级时宽和带宽的关系;仿真说明脉压时多卜勒敏感现象和多卜勒容限及其性能损失(脉压主旁比与多卜勒的曲线)(Simulation of pseudo phase coded CW radar signal processing. Suppose the code frequency is 5MHz, the code length in the pseudo code period is 511, the radar carrier frequency is 10GHz, the input noise is Gaussian white noise, the video input signal-to-noise ratio is - 15dB, the total coherent accumulation time width is not more than 0ms, the echo video expression, the expression after pulse pressure and FFT are given; the pulse pressure and FFT are given by simulation After that, the output graph; the relationship between the gain of each level of processing and the time width and bandwidth of each level through simulation; the phenomenon of Doppler sensitivity, Doppler tolerance and its performance loss during pulse compression (the curve of the ratio of main to side of pulse pressure and Doppler))
    2020-03-30 13:11:34下载
    积分:1
  • 代理模式03
    今天做的一个C#的小例子,希望初学者能够汲取精华,学习到更多的知识!!!(Today, a small example of C#, I hope that beginners can learn the essence, learn more knowledge!!!)
    2020-06-24 08:00:02下载
    积分:1
  • cartoon rendering procedures Example
    卡通渲染的程序示例-cartoon rendering procedures Example
    2023-05-18 19:25:03下载
    积分:1
  • source code about game mobile
    source code about game mobile
    2022-06-28 05:24:13下载
    积分:1
  • filters
    说明:  利用RSS进行室内定位仿真实验在RSS指纹数据库中抽取离线数据集;利用抽取出来的数据集作为KNN算法的训练数据集;(RSS is used for indoor positioning simulation experiments to extract offline data sets from RSS fingerprint database, and the extracted data sets are used as training data sets of KNN algorithm.)
    2019-05-28 21:26:53下载
    积分:1
  • JSP ajax无刷新弹出层实例
    JSP ajax无刷新弹出层实例,一个无刷新弹出框,点击“注册”或“查看图片”文字链接后,网页背景变暗,紧接着弹出一个加载框,这个加载框中可以是图片,也可以一个网页,支持关闭功能,有不少网站特别是用户注册或登录的时候会使用此类效果。
    2022-07-17 15:08:08下载
    积分:1
  • 696518资源总数
  • 105873会员总数
  • 12今日下载