Logo CodeXlog
  • Home
  • About
  • Recent Posts
  • 게시글
  • Tags
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • 게시글
  • Blog-Migration
    • Hugo
    • Jekyll
  • Study
    • Algorithms
      • Algorithms Problem
        • Backjoon
          • Problem.100039
          • Problem.1065
          • Problem.10809
          • Problem.10871
          • Problem.1110
          • Problem.1152
          • Problem.1157
          • Problem.11654
          • Problem.11718
          • Problem.11719
          • Problem.11720
          • Problem.11721
          • Problem.1316
          • Problem.1546
          • Problem.15552
          • Problem.1924
          • Problem.1978
          • Problem.2257
          • Problem.2439
          • Problem.2441
          • Problem.2448
          • Problem.2490
          • Problem.2675
          • Problem.2839
          • Problem.2908
          • Problem.2920
          • Problem.2941
          • Problem.4673
          • Problem.5622
          • Problem.8393
          • Problem.8958
          • Problem.9461
      • Programming Tips
        • C언어 Scanf 의 의미
      • Etc Problem
        • Prob 달팽이 배열
        • 기초 문제
        • 다양한 패턴 출력
        • 큰수 작은수로 정렬후 덧셈
        • 파스칼의 삼각형
    • Computer Science
      • 시스템프로그래밍 FTW 구현
      • 시스템프로그래밍 FTW 구현
    • Programming Language
      • Python
        • Python 기초
      • C언어 스터디
      • 강제 캐스팅에 의한 1byte 단위 접근법
  • Dev
    • DevOps
      • [DevOps] Terraform vs Ansible 뭐가 다르죠?
    • Tips
      • AWS text recognizer
        • AWS project 진행 과정
        • AWS 이미지속 글자 추출
        • Django 따라해보기!!
    • Tips
    • Git Manual
  • OS
    • BSD-Based OS
    • Linux
      • Debain-Based OS
        • Ubuntu & OSX setting
      • RHEL-Based OS
        • CentOS 7
    • Mac OS
      • Mac Autojump 설치및 사용법
    • Window OS
      • Git 설치 및 초기설정
  • Tools
    • GitLab
      • GitLab Upgrade
Hero Image
시스템프로그래밍 FTW 구현

Embedded System? An embedded system is a computer system — 작은 컴퓨터 라고 생각하자. Dedicated function — 시스템에 맞춰 특정 동작을 한다. Within a lager mechanical or electronical system 더 큰 시스템의 일부로 내장(embedded)된다. 큰 시스템 안에 여러개의 임베디드 시스템이 동시에 존재할 수 있다. Characteristic of Embedded system 특정 기능을 수행 하드웨어 + 소프트웨어로 구성 하드웨어 변경 쉽지 않음 제한적인 자원 고 신뢰성, 실시간성의 요구 SoC SoC(System on chip) 은

  • Study
  • Embeded-System
  • C
2018년 8월 10일 금요일 | 11
Hero Image
시스템프로그래밍 FTW 구현

FTW() 란? ftw함수는 해당 경로안의 모든 디렉토리들을 탐색하여 보여준다. SYNOPSIS #include <ftw.h> int ftw(const char *path, int (*fn)(const char *, const struct sta *ptr, int flag),int depth); int nftw(const char *path, int (*fn)(const char *, const struct stat *ptr, int flag, struct FTW *), int depth, int flags); ftw는 path, fn, depth의 3가지 인자가 필요하다. path : 탐색될 대상이 되는 경로. fn : 탐색중 발견된 파일의 정보를 받는 콜백 포인터.

  • Study
  • System-Programming
  • C
2018년 8월 10일 금요일 | 2
바로가기
  • About
  • Recent Posts
  • Tags
Contact me:
  • codex.devlab@gmail.com
  • ehdwn1991
  • Codex

책임 고지: This theme is under MIT license. So, you can use it for non-commercial, commercial, or private uses. You can modify or distribute the theme without requiring any permission from the theme author. However, the theme author does not provide any warranty or takes any liability for any issue with the theme.