首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

FreeRTOS西西菜鸟.zip

物联网 6.94MB 13 需要积分: 1
立即下载

资源介绍:

FreeRTOS西西菜鸟.zip
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names

资源文件列表:

FreeRTOS.zip 大约有250个文件
  1. FreeRTOS/
  2. FreeRTOS/.mxproject 11.98KB
  3. FreeRTOS/Core/
  4. FreeRTOS/Core/Inc/
  5. FreeRTOS/Core/Inc/FreeRTOSConfig.h 6.48KB
  6. FreeRTOS/Core/Inc/gpio.h 1.28KB
  7. FreeRTOS/Core/Inc/main.h 2.01KB
  8. FreeRTOS/Core/Inc/stm32f1xx_hal_conf.h 15.36KB
  9. FreeRTOS/Core/Inc/stm32f1xx_it.h 1.83KB
  10. FreeRTOS/Core/Src/
  11. FreeRTOS/Core/Src/freertos.c 4.32KB
  12. FreeRTOS/Core/Src/gpio.c 1.89KB
  13. FreeRTOS/Core/Src/main.c 5.72KB
  14. FreeRTOS/Core/Src/stm32f1xx_hal_msp.c 2.35KB
  15. FreeRTOS/Core/Src/stm32f1xx_hal_timebase_tim.c 4.4KB
  16. FreeRTOS/Core/Src/stm32f1xx_it.c 4.78KB
  17. FreeRTOS/Core/Src/system_stm32f1xx.c 14.23KB
  18. FreeRTOS/Drivers/
  19. FreeRTOS/Drivers/CMSIS/
  20. FreeRTOS/Drivers/CMSIS/Device/
  21. FreeRTOS/Drivers/CMSIS/Device/ST/
  22. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/
  23. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Include/
  24. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xb.h 823.13KB
  25. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h 9.87KB
  26. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h 1.72KB
  27. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/LICENSE.txt 369B
  28. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Source/
  29. FreeRTOS/Drivers/CMSIS/Device/ST/STM32F1xx/Source/Templates/
  30. FreeRTOS/Drivers/CMSIS/Include/
  31. FreeRTOS/Drivers/CMSIS/Include/cmsis_armcc.h 27.55KB
  32. FreeRTOS/Drivers/CMSIS/Include/cmsis_armclang.h 55.17KB
  33. FreeRTOS/Drivers/CMSIS/Include/cmsis_compiler.h 8.8KB
  34. FreeRTOS/Drivers/CMSIS/Include/cmsis_gcc.h 60.88KB
  35. FreeRTOS/Drivers/CMSIS/Include/cmsis_iccarm.h 27.75KB
  36. FreeRTOS/Drivers/CMSIS/Include/cmsis_version.h 1.68KB
  37. FreeRTOS/Drivers/CMSIS/Include/core_armv8mbl.h 95.7KB
  38. FreeRTOS/Drivers/CMSIS/Include/core_armv8mml.h 164.96KB
  39. FreeRTOS/Drivers/CMSIS/Include/core_cm0.h 41.22KB
  40. FreeRTOS/Drivers/CMSIS/Include/core_cm0plus.h 49.28KB
  41. FreeRTOS/Drivers/CMSIS/Include/core_cm1.h 42.44KB
  42. FreeRTOS/Drivers/CMSIS/Include/core_cm23.h 102.18KB
  43. FreeRTOS/Drivers/CMSIS/Include/core_cm3.h 109.23KB
  44. FreeRTOS/Drivers/CMSIS/Include/core_cm33.h 171.48KB
  45. FreeRTOS/Drivers/CMSIS/Include/core_cm4.h 120.71KB
  46. FreeRTOS/Drivers/CMSIS/Include/core_cm7.h 145.11KB
  47. FreeRTOS/Drivers/CMSIS/Include/core_sc000.h 46.14KB
  48. FreeRTOS/Drivers/CMSIS/Include/core_sc300.h 107.93KB
  49. FreeRTOS/Drivers/CMSIS/Include/mpu_armv7.h 11.44KB
  50. FreeRTOS/Drivers/CMSIS/Include/mpu_armv8.h 10.7KB
  51. FreeRTOS/Drivers/CMSIS/Include/tz_context.h 2.69KB
  52. FreeRTOS/Drivers/CMSIS/LICENSE.txt 11.29KB
  53. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/
  54. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/
  55. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/
  56. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 230.2KB
  57. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h 10.83KB
  58. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h 16.57KB
  59. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h 7.25KB
  60. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h 17.34KB
  61. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h 12.1KB
  62. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h 11.54KB
  63. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h 8.61KB
  64. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h 35.17KB
  65. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h 11.3KB
  66. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h 34.33KB
  67. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h 11.26KB
  68. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h 65.13KB
  69. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h 96.97KB
  70. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h 119.79KB
  71. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h 9.35KB
  72. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_bus.h 43.96KB
  73. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_cortex.h 23.63KB
  74. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_dma.h 74.44KB
  75. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_exti.h 30.47KB
  76. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_gpio.h 86.02KB
  77. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_pwr.h 12.29KB
  78. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_rcc.h 82.01KB
  79. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_system.h 22.91KB
  80. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_utils.h 8.4KB
  81. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/LICENSE.txt 377B
  82. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/
  83. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c 19.78KB
  84. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c 18.25KB
  85. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c 26.78KB
  86. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c 14.7KB
  87. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c 28.43KB
  88. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c 34.97KB
  89. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c 20.4KB
  90. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c 3.93KB
  91. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c 20.26KB
  92. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c 47.61KB
  93. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c 29.17KB
  94. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c 237.95KB
  95. FreeRTOS/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c 78.03KB
  96. FreeRTOS/FreeRTOS.ioc 4.7KB
  97. FreeRTOS/MDK-ARM/
  98. FreeRTOS/MDK-ARM/DebugConfig/
  99. FreeRTOS/MDK-ARM/DebugConfig/FreeRTOS_STM32F103C8_1.0.0.dbgconf 2.35KB
  100. FreeRTOS/MDK-ARM/FreeRTOS/
  101. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.axf 675.17KB
  102. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.build_log.htm 3.06KB
  103. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.hex 29.41KB
  104. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.htm 87.08KB
  105. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.lnp 1.11KB
  106. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.map 238.83KB
  107. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS.sct 494B
  108. FreeRTOS/MDK-ARM/FreeRTOS/FreeRTOS_FreeRTOS.dep 73.11KB
  109. FreeRTOS/MDK-ARM/FreeRTOS/cmsis_os2.crf 87.46KB
  110. FreeRTOS/MDK-ARM/FreeRTOS/cmsis_os2.d 1.57KB
  111. FreeRTOS/MDK-ARM/FreeRTOS/cmsis_os2.o 197.23KB
  112. FreeRTOS/MDK-ARM/FreeRTOS/croutine.crf 37.55KB
  113. FreeRTOS/MDK-ARM/FreeRTOS/croutine.d 1.1KB
  114. FreeRTOS/MDK-ARM/FreeRTOS/croutine.o 40.65KB
  115. FreeRTOS/MDK-ARM/FreeRTOS/event_groups.crf 51.45KB
  116. FreeRTOS/MDK-ARM/FreeRTOS/event_groups.d 1.23KB
  117. FreeRTOS/MDK-ARM/FreeRTOS/event_groups.o 72.78KB
  118. FreeRTOS/MDK-ARM/FreeRTOS/freertos.crf 585.67KB
  119. FreeRTOS/MDK-ARM/FreeRTOS/freertos.d 2.97KB
  120. FreeRTOS/MDK-ARM/FreeRTOS/freertos.o 635.48KB
  121. FreeRTOS/MDK-ARM/FreeRTOS/gpio.crf 536.33KB
  122. FreeRTOS/MDK-ARM/FreeRTOS/gpio.d 1.99KB
  123. FreeRTOS/MDK-ARM/FreeRTOS/gpio.o 596.34KB
  124. FreeRTOS/MDK-ARM/FreeRTOS/heap_4.crf 42.74KB
  125. FreeRTOS/MDK-ARM/FreeRTOS/heap_4.d 1014B
  126. FreeRTOS/MDK-ARM/FreeRTOS/heap_4.o 52.92KB
  127. FreeRTOS/MDK-ARM/FreeRTOS/list.crf 32.32KB
  128. FreeRTOS/MDK-ARM/FreeRTOS/list.d 893B
  129. FreeRTOS/MDK-ARM/FreeRTOS/list.o 43.54KB
  130. FreeRTOS/MDK-ARM/FreeRTOS/main.crf 574.66KB
  131. FreeRTOS/MDK-ARM/FreeRTOS/main.d 2.7KB
  132. FreeRTOS/MDK-ARM/FreeRTOS/main.o 629.72KB
  133. FreeRTOS/MDK-ARM/FreeRTOS/port.crf 39.17KB
  134. FreeRTOS/MDK-ARM/FreeRTOS/port.d 928B
  135. FreeRTOS/MDK-ARM/FreeRTOS/port.o 57.79KB
  136. FreeRTOS/MDK-ARM/FreeRTOS/queue.crf 65.8KB
  137. FreeRTOS/MDK-ARM/FreeRTOS/queue.d 1.1KB
  138. FreeRTOS/MDK-ARM/FreeRTOS/queue.o 120.9KB
  139. FreeRTOS/MDK-ARM/FreeRTOS/startup_stm32f103xb.d 55B
  140. FreeRTOS/MDK-ARM/FreeRTOS/startup_stm32f103xb.o 5.85KB
  141. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal.crf 537.1KB
  142. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal.d 2.19KB
  143. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal.o 628.45KB
  144. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_cortex.crf 536.58KB
  145. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_cortex.d 2.39KB
  146. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_cortex.o 618.55KB
  147. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_dma.crf 543.41KB
  148. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_dma.d 2.3KB
  149. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_dma.o 616.21KB
  150. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_exti.crf 538.69KB
  151. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_exti.d 2.33KB
  152. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_exti.o 608.11KB
  153. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash.crf 540.43KB
  154. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash.d 2.36KB
  155. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash.o 615.9KB
  156. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash_ex.crf 541.63KB
  157. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash_ex.d 2.45KB
  158. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_flash_ex.o 615.28KB
  159. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio.crf 539.44KB
  160. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio.d 2.33KB
  161. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio.o 607.61KB
  162. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio_ex.crf 535.79KB
  163. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio_ex.d 2.42KB
  164. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_gpio_ex.o 597.73KB
  165. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_msp.crf 536.06KB
  166. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_msp.d 2.33KB
  167. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_msp.o 595.71KB
  168. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_pwr.crf 538.53KB
  169. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_pwr.d 2.3KB
  170. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_pwr.o 618.75KB
  171. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc.crf 547.66KB
  172. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc.d 2.3KB
  173. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc.o 618.18KB
  174. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc_ex.crf 538.35KB
  175. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc_ex.d 2.39KB
  176. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_rcc_ex.o 599.75KB
  177. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim.crf 599.02KB
  178. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim.d 2.3KB
  179. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim.o 791.82KB
  180. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim_ex.crf 561.64KB
  181. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim_ex.d 2.39KB
  182. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_tim_ex.o 668.02KB
  183. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_timebase_tim.crf 536.27KB
  184. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_timebase_tim.d 2.54KB
  185. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_hal_timebase_tim.o 599.01KB
  186. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_it.crf 536.08KB
  187. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_it.d 2.24KB
  188. FreeRTOS/MDK-ARM/FreeRTOS/stm32f1xx_it.o 603.67KB
  189. FreeRTOS/MDK-ARM/FreeRTOS/stream_buffer.crf 52.55KB
  190. FreeRTOS/MDK-ARM/FreeRTOS/stream_buffer.d 1.16KB
  191. FreeRTOS/MDK-ARM/FreeRTOS/stream_buffer.o 91.18KB
  192. FreeRTOS/MDK-ARM/FreeRTOS/system_stm32f1xx.crf 535.94KB
  193. FreeRTOS/MDK-ARM/FreeRTOS/system_stm32f1xx.d 2.26KB
  194. FreeRTOS/MDK-ARM/FreeRTOS/system_stm32f1xx.o 596.75KB
  195. FreeRTOS/MDK-ARM/FreeRTOS/tasks.crf 70.56KB
  196. FreeRTOS/MDK-ARM/FreeRTOS/tasks.d 1.18KB
  197. FreeRTOS/MDK-ARM/FreeRTOS/tasks.o 157.24KB
  198. FreeRTOS/MDK-ARM/FreeRTOS/timers.crf 60.04KB
  199. FreeRTOS/MDK-ARM/FreeRTOS/timers.d 1.13KB
  200. FreeRTOS/MDK-ARM/FreeRTOS/timers.o 89.59KB
  201. FreeRTOS/MDK-ARM/FreeRTOS.uvguix.WestBeginer 91.62KB
  202. FreeRTOS/MDK-ARM/FreeRTOS.uvoptx 19.27KB
  203. FreeRTOS/MDK-ARM/FreeRTOS.uvprojx 21.04KB
  204. FreeRTOS/MDK-ARM/FreeRTOS例程.uvoptx 4.38KB
  205. FreeRTOS/MDK-ARM/FreeRTOS例程.uvprojx 20.65KB
  206. FreeRTOS/MDK-ARM/RTE/
  207. FreeRTOS/MDK-ARM/RTE/_FreeRTOS/
  208. FreeRTOS/MDK-ARM/RTE/_FreeRTOS/RTE_Components.h 340B
  209. FreeRTOS/MDK-ARM/startup_stm32f103xb.lst 38.88KB
  210. FreeRTOS/MDK-ARM/startup_stm32f103xb.s 12.06KB
  211. FreeRTOS/Middlewares/
  212. FreeRTOS/Middlewares/Third_Party/
  213. FreeRTOS/Middlewares/Third_Party/FreeRTOS/
  214. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/
  215. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/
  216. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os.h 35.71KB
  217. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c 43.38KB
  218. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.h 35.03KB
  219. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/croutine.c 12.87KB
  220. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/event_groups.c 24.04KB
  221. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/
  222. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/FreeRTOS.h 36.19KB
  223. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/StackMacros.h 6.07KB
  224. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/croutine.h 25.92KB
  225. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/deprecated_definitions.h 7.4KB
  226. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/event_groups.h 29.68KB
  227. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/list.h 18.13KB
  228. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/message_buffer.h 36.2KB
  229. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_prototypes.h 11.32KB
  230. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/mpu_wrappers.h 8.71KB
  231. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/portable.h 5.95KB
  232. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/projdefs.h 5.62KB
  233. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/queue.h 60.13KB
  234. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/semphr.h 47.16KB
  235. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/stack_macros.h 5.82KB
  236. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/stream_buffer.h 37.32KB
  237. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/task.h 95.74KB
  238. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/include/timers.h 58.49KB
  239. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/list.c 8.2KB
  240. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/
  241. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/
  242. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c 14.03KB
  243. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/
  244. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/
  245. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/port.c 25.59KB
  246. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/portable/RVDS/ARM_CM3/portmacro.h 8.17KB
  247. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/queue.c 91.54KB
  248. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/stream_buffer.c 42.05KB
  249. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/tasks.c 161.9KB
  250. FreeRTOS/Middlewares/Third_Party/FreeRTOS/Source/timers.c 38.89KB
0评论
提交 加载更多评论
其他资源 Allegro-Skill-Xtool一键gerber及生产资料归档工具
Allegro-Skill_Xtool一键gerber及生产资料归档工具
c语言队列实现(不强制数据类型,包含三种实现)
c语言队列实现(不强制数据类型,包含三种实现)
基于CLIP模型的视频文本检索设计与实现
针对现有基于CLIP预训练模型方法存在的训练时间长、模型规模大等问题,本文在CLIP4Clip模型的基础上,采用关键帧保存方案和Adapter Tuning低参数量微调,提高了计算资源有限情况下的训练效率和模型性能。 训练速度方面,本文首先采用帧保存方案,将视频库中的关键帧提取并保存为图片,从而加快数据加载速度,将训练速度提高了14.6倍;然后采用AIM模型的Adapter设计方案,在CLIP4Clip模型中插入可训练的Adapter层,只训练少量参数实现快速收敛,最终实现训练速度提高34倍。 模型性能方面,论文证明了平均选取视频关键帧,比按照最大帧间差选取视频关键帧的效果更优;然后证明了AIM在视频检索领域的有效性;并可以使用AIM来提高模型性能,将模型在MSR-VTT数据集上的R@1从42.2%提升至43.4%,R@5从70.2%提升为71.1%。 本文设计并实现了一个视频文本检索系统,为了保障系统的检索速度,搭建了向量数据库,并测试了不同数据保存方式的数据存取速度。系统使用Django搭建了Web端应用,实现了多种功能需求,展示了本文方法在视频文本检索系统中的应用效果和潜力。
基于CLIP模型的视频文本检索设计与实现 基于CLIP模型的视频文本检索设计与实现 基于CLIP模型的视频文本检索设计与实现
永磁同步电机的EKF观测器滤波控制
针对《现代永磁同步电机控制》一书中,扩展卡尔曼滤波算法仿真模型的搭建
wxFormBuilder-V3.9 绿色免安装版
wxFormBuilder是由softonic推出的一款界面编辑设计工具,这款软件用于生成跨平台编译代码,能够快速搭建GUI开发环境,而且软件右边的编辑栏还会自动变成对应控件的属性编辑,其你可以修改该控件和窗体的各类属性,非常实用。另外,wxFormBuilder也支持快速生成C++,python,Lua等代码和XRC资源文件,而且还搭建高效的带有GUI界面编辑器的开发环境,其操作非常简便,界面简洁清晰,有需求的用户快来下载体验吧!
机械设计-面向对象实现
Mechanical_Design的源代码
机械设计-面向对象实现 机械设计-面向对象实现 机械设计-面向对象实现
Xshell-安全终端模拟软件
Xshell 是一个强大的安全终端模拟软件,它支持SSH1, SSH2, 以及Microsoft Windows 平台的TELNET 协议。Xshell 通过互联网到远程主机的安全连接以及它创新性的设计和特色帮助用户在复杂的网络环境中享受他们的工作。 Xshell可以在Windows界面下用来访问远端不同系统下的服务器,从而比较好的达到远程控制终端的目的。除此之外,其还有丰富的外观配色方案以及样式选择。
Xftp-文件传输软件
Xftp是一个功能强大的SFTP、FTP 文件传输软件。使用了 Xftp 以后,MS Windows 用户能安全地在 UNIX/Linux 和 Windows PC 之间传输文件。Xftp 能同时适应初级用户和高级用户的需要。它采用了标准的 Windows 风格的向导,它简单的界面能与其他 Windows 应用程序紧密地协同工作,此外它还为高级用户提供了众多强劲的功能特性。