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
- c++
- column space
- 재배치
- 심벌 해석
- 스레드전용리소스
- 동적링크
- unity
- 벡터
- 행렬
- 스레드전용저장소
- linear algebra
- 링커
- vector
- 적재도구loader
- matrix
- 대상파일
- 구문트리
- 다이나믹 프로그래밍
- eigenvalue
- 알고리즘
- 코드포스
- 컴퓨터밑바닥의비밀
- CS정리
- 다익스트라
- Rust
- 백준
- 컴파일러
- 정적링크
- 선형대수학
- rust 스터디
Archives
- Today
- Total
목록rust box (1)
개발_기록용

https://google.github.io/comprehensive-rust/smart-pointers.html Smart Pointers - Comprehensive Rust 🦀This segment should take about 55 minutes. It contains: SlideDuration Box10 minutes Rc5 minutes Owned Trait Objects10 minutes Exercise: Binary Tree30 minutesgoogle.github.ioRust에도 스마트 포인터라는게 존재한다. Box, Rc, Trait Object를 배운다!20.1 BoxC++에서 스마트 포인터 중 하나인 unique ptr와 똑같다.어떤 heap에 있는 데이터를 가리키는 데이터 타입..
RUST 스터디
2024. 6. 18. 12:45