일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- LLM
- 딥러닝
- LG Aimers
- PCA
- GPT-4
- 해커톤
- Machine Learning
- LG
- Classification
- supervised learning
- regression
- 분류
- 회귀
- AI
- 지도학습
- 티스토리챌린지
- gpt
- ChatGPT
- 머신러닝
- OpenAI
- deep learning
- LG Aimers 4th
- 오블완
Archives
- Today
- Total
목록개발환경/vscode (1)
SYDev
vscode에서 C 분할 파일 빌드 및 실행
https://cmaven.github.io/vscode/VS-Code-Multi-Compile/ Visual Studio Code(vs code) 파일 분할 컴파일 Visual Studio Code 에서 동일 디렉토리 내의 분할된 파일 컴파일에 대해 정리한다. cmaven.github.io 위 게시물을 평소에 C++ 분할 파일 컴파일할 때 이용했는데, C언어 분할 파일의 경우가 없어서 임의로 추가해봤다. { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "runner": "terminal", "type": "shell", "..
개발환경/vscode
2023. 8. 8. 19:40