Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- pytorch tensor
- Tensor
- ML
- torch
- pyTorch
- 일귀
- conda오류
- 리눅스
- 머신러닝
- stm32f 시리즈를 이용한 arm cortex-m3/m4 구조와 응용
- 공부
- conda: command not found
- conda
- 리눅스 오류
- essential deep learning paper reading
- Ai
- anaconda오류
- 텐서
- Machine Learning
Archives
- Today
- Total
Embedded World
[C] volatile 키워드 본문
volatile 키워드는, 컴파일 시간에 해당 변수를 최적화에서 제외시켜 오류를 방지하는 역할을 한다.
volatile에 대한 좋은 정리 : https://m.blog.naver.com/eslectures/80143556699
'소프트웨어 > C' 카테고리의 다른 글
[C] 헤더파일에 대하여 (0) | 2025.08.02 |
---|---|
[C] C언어의 extern 키워드 (0) | 2025.07.30 |
[C] C의 파일시스템, fopen_s() (0) | 2025.07.24 |
[C] C언어의 조건부 컴파일 지시자(#if #ifdef #ifndef #endif) (0) | 2025.07.17 |
[C/C++] #include "ex.h" 과 <ex.h>의 차이 (0) | 2025.03.26 |