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

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++ & 자료구조]리스트기반의 스택

123456789101112131415161718192021222324252627282930313233#ifndef LISTBASESTACK_H#define LISTBASESTACK_H typedef int LData; class Node{private: LData data;public: Node *next; Node(LData data):data(data){} LData getData(){return data;}}; class ListStack{private: Node *head;public: ListStack() { head = nullptr; } bool SIsEmpty(); void SPush(LData data); LData SPop(); LData SPeek();};#endif // LISTB..

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

Powered by Tistory / Designed by INJE

티스토리툴바