블로그
- 45번째 퍼즐 - 피곤한 일 public class Q45_Exhausting_Workout { public static void main(String[] args) { workhard(); System.out.println time."); } private static void workhard() { try { workhard(); } finally { workhard(); } }}Colored by Color
- 39번째 퍼즐 - 안녕, 그리고 잘 가 public class Q39_Hello_Goodbye { public static void main(String[] args) { try { System.out.println("Hello world"); System.exit(0); } finally { System.out.println("Goodbye world"); } }}Colored by Color Scriptercs
- 36번째 퍼즐 - 결정하기 힘든 프로그램 public class Q36_Indecision { public static void main(String[] args) { System.out.println(decision()) ; } static boolean decision() { try { return true; } finally { return false; } }}Colored by Color Scriptercs
- 35번째 퍼즐 - 시계 public class Q35_Minute_by_Minute { public static void main(String[] args) { int minutes = 0; for (int 60*1000; ms++) { if (ms % 60*1000 == 0) { minutes++; } } System.out.println(minutes); }}Colored by Color
- 34번째 퍼즐 - 큰 정수를 사용하는 반복문 public class Q34_Down_for_the_Count { public static void main(String[] args) { final int START = 2000000000 0; for (float f = 0; f < START + 50; f++) { count++; } System.out.println(count); }}Colored by Color
- King Arts - Mark42 Wall Fixed Helmet DETAILS 《IRON MAN3》 《MARK42》 The main character in the armor “Iron Man 3", using gold and silver red color.
- [스크랩] Color Picker for Android 출처 : [ https://github.com/chiralcode/Android-Color-Picker ] Color Picker for AndroidEasy to use, fully functional color picker with compact design based on HSV color model.
- [광주첨단과학산업단지] 지오메디칼 - 광학 렌즈의 새로운 도전 (출처:http://www.geo21eye.com/product/colorlens - GEOmedical -> Product -> Color Lens) 1. (참고기사: http://news.naver.com/main/read.nhn?
- [영진전문대학컴퓨터정보계열컴퓨터프로그래밍전공반] 상속 예제 class Car{ int speed; int gear; public String color; public void speedUp(int increment){ speed += increment ="+color+",Turbo="+turbo; } } public class ex_01 { public static void main(String[] args) { // TODO Auto-generated
- [영진전문대학컴퓨터정보계열컴퓨터프로그래밍전공반] fgetc() Colored By Color Scripter™ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 #include int main