일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 전월세
- Seg
- 유량
- 트리dp
- 티스토리챌린지
- 2-sat
- TRIE
- LCA
- spfa
- 2SAT
- 임대차계약
- 접미사배열
- Segment tree
- lcp
- 오블완
- 구현
- 월세
- suffix array
- 이분매칭
- 디닉
- treedp
- 투룸
- 트라이
- SCC
- 이분탐색
- dinic
- 좌표압축
- 아호코라식
- 세그먼트트리
- MCMF
- Today
- Total
목록Dart&Flutter (6)
N coding
설치할 것들 - flutter-tizen tool https://github.com/flutter-tizen/flutter-tizen/blob/master/doc/windows-install.md flutter-tizen/flutter-tizen Flutter tools for Tizen. Contribute to flutter-tizen/flutter-tizen development by creating an account on GitHub. github.com 난 윈도우라서 윈도우 install 페이지로 가져왔다. tizen studio 설치하고 emulator manager 킬 때 - MSVCP120.dll 을 찾을 수 없습니다. 에러 https://www.microsoft.com/ko-KR/dow..
https://www.notion.so/Async-programming-aa88c871fa434e0eb3f6aa8dd28944f4 Async programming Future www.notion.so Future Dart에서는 async operation의 결과를 Future로 나타낸다. 이름에서도 느껴지듯이 미래 어떤 시점에 사용 가능한 값 또는 error를 나타내는 데 사용한다. Future는 uncompleted , completed 두 가지 상태가 있다. uncompleted : async 함수를 호출하면 uncompleted future를 리턴해준다. 이 future가 async operation이 끝나거나 에러를 리턴하는 걸 기다린다. completed : async operation이 성공적..
https://www.notion.so/Drawer-onPositionChanged-1292141c52334e0abca936fed3f7a603 Drawer onDrawerSlide Android로 치자면 DrawerListener.onDrawerSlide 같은 것 www.notion.so Android로 치자면 DrawerListener.[onDrawerSlide](https://developer.android.com/reference/androidx/drawerlayout/widget/DrawerLayout.DrawerListener#onDrawerSlide(android.view.View, float)) 같은 것 Flutter는 2.0 에서 업데이트 된 Scaffold.onDrawerChanged로 ..
What is flutter FFI? 플러터 FFI란? https://summer-milkshake-01b.notion.site/Flutter-FFI-c91c46b8ca8f4138af4a072acc4d089c Flutter FFI FFI = Foreign function interface summer-milkshake-01b.notion.site FFI = Foreign function interface https://en.wikipedia.org/wiki/Foreign_function_interface 한 언어로 작성된 프로그램이 다른 언어로 쓰인 함수나 서비스를 사용할 수 있게 하는 것 주된 기능 한 언어(host language = FFI를 정의한 쪽)의 semantic, calling conven..
Dart Extension Keyword 다트 extension이란? https://blog.naver.com/nywoo19/222443746252 Dart Extension Keyword https://summer-milkshake-01b.notion.site/Extension-on-keyword-3f2d9544b55a41b789e3fadb2d851d65 blog.naver.com https://summer-milkshake-01b.notion.site/Extension-on-keyword-3f2d9544b55a41b789e3fadb2d851d65 Extension on keyword https://dart.dev/guides/language/extension-methods summer-milkshak..