P7 Graphical Editor ProblemThe simple graphical editor deals with a rectangular table M×N (1 2014. 7. 5. The Trip Problem A: The Trip A number of students are members of a club that travels annually to exotic 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 have them share every expense as it occurs... 2014. 6. 27. ACM 문제중 WERTYU ACM 문제 중 하나. WERTYU를 풀어보았다. Description A common typing error is to place the hands on the keyboard one row to the right of the correct position. So "Q" is typed as "W" and "J" is typed as "K" and so on. You are to decode a message typed in this manner.InputInput consists of several lines of text. Each line may contain digits, spaces, upper case letters (except Q, A, Z), or punctuation shown abo.. 2013. 9. 6. 링크드리스트로 하드디스크 흉내내기. 링크드 리스트로 하드디스크를 흉내 내봤다. 하드디스크는 통으로 쭉쭉 파일이 저장되고 그런 경우가 컴퓨터를 오래 사용 하면 할수록 잘 없어진다. 보통 하드디스크는 일단 용량이 있으면 그 용량에 넣고, 안될경우 잘게 짤라서 넣게된다. 이때 다음데이터의 위치는 가지고 있어야 사용 가능하다. 이걸 생각해보면 링크드리스트 개념이다. 어디에 들어갈지는 모르지 만, 일단 들어가면 각 노드마다 다음 노드를 가르키고있는 그런 모습이다. 우선, 기본적인 노드로 활용할 구조체와, 하드디스크용으로 쓸 클래스이다. 간단하다. 위에 #define 는 일단 하드디스크의 총 용량을 1000으로 잡았다. 클래스내에 있는 함수를 간략히 설명하자면, End()함수의 경우. 이 프로그램이 파일입출력으로 결과가 나오게끔 되어있는데 파일출력부.. 2012. 11. 13. 이전 1 2 다음