登录
首页 » IAR » QR解码20160226(内存泄露)

QR解码20160226(内存泄露)

于 2020-07-01 发布 文件大小:1569KB
0 268
下载积分: 1 下载次数: 1

代码说明:

  这是一个QR解码过程,移植到STM32,但是存在内存泄漏。(This is a QR decoding process that is ported to STM32, but there is a memory leak.)

文件列表:

QR解码\CORE\core_cm4.h, 109142 , 2014-07-17
QR解码\CORE\core_cm4_simd.h, 22735 , 2014-07-17
QR解码\CORE\startup_stm32f40_41xxx.s, 29605 , 2016-02-02
QR解码\FWLIB\inc\misc.h, 6924 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_adc.h, 32880 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_can.h, 27318 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_crc.h, 2416 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_cryp.h, 14481 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_dac.h, 14946 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_dbgmcu.h, 4296 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_dcmi.h, 12977 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_dma.h, 28882 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_dma2d.h, 19692 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_exti.h, 8012 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_flash.h, 24467 , 2014-08-04
QR解码\FWLIB\inc\stm32f4xx_flash_ramfunc.h, 3275 , 2014-08-04
QR解码\FWLIB\inc\stm32f4xx_fmc.h, 44924 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_fsmc.h, 27181 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_gpio.h, 23548 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_hash.h, 10084 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_i2c.h, 31939 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_iwdg.h, 4323 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_ltdc.h, 21191 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_pwr.h, 7728 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_rcc.h, 30063 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_rng.h, 3958 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_rtc.h, 40546 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_sai.h, 25470 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_sdio.h, 22777 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_spi.h, 21178 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_syscfg.h, 8974 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_tim.h, 51689 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_usart.h, 17935 , 2014-08-01
QR解码\FWLIB\inc\stm32f4xx_wwdg.h, 3542 , 2014-08-01
QR解码\FWLIB\src\misc.c, 11443 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_adc.c, 69068 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_can.c, 60150 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_crc.c, 3596 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_cryp.c, 35493 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_cryp_aes.c, 58026 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_cryp_des.c, 9822 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_cryp_tdes.c, 10577 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_dac.c, 26804 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_dbgmcu.c, 6809 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_dcmi.c, 18782 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_dma.c, 52917 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_dma2d.c, 27165 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_exti.c, 9828 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_flash.c, 63033 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_flash_ramfunc.c, 5444 , 2014-08-04
QR解码\FWLIB\src\stm32f4xx_fmc.c, 56568 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_fsmc.c, 41831 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_gpio.c, 25202 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_hash.c, 26630 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_hash_md5.c, 9594 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_hash_sha1.c, 9793 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_i2c.c, 54393 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_iwdg.c, 9348 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_ltdc.c, 39790 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_pwr.c, 37707 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_rcc.c, 98839 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_rng.c, 14060 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_rtc.c, 102891 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_sai.c, 46411 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_sdio.c, 38957 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_spi.c, 52522 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_syscfg.c, 9575 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_tim.c, 124732 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_usart.c, 57949 , 2014-08-01
QR解码\FWLIB\src\stm32f4xx_wwdg.c, 10492 , 2014-08-01
QR解码\HARDWARE\camera\config.h, 1774 , 2012-06-25
QR解码\HARDWARE\camera\dcmi_OV9655.c, 55298 , 2016-02-01
QR解码\HARDWARE\camera\dcmi_OV9655.h, 10664 , 2016-01-31
QR解码\HARDWARE\camera\SCCB.C, 9614 , 2016-01-31
QR解码\HARDWARE\camera\SCCB.h, 2896 , 2016-01-31
QR解码\HARDWARE\DCMI\dcmi.c, 8666 , 2016-02-22
QR解码\HARDWARE\DCMI\dcmi.h, 917 , 2014-10-11
QR解码\HARDWARE\KEY\key.c, 1872 , 2014-07-12
QR解码\HARDWARE\KEY\key.h, 1180 , 2014-07-12
QR解码\HARDWARE\LCD\FONT.H, 35016 , 2014-01-02
QR解码\HARDWARE\LCD\lcd.c, 82908 , 2016-02-23
QR解码\HARDWARE\LCD\lcd.h, 9637 , 2016-02-23
QR解码\HARDWARE\LED\led.c, 1177 , 2014-07-05
QR解码\HARDWARE\LED\led.h, 659 , 2014-07-03
QR解码\HARDWARE\OV2640\ov2640.c, 10049 , 2016-02-22
QR解码\HARDWARE\OV2640\ov2640.h, 4654 , 2014-05-14
QR解码\HARDWARE\OV2640\ov2640cfg.h, 6743 , 2014-05-27
QR解码\HARDWARE\OV2640\sccb.c, 3726 , 2014-07-10
QR解码\HARDWARE\OV2640\sccb.h, 1214 , 2014-05-14
QR解码\HARDWARE\SRAM\sram.c, 8188 , 2016-02-23
QR解码\HARDWARE\SRAM\sram.h, 849 , 2016-02-23
QR解码\HARDWARE\TIMER\timer.c, 1961 , 2016-01-31
QR解码\HARDWARE\TIMER\timer.h, 579 , 2014-06-16
QR解码\HARDWARE\USART2\usart2.c, 2091 , 2014-07-10
QR解码\HARDWARE\USART2\usart2.h, 733 , 2014-05-14
QR解码\keilkilll.bat, 399 , 2011-04-23
QR解码\MALLOC\malloc.c, 5825 , 2016-02-01
QR解码\MALLOC\malloc.h, 2829 , 2016-02-01
QR解码\OBJ\OV2640.hex, 217013 , 2016-02-26
QR解码\readme.txt, 1285 , 2014-11-01

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

发表评论

0 个回复

  • live555-mp4
    说明:  live555的mp4播放,这个是用live555 做的通过rtsp协议,传输MP4(this is a project of live video play ,and it use the live555 for mp4 by rtsp ,welcom to download the file live555-mp4.rar)
    2020-06-21 04:20:02下载
    积分:1
  • 我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第...
    我们将用程序来模拟传统的龟兔赛跑问题。我们将采用随机数生成的方法开发这一问题的仿真程序。 再比赛中共设了70个点,每个点代表比赛跑道可能的一个位置。乌龟和兔从第一个点出发,终点是在第70个点上。 时钟按秒来数计。随着时钟的转动,程序能够根据下述规则来调节乌龟和兔子的位置。动物 跑动类型 占用时间 跑动量乌龟 快走 50% 向右3个点 后滑 20% 向左6个点 慢走 30% 向右1个点兔子 睡觉 20% 不动 大后滑 20% 向右9 个点 快走 10% 向左12个点 小步跳 30% 向右1个点 慢后滑 20% 向左两个点 -procedures we will use to simulate the traditional hand problems. We will adopt the random number generator of the development of the simulation program. Another winner set up 70 points, each point represents the runway competition of a possible location. The turtle and a rabbit from the starting point and finish in the first 70 points. According to the clock to a few seconds of dollars. As the clock turned to procedures under the following rules to regulate turtle and the rabbit"s location. Running types of animals occupying volume running time 50% of turtles to leave three points right after sliding 20% six points left walking 30% a point right rabbits sleep 20% Fixed After a 20% slide right nine points to leave 10% left
    2023-05-25 17:55:03下载
    积分:1
  • FSO-Simulator-MATLAB-master
    说明:  this is a matlab code for simulating of free space communication.
    2021-02-05 20:17:23下载
    积分:1
  • JSP小型文件管理系统
    JSP 文件浏览器,JSP小型文件管理系统,使用方法:    测试环境:JDK1.5+Tomcat6.0+WindowsXP    1.将本文件夹下的文件放入你当前的工程文件夹下,并修改以下面的:webRoot处。    2.将 jspsmart.jar包引入工程的lib下即可使用。    3.需要更改conf.jsp里面的webRoot项,将中间的FileExplorer改为你自己重新命名的文件夹即可。   注:如果编辑文件的时候出现乱码,请修改edit.jsp文件中的字符集为你现有工程的字符集.
    2022-03-29 13:48:48下载
    积分:1
  • vueTree
    JS采用VUE制作无限极树形结构菜单展开收缩代码(JS uses VUE to make infinite pole tree menu to expand shrinkage code)
    2019-05-05 12:02:49下载
    积分:1
  • redis读写缓存数据
    通过引用redis基础类库,实现对redis的读取和写入操作。例子比较初级。(By referring to the redis base class library, we can read and write redis. The example is more elementary.)
    2020-06-19 17:00:01下载
    积分:1
  • Python程序设计与算法基础教程
    说明:  Python程序设计与算法基础教程,利用Python进行ABAQUS的二次开发(Python Basic Course of Programming and Algorithms, Secondary Development of ABAQUS with Python)
    2020-06-22 20:20:01下载
    积分:1
  • 磁盘仿真存储系统,用文件来虚拟磁盘,可以建立文件夹或者文件,并对它们进行操作...
    磁盘仿真存储系统,用文件来虚拟磁盘,可以建立文件夹或者文件,并对它们进行操作-good
    2022-06-30 22:11:07下载
    积分:1
  • Beijing.osm.shp
    北京矢量道路、建筑shape数据,gis(Beijing Vector Road Building and Other Data)
    2020-06-23 12:20:02下载
    积分:1
  • 用自适应遗传算法求解优化问题
    说明:  与一般的调度求解过程相比,该遗传算法在交叉和变异阶段考虑了交叉和变异概率的动态变换(Compared with the general scheduling process, the genetic algorithm considers the dynamic transformation of crossover and mutation probability in the crossover and mutation phase)
    2019-12-22 20:17:31下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载