본문 바로가기 메뉴 바로가기

Napster

프로필사진

Napster

Napster
검색하기 폼 Mountain View
  • All about view (78)
    • CS (30)
      • C++ & DataStructure (6)
      • Swift (10)
      • Swift - Beyond the Code! (6)
      • iOS (7)
      • Programing (1)
    • Glossary of Film (3)
    • MJU (22)
      • Capstone Design1 (7)
      • Cryptography & Network Secu.. (4)
      • Embedded system (5)
      • Robotics (6)
    • 자전거 (2)
    • 보고느낀것들 (4)
      • 영화 (1)
      • 칼럼 (1)
  • GUESTBOOK
  • TAG
  • RSS

연결리스트기반
[C++ & 자료구조]연결리스트기반의 스택 구현

기존에 CLinkedList.c 와 CLinkedList.h를 이용하여스택을 구현해보았다. (*여기서 SPush할때 데이터를 머리에 추가가아니라 꼬리에 추가 CLinkedList::LInsert(data);를 하면 큐 구조가 되는거 같음) ListBaseStack.h12345678910111213141516171819#ifndef LISTBASESTACK_H#define LISTBASESTACK_H #include "Node.h"#include "CLinkedList.h" class ListStack : public CLinkedList{private: Node *tail;public: bool SIsEmpty(); void SPush(LData data); LData SPop(); LData Peek(..

CS/C++ & DataStructure 2016. 6. 1. 15:51
이전 1 다음
이전 다음
최근에 올라온 글
최근에 달린 댓글
TAG
  • 스택
  • 만들기
  • sprite kit
  • ios
  • SKPhysicsbody
  • 스위프트
  • swift camera 이미지 느림
  • ios sprite kit
  • TDD
  • C++
  • 영화
  • QUAD
  • UIGraphicsImageRendererFormat
  • 객체
  • draw 이미지
  • 자료구조
  • slow image
  • skscene
  • Mobile Robot Kinematics
  • 코드스쿼드
  • quadcopter
  • custom Camera
  • des
  • swift custom camera
  • string
  • Swift
  • ios custom camera capture
  • image render
  • 태그를 입력해 주세요.
  • swift sprite kit
more
Total
Today
Yesterday

Powered by Tistory / Designed by INJE

티스토리툴바