资源简介
2018年江苏省电赛手势识别全套资料具有极高参考价值,可帮助即将参加电赛同学做练手之用。内含手势识别题目报告和程序

代码片段和文件信息
/**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (ARM) is supplying this software for use with Cortex-M
* processor based microcontrollers. This file can be freely distributed
* within development tools that are supporting such ARM based processors.
*
* @par
* THIS SOFTWARE IS PROVIDED “AS IS“. NO WARRANTIES WHETHER EXPRESS IMPLIED
* OR STATUTORY INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
* ARM SHALL NOT IN ANY CIRCUMSTANCES BE LIABLE FOR SPECIAL INCIDENTAL OR
* CONSEQUENTIAL DAMAGES FOR ANY REASON WHATSOEVER.
*
******************************************************************************/
#include
/* define compiler specific symbols */
#if defined ( __CC_ARM )
#define __ASM __asm /*!< asm keyword for ARM Compiler */
#define __INLINE __inline /*!< inline keyword for ARM Compiler */
#elif defined ( __ICCARM__ )
#define __ASM __asm /*!< asm keyword for IAR Compiler */
#define __INLINE inline /*!< inline keyword for IAR Compiler. Only avaiable in High optimization mode! */
#elif defined ( __GNUC__ )
#define __ASM __asm /*!< asm keyword for GNU Compiler */
#define __INLINE inline /*!< inline keyword for GNU Compiler */
#elif defined ( __TASKING__ )
#define __ASM __asm /*!< asm keyword for TASKING Compiler */
#define __INLINE inline /*!< inline keyword for TASKING Compiler */
#endif
/* ################### Compiler specific Intrinsics ########################### */
#if defined ( __CC_ARM ) /*------------------RealView Compiler -----------------*/
/* ARM armcc specific functions */
/**
* @brief Return the Process Stack Pointer
*
* @return ProcessStackPointer
*
* Return the actual process stack pointer
*/
__ASM uint32_t __get_PSP(void)
{
mrs r0 psp
bx lr
}
/**
* @brief Set the Process Stack Pointer
*
* @param topOfProcStack Process Stack Pointer
*
* Assign the value ProcessStackPointer to the MSP
* (process stack pointer) Cortex processor register
*/
__ASM void __set_PSP(uint32_t topOfProcStack)
{
msr psp r0
bx lr
}
/**
* @brief Return the Main Stack Pointer
*
* @return Main Stack Pointer
*
* Return the curren
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-08-06 07:20 2018电赛手势识别程序\
文件 236782 2018-07-20 07:59 2018电赛手势识别程序\2018年TI杯大学生电子设计竞赛题D-手势识别.docx
文件 1291776 2018-07-25 22:38 2018电赛手势识别程序\2018淮师0194D题.doc
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\CORE\
文件 17273 2010-06-07 10:25 2018电赛手势识别程序\FDC2214\CORE\core_cm3.c
文件 85714 2011-02-09 14:59 2018电赛手势识别程序\FDC2214\CORE\core_cm3.h
文件 15503 2011-03-10 10:52 2018电赛手势识别程序\FDC2214\CORE\startup_stm32f10x_hd.s
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\FDC2X14\
文件 4228 2018-07-21 23:57 2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X14.c
文件 657 2015-12-21 09:57 2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X14.h
文件 4292 2018-07-21 16:23 2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X141.c
文件 671 2018-07-21 15:36 2018电赛手势识别程序\FDC2214\FDC2X14\FDC2X141.h
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\IIC\
文件 4567 2018-07-20 20:59 2018电赛手势识别程序\FDC2214\IIC\myiic.c
文件 2198 2018-07-15 13:33 2018电赛手势识别程序\FDC2214\IIC\myiic.h
文件 4645 2018-07-21 15:33 2018电赛手势识别程序\FDC2214\IIC\myiic1.c
文件 2233 2018-07-21 16:05 2018电赛手势识别程序\FDC2214\IIC\myiic1.h
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\LCD\
文件 0 2018-07-23 00:21 2018电赛手势识别程序\FDC2214\LCD\display.c
文件 0 2018-07-23 00:21 2018电赛手势识别程序\FDC2214\LCD\display.h
文件 35016 2015-03-13 14:54 2018电赛手势识别程序\FDC2214\LCD\font.h
文件 85336 2015-04-01 15:10 2018电赛手势识别程序\FDC2214\LCD\lcd.c
文件 7561 2015-03-31 18:07 2018电赛手势识别程序\FDC2214\LCD\lcd.h
目录 0 2018-07-29 23:50 2018电赛手势识别程序\FDC2214\OBJ\
文件 19 2018-07-23 14:07 2018电赛手势识别程序\FDC2214\OBJ\ExtDll.iex
文件 634164 2018-07-24 11:47 2018电赛手势识别程序\FDC2214\OBJ\Template.axf
文件 2372 2018-07-24 11:47 2018电赛手势识别程序\FDC2214\OBJ\Template.build_log.htm
文件 116630 2018-07-24 11:47 2018电赛手势识别程序\FDC2214\OBJ\Template.hex
文件 93404 2018-07-24 11:47 2018电赛手势识别程序\FDC2214\OBJ\Template.htm
文件 1223 2018-07-24 11:47 2018电赛手势识别程序\FDC2214\OBJ\Template.lnp
............此处省略234个文件信息
- 上一篇:authorware期末 作品
- 下一篇:SentiWordNet_3.0.0
相关资源
- 2018西门子杯中国智能制造挑战赛逻辑
- 2018全国大学生计算机博弈大赛 棋谱
- Mac电脑串口工具(2018)
- 南京大学考研845真题-2018年
- 南京大学考研845真题答案-2018
- 233网校视频器2018最新绿色版
- 2018数学建模相关资料与思路
- CAD2018百度云链接
- 2018双十一阿里供应链服务平台讲座
- 2018程序员考试大纲
-
Windows em
bedded Standard 7 X86X64纯净版 - VRay 3.60.03 for 3dsmax 2013-2018破解补丁
- springboot全套教程2018年2.0版本
- Behavior Designer 1.6.3(u2018.3.0).unitypa
- 金融行业云计算技术调查报告-2018年
- 在国家自然科学基金11505208、11661141
- 2018 传智播客 黑马 web前端视频
- zynq下pcie nvme硬盘接口实现
- 2018最新软考中级网络工程师视频教程
- MyEclipse2018.8.0破解
- 气相色谱法 GBZT 312-2018 尿中N-甲基乙酰
- Spring Boot技术栈博客企业前后端2018
- RoboWare Studio中文版(2018).pdf
- 空气调节器用全封闭型电动机-压缩机
- 美赛特等O奖论文合集2019_2018_2017.zip
- 2018年计算机考研统考408真题清晰扫描
- CST2018安装包+安装步骤.pdf
- Revit2018帮助文档、lookup及外部加载工
- 管理层权力计算数据及stata代码1999-
- 2018广联达写锁文件程序支持GTJ 2018
评论
共有 条评论