PLSR执行学习
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 

18 lignes
651 B

  1. {
  2. // 使用 IntelliSense 了解相关属性。
  3. // 悬停以查看现有属性的描述。
  4. // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "type": "cspy",
  9. "request": "launch",
  10. "name": "Debug the active IAR Project with C-SPY",
  11. "workbenchPath": "${command:iar-config.toolchain}",
  12. "projectPath": "${command:iar-config.project-file}",
  13. "projectConfiguration": "${command:iar-config.project-configuration}",
  14. "buildBeforeDebugging": "AskOnFailure"
  15. }
  16. ]
  17. }