<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">Superkkt Blog: 최근 댓글 목록</title>
  <id>http://superkkt.com/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://superkkt.com/" />
  <subtitle type="html">프로그램 개발과 관련된 지식을 정리하는 공간입니다.</subtitle>
  <updated>2012-02-06T17:20:54+09:00</updated>
  <generator>Textcube 1.7.8 : Con moto</generator>
  <entry>
    <title type="html">Matlab 코드를 C/C++ 공유 라이브러리로 배포 : 안지훈님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/434#comment126" />
    <author>
      <name>(안지훈)</name>
    </author>
    <id>http://superkkt.com/434#comment126</id>
    <published>2011-11-23T18:18:44+09:00</published>
    <summary type="html">혹시 matlab에서 c로 코드 변환하는 작업을 하실수 있으신가요,,, 연구소에서 간단한 코드작업을 용역으로 대체하려 하는데요,,,,
ahn_jh@cnu.ac.kr로 답변 부탁드립니다.</summary>
  </entry>
  <entry>
    <title type="html">리눅스에서 Mac OS의 타임머신 백업 따라하기 : 멍멍이닷님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/625#comment123" />
    <author>
      <name>(멍멍이닷)</name>
    </author>
    <id>http://superkkt.com/625#comment123</id>
    <published>2011-08-19T00:37:50+09:00</published>
    <summary type="html">유용한 정보 감사합니다~ 소규모로 데이터를 PC데스크탑으로 서버를 이용하려고하는데  백업서버에서 쓸 마땅한 솔루션을 못찾았는데 이걸로하면되겠어요</summary>
  </entry>
  <entry>
    <title type="html">아이폰 VPN 설정 : skiro님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/510#comment121" />
    <author>
      <name>(skiro)</name>
    </author>
    <id>http://superkkt.com/510#comment121</id>
    <published>2011-08-14T22:01:25+09:00</published>
    <summary type="html">감사합니다. 가장 잘 정리 된 것 같아요!!</summary>
  </entry>
  <entry>
    <title type="html">블럭 디바이스(Block device) I/O - 1 : 초보님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/372#comment120" />
    <author>
      <name>(초보)</name>
    </author>
    <id>http://superkkt.com/372#comment120</id>
    <published>2011-06-15T10:29:58+09:00</published>
    <summary type="html">잘 읽었습니다</summary>
  </entry>
  <entry>
    <title type="html">Doxygen 사용을 위한 주석 : ㅁㅁ님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/210#comment117" />
    <author>
      <name>(ㅁㅁ)</name>
    </author>
    <id>http://superkkt.com/210#comment117</id>
    <published>2011-02-25T17:47:49+09:00</published>
    <summary type="html">독시젠 아닙니다. 오류겐이죠</summary>
  </entry>
  <entry>
    <title type="html">Internet Checksum 계산 공식 : 사막바람님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/72#comment115" />
    <author>
      <name>(사막바람)</name>
    </author>
    <id>http://superkkt.com/72#comment115</id>
    <published>2011-01-13T16:24:57+09:00</published>
    <summary type="html">제가 이제 공부를 시작해서 잘모르는데요. 
아래와 같이 하면 되나요? 에러가 나서요..
어찌 수정해야 하는지요? 
8자리 checksum 을 찾으려고 합니다. 
예: 07 06 0D CA 2E 1B 04 52

/* checksum-1.cpp */

#include &amp;lt;stdio.h&amp;gt;

static uint16_t

checksum(uint16_t *data, int len)
{
        int i;
        uint32_t sum = 0;

        for(i = 0; len &amp;gt; 1; i++, len -= 2)
                sum += data[i];
        /* 만약 마지막 데이터가 8비트라면 뒤에 8비트의 0을 추가한다 */
        if(len)
                sum += data[i] &amp;amp; 0xFF00;

        /* 상위 16비트(carrige)를 하위 16비트에 더해서 1의보수 합을 구한다 */
        sum = (sum &amp;gt;&amp;gt; 16) + (sum &amp;amp; 0xFFFF);
        /* 상위 16비트로 올림된 값이 있으면 다시 더해준다 */
        sum += (sum &amp;gt;&amp;gt; 16);

        return((uint16_t) htons(~sum));
}</summary>
  </entry>
  <entry>
    <title type="html">비밀 댓글입니다</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/464#comment114" />
    <author>
      <name>비밀 댓글입니다</name>
    </author>
    <id>http://superkkt.com/464#comment114</id>
    <published>2010-12-22T10:07:17+09:00</published>
    <summary type="html">비밀 댓글입니다</summary>
  </entry>
  <entry>
    <title type="html">Ubuntu VNC Server : 쵸르님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/530#comment113" />
    <author>
      <name>(쵸르)</name>
    </author>
    <id>http://superkkt.com/530#comment113</id>
    <published>2010-12-11T01:03:39+09:00</published>
    <summary type="html">깔끔한 정리 덕분에 많은 도움이 되었습니다 ^^
Mac 기본 &#039;화면 공유, Screen Sharing&#039; 에서 화면이 제대로 안나오는 문제가 &#039;32비트 모드에서 실행&#039; 옵션으로도 처리될 수 있다고 하네요.
http://goo.gl/aRxyP</summary>
  </entry>
  <entry>
    <title type="html">구조체(Structure)와 패딩비트(Paddin... : 박성민님의 댓글</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/159#comment112" />
    <author>
      <name>(박성민)</name>
    </author>
    <id>http://superkkt.com/159#comment112</id>
    <published>2010-12-05T13:24:36+09:00</published>
    <summary type="html">너무 유용한 자료 감사합니다 .^^;
안그래도 구조체 padding에 대한 개념을 몰라 2byte가 추가된걸 모르고 한참 삽질을했는데 감사합니다.</summary>
  </entry>
  <entry>
    <title type="html">비밀 댓글입니다</title>
    <link rel="alternate" type="text/html" href="http://superkkt.com/146#comment111" />
    <author>
      <name>비밀 댓글입니다</name>
    </author>
    <id>http://superkkt.com/146#comment111</id>
    <published>2010-10-22T22:51:15+09:00</published>
    <summary type="html">비밀 댓글입니다</summary>
  </entry>
</feed>

