public enum test7 {
TRUE {
@Override public String getRtext() {
return cnt.getString(R.string.on);
}
},
FALSE {
@Override public String getRtext() {
return cnt.getString(R.string.off);
}
};
public Context getCnt() {
return cnt;
}
public Context cnt;
public test7 getS(Context c, boolean b) {
return b ? TRUE...
-
This is Slide 1 Title
This is slide 1 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 2 Title
This is slide 2 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
-
This is Slide 3 Title
This is slide 3 description. Go to Edit HTML and replace these sentences with your own words. This is a Blogger template by Lasantha - PremiumBloggerTemplates.com...
2018년 10월 16일 화요일
2018년 10월 2일 화요일
2018년 10월 1일 월요일
Opencv 선검출
By schoolhompy at 10월 01, 2018
No comments
http://blog.naver.com/PostView.nhn?blogId=cjsal95&logNo=220937898261&parentCategoryNo=&categoryNo=22&viewDate=&isShowPopularPosts=true&from=sea...
Opencv 필터 참고
By schoolhompy at 10월 01, 2018
No comments
http://blog.naver.com/PostView.nhn?blogId=cjsal95&logNo=220915040360&parentCategoryNo=&categoryNo=22&viewDate=&isShowPopularPosts=true&from=searc...