https://www.acmicpc.net/problem/11053 arr[0] 부터 arr[i] 까지의 가장 긴 증가하는 부분 수열을 구하며 나아간다. (i = 0~n) 123456789101112131415161718192021222324252627282930#include #include using namespace std; int arr[1001];int dp[1001];//dp[i] : a[i]를 마지막으로 하는 가장 긴 증가하는 부분 수열의 길이int n; int main(){ cin >> n; for (int i = 0; i > arr[i]; } for (int i = 0; i
http://www.wpf-tutorial.com/data-binding/the-stringformat-property/ covnerter의 멋있는 점은 모든 데이터 타입을 완벽히 다른 데이터 타입으로 변환할 수 있는 것입니다.StringFormat 속성은 데이터 타입의 변환을 하지 않고, 표시하는 방식만을 다르게 하는 것을 지원합니다. 123456789 Title="MainWindow" Height="200" Width="350" Name="wnd"> Colored by Color Scriptercs Formatting without extra text 사용자 정의 텍스트를 포함하지 않는 형식 문자를 지정한다면, XAML에서 정의할 때 추가적인 중괄호를 추가해야합니다. 1234Title="MainWin..
http://www.wpf-tutorial.com/data-binding/value-conversion-with-ivalueconverter/ When to use a value converterValue converter (IValueConverter)는 매유 종종 데이터 바인딩에 사용되어집니다. ex) Byte를 KB, MB, GB 등으로 표한하는 경우, bool 값 대신 yes 혹은 no 로 표시 Implementing a simple value converter WPF value converter는 IValueConverter 인터페이스 혹은 IMultiValueConverter 인터페이스를 구현해야합니다.두 인터페이스는 단지 Convert()와 ConvertBack() 두 가지의 메소드를 구현하..
- Total
- Today
- Yesterday
- DP
- MVVM
- Fakebook
- Add TapGesture
- CollectionView
- Custom Cell
- FEED
- 타일링
- Cell Animation
- 객체
- listview
- BFS
- CustomCollectionViewCell
- 백준온라인
- Grid
- BOJ
- WPF
- 데이터 바인딩
- dfs
- 백준
- 생활코딩
- XAML
- 그래프
- C++
- command
- 문자열
- 스택
- 코딩야학
- UIView Animation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |