일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ubuntu
- comic agile
- hbase
- management
- Malaysia
- MySQL
- programming_book
- Book
- QT
- Book review
- Python
- erlang
- Java
- django
- essay
- Italy
- hadoop
- Software Engineering
- psychology
- Linux
- program
- web
- France
- Programming
- RFID
- leadership
- agile
- Kuala Lumpur
- history
- Spain
- Today
- Total
목록JH & HJ (840)
A certain computer has ten registers and 1,000 words of RAM. Each register or RAM location holds a three-digit integer between 0 and 999. Instructions are encoded as three-digit integers and stored in RAM. The encodings are as follows: 100 means halt 2dn means set register d to n (between 0 and 9) 3dn means add n to register d 4dn means multiply register d by n 5ds means set register d to the va..
Graphical editors such as Photoshop allow us to alter bit-mapped images in the same way that text editors allow us to modify documents. Images are represented as an M x N array of pixels, where each pixel has a given color. Your task is to write a program which simulates a simple interactive graphical editor. Input The input consists of a sequence of editor commands, one per line. Each command i..
2009.10.19~20/26 - 책 제목은 조선 선비 살해 사건보다는 차라리 조선 선비 피살 사건이 더 맞지 않을까. 내용으로 보면 결국 사화 중심의 조선 전기 역사인데, 조선 선비 살해 사건이라니... 설마 저자가 선택한 제목이라고 믿고 싶지는 않다. 이러니 저러니 해도 근 몇년간 한국 역사에 대해서 가장 재미잇게 읽었던 책들을 쓴 사람인데. 실제로 여전히 대중적인 인기도 있고. - 시스템이 갖춰져도 결국 운영하는 것은 사람이니 사람의 성격이나 이념에 따라 그 결과는 큰 차이를 나타낸다. 멀리 볼 것도 없이 바로 몇 달전 전직 대통령이 말도 안되는 법적 올가미에 얽혀 결국 자살을 하고 말았으니 수백년 전의 상황이야 더 말해 무엇하랴. 단지 그런 역사가 수백년 전부터 여전히 반복되는 것을 보면 결국 인..
A friend of yours has just bought a new computer. Before this, the most powerful machine he ever used was a pocket calculator. He is a little disappointed because he liked the LCD display of his calculator more than the screen on his new computer! To make him happy, write a program that prints numbers in LCD display style. Input The input file contains several lines, one for each number to be di..
Forbes 선정 은퇴후 살기 좋은 곳 Best 10 http://www.zdnet.co.kr/Contents/2009/10/20/zdnet20091020090750.htm http://www.forbes.com/forbes/2009/1102/foreign-retirement-france-italy-best-places-to-retire.html ▲오스트리아 ▲이탈리아 ▲아일랜드 ▲프랑스 ▲스페인 ▲캐나다 ▲파나마 ▲태국 ▲말레이시아 ▲호주 Legatum Prosperity Index http://www.prosperity.com/rankings.aspx http://media.daum.net/foreign/america/view.html?cateid=1043&newsid=20091027015706989..
The Trip A group of students are members of a club that travels annually to different locations. Their destinations in the past have included Indianapolis, Phoenix, Nashville, Philadelphia, San Jose, and Atlanta. This spring they are planning a trip to Eindhoven. The group agrees in advance to share expenses equally, but it is not practical to share every expense as it occurs. Thus individuals i..
Minesweeper Have you ever played Minesweeper? This cute little game comes with a certain operating system whose name we can't remember. The goal of the game is to find where all the mines are located within a M x N field. The game shows a number in a square which tells you how many mines there are adjacent to that square. Each square has at most eight adjacent squares. The 4 x 4 field on the lef..
ttp://programming-challenges.com/pg.php?page=downloadproblem&probid=110101&format=html Consider the following algorithm to generate a sequence of numbers. Start with an integer n. If n is even, divide by 2. If n is odd, multiply by 3 and add 1. Repeat this process with the new value of n, terminating when n = 1. For example, the following sequence of numbers will be generated for n = 22: 22 11 3..
2009.09.25~29 지난 번 먼 북소리를 읽고 난 후 얼마 안 되어 하루키의 신작 소설에 대한 소식을 들었다. 마침 친구에게 빌려 볼 수 있게 되어 한 번 읽어보았다. 다 읽고 난 후의 느낌은 재미있기는 한데... 뭔가 좀 부족하다는 느낌이었다. 먼 북소리를 읽을 때는 정신없이 빠져들어 읽었었는데, 1Q84는 뭐랄까... 재미있긴 하지만 결정적인 뭔가가 없었다. 마침 yes24에 들어가보니 나름대로 괜찮은 서평 두 가지가 있었다. http://blog.yes24.com/document/1588952 http://blog.yes24.com/document/1625554 제목에서도 그렇고 리틀 피플의 존재에서도 조지 오웰의 1984년에 대한 느낌은 당연히 받을 수 밖에 없는데, 하루키는 친절하게도(또는..