Dev's Lair
About
All posts
All
(18)
PHK-LABORATORY
(18)
C++
(14)
Bash
(2)
C
(1)
LEGO MINDSTORMS NXT
(1)
Verilog HDL
(1)
[2011년 8월 12일]
지하철 노선 최단경로, 최소환승 찾기 ( Find the Shortest Path and Minimum Transfer for Seoul Metro )
[2011년 8월 12일]
Simple File System Simulator ( Virtual File System on linux 2.6 )
[2011년 7월 12일]
여행 경로 계획 프로그램 (Travel Path Planner) < Shortest Path Problem, Dijkstra Algorithm >
[2011년 7월 12일]
레고 로봇으로 미로 탈출하기 (Escape the maze by LEGO NXT)
[2011년 7월 12일]
다항식 클래스 (class Polynomial)
[2011년 7월 12일]
허프만 코드 < 허프만 트리 > (Huffman Codes < Huffman Tree >)
[2011년 7월 12일]
정해진 시간에 예약된 작업 실행하기 (Run a command at a specific time)
[2011년 7월 12일]
병원 시뮬레이션 < 순환 큐, 우선순위 큐 > (Hospital Simulation < Circular Queue, Priority Queue >)
[2011년 7월 12일]
스택 기반 수식 계산기 / 중위식 변환 (Expression Evaluation based stack / Convert Infix Expression to Postfix & Prefix Expression)
[2011년 7월 12일]
프로세스 이름으로 종료하기 (Kill a Process by Process Name)
[2011년 7월 12일]
날짜 처리를 위한 Date 클래스 (Dates Manipulation)
[2011년 7월 12일]
지수 계산하기 (power calculation) / 가장 큰 수 찾기 (find the maximum value among 10 values)
[2011년 7월 12일]
이진 탐색 트리에서 erase, post-order traverse 구현하기 (Implement erase & post-order traverse on Binary Search Tree)
[2011년 7월 12일]
팩토리얼 (Factorial)
[2011년 7월 12일]
숫자 게임 (Simple Number Game)
[2011년 7월 12일]
연결 리스트 뒤집기 (Reverse Linked List)
[2011년 7월 12일]
기수 정렬 < 연결 리스트 판 > ( Radix Sort < Linked List Version > )
[2011년 7월 12일]
스택을 이용한 미로찾기 (Maze Problem ver. Stack)