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

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

STM32F407 HAL库:双DAC的信号发生器+双ADC采集

硬件开发 16.75MB 1 需要积分: 1
立即下载

资源介绍:

源代码
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

资源文件列表:

F4-Double-Dac.zip 大约有333个文件
  1. F4-Double-Dac/
  2. F4-Double-Dac/.mxproject 10.25KB
  3. F4-Double-Dac/Core/
  4. F4-Double-Dac/Core/Inc/
  5. F4-Double-Dac/Core/Inc/adc.h 1.37KB
  6. F4-Double-Dac/Core/Inc/dac.h 1.31KB
  7. F4-Double-Dac/Core/Inc/dma.h 1.36KB
  8. F4-Double-Dac/Core/Inc/gpio.h 1.28KB
  9. F4-Double-Dac/Core/Inc/main.h 2.07KB
  10. F4-Double-Dac/Core/Inc/stm32f4xx_hal_conf.h 19.56KB
  11. F4-Double-Dac/Core/Inc/stm32f4xx_it.h 2.06KB
  12. F4-Double-Dac/Core/Inc/tim.h 1.43KB
  13. F4-Double-Dac/Core/Inc/usart.h 1.33KB
  14. F4-Double-Dac/Core/Src/
  15. F4-Double-Dac/Core/Src/adc.c 7.31KB
  16. F4-Double-Dac/Core/Src/dac.c 4.47KB
  17. F4-Double-Dac/Core/Src/dma.c 2.01KB
  18. F4-Double-Dac/Core/Src/gpio.c 1.9KB
  19. F4-Double-Dac/Core/Src/main.c 22.93KB
  20. F4-Double-Dac/Core/Src/stm32f4xx_hal_msp.c 2.18KB
  21. F4-Double-Dac/Core/Src/stm32f4xx_it.c 7.16KB
  22. F4-Double-Dac/Core/Src/system_stm32f4xx.c 26.94KB
  23. F4-Double-Dac/Core/Src/tim.c 6.09KB
  24. F4-Double-Dac/Core/Src/usart.c 3.39KB
  25. F4-Double-Dac/Drivers/
  26. F4-Double-Dac/Drivers/CMSIS/
  27. F4-Double-Dac/Drivers/CMSIS/Device/
  28. F4-Double-Dac/Drivers/CMSIS/Device/ST/
  29. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/
  30. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
  31. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h 1.15MB
  32. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f4xx.h 11.94KB
  33. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Include/system_stm32f4xx.h 2.26KB
  34. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt 377B
  35. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Source/
  36. F4-Double-Dac/Drivers/CMSIS/Device/ST/STM32F4xx/Source/Templates/
  37. F4-Double-Dac/Drivers/CMSIS/Include/
  38. F4-Double-Dac/Drivers/CMSIS/Include/cachel1_armv7.h 12.21KB
  39. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_armcc.h 28.21KB
  40. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_armclang.h 48.75KB
  41. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_armclang_ltm.h 56.59KB
  42. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_compiler.h 9.54KB
  43. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_gcc.h 64.05KB
  44. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_iccarm.h 29.37KB
  45. F4-Double-Dac/Drivers/CMSIS/Include/cmsis_version.h 1.68KB
  46. F4-Double-Dac/Drivers/CMSIS/Include/core_armv81mml.h 274.29KB
  47. F4-Double-Dac/Drivers/CMSIS/Include/core_armv8mbl.h 114.48KB
  48. F4-Double-Dac/Drivers/CMSIS/Include/core_armv8mml.h 182.03KB
  49. F4-Double-Dac/Drivers/CMSIS/Include/core_cm0.h 41.6KB
  50. F4-Double-Dac/Drivers/CMSIS/Include/core_cm0plus.h 49.77KB
  51. F4-Double-Dac/Drivers/CMSIS/Include/core_cm1.h 42.58KB
  52. F4-Double-Dac/Drivers/CMSIS/Include/core_cm23.h 120.95KB
  53. F4-Double-Dac/Drivers/CMSIS/Include/core_cm3.h 108.86KB
  54. F4-Double-Dac/Drivers/CMSIS/Include/core_cm33.h 188.28KB
  55. F4-Double-Dac/Drivers/CMSIS/Include/core_cm35p.h 188.3KB
  56. F4-Double-Dac/Drivers/CMSIS/Include/core_cm4.h 120.22KB
  57. F4-Double-Dac/Drivers/CMSIS/Include/core_cm55.h 314.71KB
  58. F4-Double-Dac/Drivers/CMSIS/Include/core_cm7.h 138KB
  59. F4-Double-Dac/Drivers/CMSIS/Include/core_cm85.h 305.66KB
  60. F4-Double-Dac/Drivers/CMSIS/Include/core_sc000.h 46.48KB
  61. F4-Double-Dac/Drivers/CMSIS/Include/core_sc300.h 107.85KB
  62. F4-Double-Dac/Drivers/CMSIS/Include/core_starmc1.h 192.04KB
  63. F4-Double-Dac/Drivers/CMSIS/Include/mpu_armv7.h 11.72KB
  64. F4-Double-Dac/Drivers/CMSIS/Include/mpu_armv8.h 11.45KB
  65. F4-Double-Dac/Drivers/CMSIS/Include/pac_armv81.h 6.12KB
  66. F4-Double-Dac/Drivers/CMSIS/Include/pmu_armv8.h 22.58KB
  67. F4-Double-Dac/Drivers/CMSIS/Include/tz_context.h 2.69KB
  68. F4-Double-Dac/Drivers/CMSIS/LICENSE.txt 11.29KB
  69. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/
  70. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/
  71. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/
  72. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h 234.41KB
  73. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h 12.68KB
  74. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc.h 45.53KB
  75. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_adc_ex.h 25.55KB
  76. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_cortex.h 17KB
  77. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac.h 17.94KB
  78. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dac_ex.h 10.51KB
  79. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_def.h 7.59KB
  80. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma.h 37.76KB
  81. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_dma_ex.h 2.69KB
  82. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_exti.h 14.84KB
  83. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash.h 14.51KB
  84. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ex.h 63.73KB
  85. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_flash_ramfunc.h 2.24KB
  86. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio.h 13.68KB
  87. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_gpio_ex.h 80.79KB
  88. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr.h 14.54KB
  89. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pwr_ex.h 15.84KB
  90. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc.h 73.15KB
  91. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_rcc_ex.h 434.46KB
  92. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h 122.19KB
  93. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h 16.54KB
  94. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_uart.h 45.35KB
  95. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_adc.h 282.33KB
  96. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_bus.h 99.52KB
  97. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_cortex.h 24.36KB
  98. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dac.h 67.97KB
  99. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_dma.h 107.33KB
  100. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_exti.h 34.2KB
  101. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_gpio.h 37.53KB
  102. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_pwr.h 31.76KB
  103. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_rcc.h 340.04KB
  104. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_system.h 70.69KB
  105. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_tim.h 174.88KB
  106. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_usart.h 97.79KB
  107. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_utils.h 10.68KB
  108. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/LICENSE.txt 383B
  109. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/
  110. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c 19.34KB
  111. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc.c 77.11KB
  112. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_adc_ex.c 41.12KB
  113. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c 18.85KB
  114. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac.c 47.33KB
  115. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dac_ex.c 17.26KB
  116. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c 39.87KB
  117. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c 10.34KB
  118. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c 15.11KB
  119. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c 24.21KB
  120. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c 50.05KB
  121. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c 6.05KB
  122. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c 18.92KB
  123. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c 22.05KB
  124. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c 22.83KB
  125. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c 42.45KB
  126. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c 155.73KB
  127. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c 245.9KB
  128. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c 82.04KB
  129. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_uart.c 136.16KB
  130. F4-Double-Dac/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_adc.c 42.6KB
  131. F4-Double-Dac/F407+DMA+ADC.ioc 9.78KB
  132. F4-Double-Dac/MDK-ARM/
  133. F4-Double-Dac/MDK-ARM/DebugConfig/
  134. F4-Double-Dac/MDK-ARM/DebugConfig/F407_DMA_ADC_STM32F407ZGTx.dbgconf 2.78KB
  135. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/
  136. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/adc.crf 854.95KB
  137. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/adc.d 2.76KB
  138. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/adc.o 967.2KB
  139. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctions.crf 58.65KB
  140. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctions.d 8.37KB
  141. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctions.o 200.03KB
  142. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctionsf16.crf 30.34KB
  143. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctionsf16.d 2.5KB
  144. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/basicmathfunctionsf16.o 49.5KB
  145. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctions.crf 55.34KB
  146. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctions.d 1.63KB
  147. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctions.o 47.37KB
  148. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctionsf16.crf 43.22KB
  149. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctionsf16.d 2.04KB
  150. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/bayesfunctionsf16.o 47KB
  151. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontables.crf 854.01KB
  152. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontables.d 2.01KB
  153. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontables.o 995.21KB
  154. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontablesf16.crf 26.06KB
  155. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontablesf16.d 1.24KB
  156. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/commontablesf16.o 36.47KB
  157. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctions.crf 55.88KB
  158. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctions.d 4.45KB
  159. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctions.o 106.18KB
  160. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctionsf16.crf 42.92KB
  161. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctionsf16.d 2.6KB
  162. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/complexmathfunctionsf16.o 50.45KB
  163. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/controllerfunctions.crf 58.48KB
  164. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/controllerfunctions.d 2.6KB
  165. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/controllerfunctions.o 76.04KB
  166. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dac.crf 853.75KB
  167. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dac.d 2.76KB
  168. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dac.o 965.35KB
  169. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctions.crf 89.22KB
  170. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctions.d 5.79KB
  171. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctions.o 148.41KB
  172. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctionsf16.crf 43.24KB
  173. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctionsf16.d 3.19KB
  174. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/distancefunctionsf16.o 56.17KB
  175. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dma.crf 852.59KB
  176. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dma.d 2.76KB
  177. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/dma.o 961.02KB
  178. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.axf 1005.53KB
  179. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.build_log.htm 5.65KB
  180. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.hex 109.34KB
  181. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.htm 117.76KB
  182. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.lnp 2.42KB
  183. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.map 434.83KB
  184. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC.sct 555B
  185. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/F407+DMA+ADC_F407+DMA+ADC.dep 231.8KB
  186. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctions.crf 64.95KB
  187. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctions.d 3.78KB
  188. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctions.o 121.27KB
  189. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctionsf16.crf 42.91KB
  190. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctionsf16.d 2.21KB
  191. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/fastmathfunctionsf16.o 47.81KB
  192. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctions.crf 204.63KB
  193. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctions.d 15.45KB
  194. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctions.o 487.99KB
  195. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctionsf16.crf 30.34KB
  196. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctionsf16.d 2.75KB
  197. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/filteringfunctionsf16.o 51.46KB
  198. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/gpio.crf 852.85KB
  199. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/gpio.d 2.8KB
  200. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/gpio.o 961.16KB
  201. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctions.crf 40.22KB
  202. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctions.d 2.67KB
  203. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctions.o 74.53KB
  204. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctionsf16.crf 30.34KB
  205. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctionsf16.d 1.73KB
  206. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/interpolationfunctionsf16.o 42.59KB
  207. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/main.crf 1MB
  208. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/main.d 5.58KB
  209. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/main.o 1.03MB
  210. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctions.crf 105.29KB
  211. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctions.d 7.73KB
  212. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctions.o 250.27KB
  213. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctionsf16.crf 43.75KB
  214. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctionsf16.d 3.8KB
  215. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/matrixfunctionsf16.o 65.49KB
  216. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/quaternionmathfunctions.crf 36.25KB
  217. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/quaternionmathfunctions.d 2.47KB
  218. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/quaternionmathfunctions.o 65.77KB
  219. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/startup_stm32f407xx.d 59B
  220. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/startup_stm32f407xx.o 7.64KB
  221. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctions.crf 87.26KB
  222. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctions.d 10.77KB
  223. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctions.o 258.3KB
  224. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctionsf16.crf 43.07KB
  225. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctionsf16.d 4.34KB
  226. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/statisticsfunctionsf16.o 64.89KB
  227. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal.crf 854.33KB
  228. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal.d 3.08KB
  229. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal.o 997.69KB
  230. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc.crf 863.96KB
  231. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc.d 3.23KB
  232. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc.o 1001.5KB
  233. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc_ex.crf 859.61KB
  234. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc_ex.d 3.34KB
  235. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_adc_ex.o 985.22KB
  236. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_cortex.crf 853.71KB
  237. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_cortex.d 3.34KB
  238. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_cortex.o 989.67KB
  239. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac.crf 856.38KB
  240. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac.d 3.23KB
  241. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac.o 991.38KB
  242. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac_ex.crf 854.13KB
  243. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac_ex.d 3.34KB
  244. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dac_ex.o 978.32KB
  245. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma.crf 860.37KB
  246. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma.d 3.23KB
  247. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma.o 986.01KB
  248. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma_ex.crf 862.83KB
  249. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma_ex.d 3.34KB
  250. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_dma_ex.o 968.43KB
  251. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_exti.crf 855.13KB
  252. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_exti.d 3.26KB
  253. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_exti.o 973.23KB
  254. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash.crf 856.92KB
  255. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash.d 3.3KB
  256. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash.o 985.1KB
  257. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ex.crf 856.85KB
  258. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ex.d 3.41KB
  259. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ex.o 972.65KB
  260. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ramfunc.crf 851.96KB
  261. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ramfunc.d 3.6KB
  262. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_flash_ramfunc.o 958.12KB
  263. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_gpio.crf 855.55KB
  264. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_gpio.d 3.26KB
  265. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_gpio.o 971.93KB
  266. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_msp.crf 852.43KB
  267. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_msp.d 3.25KB
  268. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_msp.o 960.34KB
  269. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr.crf 854.61KB
  270. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr.d 3.23KB
  271. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr.o 982.47KB
  272. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr_ex.crf 853.33KB
  273. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr_ex.d 3.34KB
  274. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_pwr_ex.o 967.94KB
  275. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc.crf 863.11KB
  276. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc.d 3.23KB
  277. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc.o 983.04KB
  278. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc_ex.crf 857.06KB
  279. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc_ex.d 3.34KB
  280. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_rcc_ex.o 969.74KB
  281. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim.crf 919.54KB
  282. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim.d 3.23KB
  283. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim.o 1.14MB
  284. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim_ex.crf 879.75KB
  285. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim_ex.d 3.34KB
  286. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_tim_ex.o 1.01MB
  287. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_uart.crf 880.3KB
  288. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_uart.d 3.26KB
  289. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_hal_uart.o 1.04MB
  290. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_it.crf 853.15KB
  291. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_it.d 3.12KB
  292. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_it.o 978.49KB
  293. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_ll_adc.crf 18B
  294. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_ll_adc.d 89B
  295. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/stm32f4xx_ll_adc.o 5.14KB
  296. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctions.crf 175.57KB
  297. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctions.d 8.13KB
  298. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctions.o 198.83KB
  299. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctionsf16.crf 30.33KB
  300. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctionsf16.d 2.58KB
  301. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/supportfunctionsf16.o 50.6KB
  302. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctions.crf 38.14KB
  303. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctions.d 2.21KB
  304. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctions.o 66.5KB
  305. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctionsf16.crf 30.65KB
  306. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctionsf16.d 2.39KB
  307. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/svmfunctionsf16.o 49.8KB
  308. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/system_stm32f4xx.crf 852.57KB
  309. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/system_stm32f4xx.d 3.17KB
  310. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/system_stm32f4xx.o 961.71KB
  311. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/tim.crf 854.23KB
  312. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/tim.d 2.76KB
  313. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/tim.o 968.22KB
  314. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctions.crf 208.82KB
  315. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctions.d 7.68KB
  316. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctions.o 473.93KB
  317. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctionsf16.crf 51.39KB
  318. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctionsf16.d 4.13KB
  319. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/transformfunctionsf16.o 73.16KB
  320. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/usart.crf 857.71KB
  321. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/usart.d 2.91KB
  322. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/usart.o 969.87KB
  323. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/windowfunctions.crf 59.86KB
  324. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/windowfunctions.d 6.17KB
  325. F4-Double-Dac/MDK-ARM/F407+DMA+ADC/windowfunctions.o 172.27KB
  326. F4-Double-Dac/MDK-ARM/F407+DMA+ADC.uvguix.lenovo 89.91KB
  327. F4-Double-Dac/MDK-ARM/F407+DMA+ADC.uvoptx 19.17KB
  328. F4-Double-Dac/MDK-ARM/F407+DMA+ADC.uvprojx 27.61KB
  329. F4-Double-Dac/MDK-ARM/RTE/
  330. F4-Double-Dac/MDK-ARM/RTE/_F407_DMA_ADC/
  331. F4-Double-Dac/MDK-ARM/RTE/_F407_DMA_ADC/RTE_Components.h 318B
  332. F4-Double-Dac/MDK-ARM/startup_stm32f407xx.lst 70.18KB
  333. F4-Double-Dac/MDK-ARM/startup_stm32f407xx.s 28.14KB
0评论
提交 加载更多评论
其他资源 javaweb项目校园社团管理系统spring+springMVC+mybatis+mysql-java课程设计毕业设计
本项目是一个校园社团管理系统,采用Spring、SpringMVC、MyBatis和MySQL技术栈开发,旨在为在校大学生提供高效的社团管理解决方案。系统包括社团信息管理、学生信息管理、通知信息管理、活动信息管理等功能模块,方便社团组织者和成员进行日常管理和信息交流。 该源码适合用于Java课程设计和毕业设计,帮助学生深入理解JavaWeb开发的核心技术及应用。无论是Java初学者还是有一定基础的技术爱好者,都可以通过本项目获取宝贵的学习资料和实践经验。通过分析和改进该系统,用户能够提升自己的编程能力和项目管理技能。
10篇代码生成的论文,包括代码评估、代码搜索、代码生成、survey、代码或bug分类
题目 类型 分区 摘要 精读链接 Comparing large language models and humanprogrammers for generating programming code 代码评估 arxiv 评估七种LLMs在生成编程代码方面的性能,探讨不同提示策略对LLMs编码性能的影响,直接比较LLMs与人类程序员的编程能力,评估LLMs在不同编程语言之间生成和翻译代码的能力,以及考察LLMs的计算效率和从过去错误中学习的能力。 A Comparison of the Effectiveness of ChatGPT andCo-Pilot for Generating Quality Python Code 代码评估 会议 包括评估ChatGPT和Copilot在解决LeetCode编程问题上的有效性,探讨ChatGPT在接收到反馈后纠正代码的能力,以及其在提高代码质量和性能方面的潜力。 Program Code Generation with Generative AIs 代码评估 MDPI水刊-Algorithms非SCI 比较了人类生成的代码
10篇代码生成的论文,包括代码评估、代码搜索、代码生成、survey、代码或bug分类 10篇代码生成的论文,包括代码评估、代码搜索、代码生成、survey、代码或bug分类 10篇代码生成的论文,包括代码评估、代码搜索、代码生成、survey、代码或bug分类
javaweb项目选课管理系统spring+springMVC+mybatis+mysql-java课程设计毕业设计
本项目是一个基于JavaWeb的选课管理系统,采用Spring、SpringMVC、MyBatis和MySQL技术栈开发,旨在为在校大学生提供高效、便捷的选课服务。系统涵盖课程管理、学生管理、教师管理等核心功能,帮助学校和学生实现科学化的选课管理。 该源码适合用于Java课程设计和毕业设计,帮助学生深入理解JavaWeb开发的关键技术和实践应用。无论是初学者还是有一定基础的Java技术爱好者,都可以通过本项目获取丰富的学习资源和实际经验。通过研究和修改该系统,用户能够提升自己的编程能力、系统设计能力以及项目管理技能。
基于Springboot的旅游网站的设计与实现
基于Springboot的旅游网站的设计与实现,主要采用Springboot,mybatis,vue,mysql,jdk等技术,采用B/S架构,分为前台用户端系统和后台管理员端系统。
基于Springboot的旅游网站的设计与实现 基于Springboot的旅游网站的设计与实现 基于Springboot的旅游网站的设计与实现
javaweb项目鲜花商城管理系统spring+springMVC+mybatis+mysql-java课程设计毕业设计
采用了Spring、Spring MVC、MyBatis和MySQL**等热门开发框架,专为在校大学生的Java课程设计和毕业设计提供学习参考和实践指导。 通过本项目,您将能够学习到如何使用Spring框架搭建高效的后端服务,如何运用MyBatis进行数据持久化操作,以及如何通过Spring MVC实现前后端的交互。
yolov5实现人群计数
本项目是一个使用 YOLOv5 模型实现的人群计数 Python 应用。YOLOv5 是一个流行的目标检测模型,以其速度快和准确性高而闻名。通过这个项目,你可以快速部署一个能够识别图像中人数的系统。 功能特点: 高精度人群计数:利用 YOLOv5 模型的高效目标检测能力,实现对人群的精确计数。 实时图像处理:支持从摄像头或视频文件中实时读取图像,并进行人群计数。 易于集成:代码结构清晰,易于与其他系统或应用集成。 跨平台支持:兼容主流操作系统,包括 Windows、Linux 和 macOS。 技术栈: Python:编程语言。 YOLOv5:目标检测模型。 OpenCV:用于图像处理和显示。
yolov5实现人群计数 yolov5实现人群计数 yolov5实现人群计数
基于大数据hadoop图书分析系统框架html + css + jquery + python +Django + hadoo
基于大数据hadoop图书分析系统 框架html + css + jquery + python +Django + hadoop + hive + hdfs + MySQL + orm 用户类型 管理员 admin 123456 普通用户 qqq 123456 模块介绍 管理员 登录注册 系统首页 可视化统计 子模块不同类别价格 子模块不同类型出版社 图书详细信息 图书预览 图书推荐 个人信息 子模块密码修改 子模块图书大屏 系统设置 子模块退出系统 普通用户 登录注册 系统首页 图书详细信息 图书预览 图书推荐 个人信息 子模块密码修改 系统设置 子模块退出系统 数据库设计booksdb
关于组织2025年校级大学生创新训练计划项目立项的通知.zip
关于组织2025年校级大学生创新训练计划项目立项的通知.zip
关于组织2025年校级大学生创新训练计划项目立项的通知.zip 关于组织2025年校级大学生创新训练计划项目立项的通知.zip 关于组织2025年校级大学生创新训练计划项目立项的通知.zip