https://www.acmicpc.net/problem/2156 9465스티커 문제와 유사한 접근 [1] [2] [3] [4] [5] [6] 안마심 0 6 6+10 첫번째잔 6 10 6+13 두번째잔 0 6 +10 10+13 1234567891011121314151617181920212223242526272829#include #include using namespace std; int content[10001];int dp[10001][3]; int max(int a, int b, int c) { return max(max(a, b), c);}int main(){ int n; cin >> n; for (int i = 1; i > content[i]; } dp[0][0] = dp[0][1] = dp[0..
https://www.acmicpc.net/problem/9465 1234567891011121314151617181920212223242526272829303132333435363738#include #include using namespace std; long long sticker[100001][2];long long dp[100001][3];//[열][] 0 : 뜯지 않음 1 : 1열 뜯음 2 : 2열 뜯음 int main(){ int test; int n; cin >> test; long long input; while (test--) { cin >> n; for (int i = 1; i > sticker[i][0]; } for (int i = 1; i > sticker[i][1]; } dp[0..
1. Bitanami WAMP Stack Manager Tool를 킨다.2. [Manage Servers] 탭에 들어가 MySQL Database를 클릭, [Stop] 버튼을 누른다.3. [윈도우]+[r] 에 cmd 를 입력한다.4. cmd창에 cd /cd Bitnami\wampstack-5.6.30-3\mysql\bin(myql이 설치된 폴더의 경로를 잘 명시해야합니다.)mysqld --skip-grant 입력5. 새로운 cmd창을 킨다. cd/cd Bitnami\wampstack-5.6.30-3\mysql\bin mysql.exe use mysql; update user set password=password('원하는 비밀번호') where user='root'; flush privileges; 입력..
https://www.acmicpc.net/problem/10844 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647#include #include using namespace std; //다시보기 long long dp[101][10];#define MOD 1000000000 int main(){ int n; cin >> n; for (int i = 1; i
그냥 갑자기 복습 겸 만들어 보고 싶어서 만들어봤습니다.data bindiing, 네트워크 연결 등을 구글링하여 추가했습니다. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748MainWindow.xaml You can create your account for free Colored by Color Scriptercs1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980MainWindo..
http://www.wpf-tutorial.com/basic-controls/the-textbox-control/ 단일 행 TextBox123 Colored by Color Scriptercs 다중 행 TextBox 1234 AcceptsReturn : Enter/Return 키를 이용, 다음 줄로 이동하도록 TextBox를 여러 줄로 TextWrapping : 텍스트가 끝날때 자동 줄바꿈 Colored by Color Scriptercs TextBox로 맞춤법 검사 SpellCheck class를 이용하여 자동 맞춤법 검사 기능을 제공합니다.(저는스펠링 체크가 되지 않는데 왜인지 모르겠습니다...)123 en-US 언어를 사용하여 SpellCheck를 실시해라Colored by Color Scripte..
The Label control http://www.wpf-tutorial.com/basic-controls/the-label-control/ Label에는 Text 속성 대신 Content 속성이 있습니다.레이블이 단지 텍스트가 아닌 모든 종류의 컨트롤을 직접 호스팅 할 수 있기 때문입니다.123 Colored by Color Scriptercs Label의 특징 테두리 지정, 최초에 약간의 padding이 부여다른 컨트롤 (예 : 이미지) 렌더링 가능 (Textblock 은 text만 렌더링 가능)ContentTemplate 속성을 통해 템플릿 기반 콘텐츠 사용Access Key를 사용하여 관련 컨트롤에 집중 Label과 Access Key(mnemonics) [Alt] 키를 누르고 있으면 문자가 강..
- Total
- Today
- Yesterday
- FEED
- Add TapGesture
- command
- 백준온라인
- 그래프
- Custom Cell
- 문자열
- CustomCollectionViewCell
- 코딩야학
- MVVM
- 타일링
- listview
- XAML
- BFS
- Fakebook
- 백준
- WPF
- Grid
- 객체
- dfs
- 스택
- Cell Animation
- 데이터 바인딩
- C++
- CollectionView
- 생활코딩
- UIView Animation
- BOJ
- DP
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |