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

mach의 컴퓨터 노트

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

mach의 컴퓨터 노트

검색하기 폼
  • 분류 전체보기 (133)
    • inforworld - Bossie (0)
      • Application (0)
      • Application Development Too.. (0)
      • Desktop & Mobile Software (0)
      • Data Center & Cloud S/W (0)
      • Big Data Tools (0)
      • Networking & Security S/W (0)
      • Machine Learning (0)
    • Magazine (1)
    • 프로그래밍Tip (17)
    • 부담없이 읽기 (27)
    • Data Diode (6)
    • NoSQL (4)
    • Security (16)
      • NSM - Network Security Moni.. (0)
      • ESM - Enterprise Security M.. (0)
      • Social Engineering (0)
      • Hooking/RootKits (0)
      • Management Framework (0)
      • SSL (3)
    • Book Review (1)
    • HardWare (4)
    • links (5)
      • just fun! (2)
    • X-a-a-s (0)
    • HTML 5 (4)
    • Application Peromenace/Netw.. (4)
    • Q&A (0)
    • biz (0)
    • malware (0)
    • 2013 term (0)
    • middleware (0)
    • 유틸리티 (22)
  • 방명록

knuth (1)
tsearch code sample

https://code.google.com/p/semicomplete/source/browse/codesamples/tsearch-example.c #include #include #include #include #include typedef struct foo { const char *name; int value; } foo_t; int cmp(const void *a, const void *b) { foo_t *fa, *fb; fa = (foo_t*)a; fb = (foo_t*)b; return strcmp(fa->name, fb->name); } void walker(const void *node, const VISIT which, const int depth) { foo_t *f; f = *(fo..

프로그래밍Tip 2013. 7. 8. 12:04
이전 1 다음
이전 다음
공지사항
  • mach의 컴퓨터 노트를 오픈합니다.

Blog is powered by Tistory / Designed by Tistory

티스토리툴바