Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Java
- Linux
- RFID
- Book review
- QT
- program
- Software Engineering
- management
- Book
- France
- Python
- comic agile
- web
- agile
- Malaysia
- leadership
- Kuala Lumpur
- Programming
- essay
- MySQL
- Spain
- programming_book
- psychology
- history
- ubuntu
- hadoop
- Italy
- erlang
- django
- hbase
Archives
- Today
- Total
목록scanf (1)
Interpreter
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..
Programming/Questions
2009. 10. 29. 14:27