<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>BlackFeel.NET</title>
		<link>http://blackfeel.net/</link>
		<description>개발자 유령물소의 블로그</description>
		<language>ko</language>
		<pubDate>Mon, 01 Feb 2010 22:44:50 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<item>
			<title>[MFC] 내문서 PATH 얻어오기</title>
			<link>http://blackfeel.net/entry/MFC-%EB%82%B4%EB%AC%B8%EC%84%9C-PATH-%EC%96%BB%EC%96%B4%EC%98%A4%EA%B8%B0</link>
			<description>&amp;#160; -코드- char pBuffer[MAX_PATH]; SHGetSpecialFolderPath(NULL, pBuffer, CSIDL_PERSONAL , 0); cout &lt;&lt; pBuffer; &amp;#160; &amp;#160; -결과-</description>
			<author>유령물소</author>
			<guid>http://blackfeel.net/7</guid>
			<comments>http://blackfeel.net/entry/MFC-%EB%82%B4%EB%AC%B8%EC%84%9C-PATH-%EC%96%BB%EC%96%B4%EC%98%A4%EA%B8%B0#entry7comment</comments>
			<pubDate>Thu, 07 Jan 2010 10:33:39 +0900</pubDate>
		</item>
		<item>
			<title>아이디어 노트</title>
			<link>http://blackfeel.net/entry/%EC%95%84%EC%9D%B4%EB%94%94%EC%96%B4-%EB%85%B8%ED%8A%B8</link>
			<description>- 모의고사 시간 도우미 - 모의고사 점수 도우미 (Graph)</description>
			<author>유령물소</author>
			<guid>http://blackfeel.net/6</guid>
			<comments>http://blackfeel.net/entry/%EC%95%84%EC%9D%B4%EB%94%94%EC%96%B4-%EB%85%B8%ED%8A%B8#entry6comment</comments>
			<pubDate>Wed, 06 Jan 2010 09:22:43 +0900</pubDate>
		</item>
		<item>
			<title>Qt 4.6.0 configure</title>
			<link>http://blackfeel.net/entry/Qt-460-configure</link>
			<description>platform: embedded-linux architecture: arm 1. Qt를 다운받는다. http://qt.nokia.com/downloads 2. 압축을 푼 후 설치전 환경설정을 한다. 주의사항 아래 구문을 파일로 만들어 (&lt;CR&gt;&lt;NL&gt;이 포함된 채로) linux로 복사한 후 bash에서 실행하는 경우 정상적으로 실행되지 않는 경우가 있다. fileformat을 unix로 하여야 한다. &quot;\&quot; 문자 앞에는 꼭 공백을 삽입한다. ./c..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-4-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-4-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-4-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>4.6</category>
			<category>4.6.0</category>
			<category>configure</category>
			<category>QT</category>
			<author>유령물소</author>
			<guid>http://blackfeel.net/4</guid>
			<comments>http://blackfeel.net/entry/Qt-460-configure#entry4comment</comments>
			<pubDate>Tue, 22 Dec 2009 18:35:00 +0900</pubDate>
		</item>
		<item>
			<title>[pthread for win32] pthread_cond_timedwait</title>
			<link>http://blackfeel.net/entry/pthread-for-win32-pthreadcondtimedwait</link>
			<description>int pthread_cond_timedwait ( pthread_cond_t *restrict cond, pthread_mutex_t *restrict mutex, const struct timespec *restrict abstime); 이 함수의 파라메터 abstime 구조체를 윈도우에서 설정하려면 아래와 같은 함수를 사용한다. #include &lt;sys/timeb.h&gt; pthread_mutex_lock(&amp;mut); timespec abstime..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-3-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-3-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-3-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>POSIX</category>
			<author>유령물소</author>
			<guid>http://blackfeel.net/3</guid>
			<comments>http://blackfeel.net/entry/pthread-for-win32-pthreadcondtimedwait#entry3comment</comments>
			<pubDate>Wed, 11 Nov 2009 04:18:35 +0900</pubDate>
		</item>
		<item>
			<title>Custom CComboBox</title>
			<link>http://blackfeel.net/entry/Custom-CComboBox</link>
			<description>C#이나 Java에서는 사용자 정의 컨트롤을 만들어 쓰기 쉽다. 그냥 상속받아서 입맛에 맛게 만들면 된다. 생성자에 구현해도 좋고, 기타 메서드를 만들어 써도 된다. 그러나 MFC에서는 다소 차이가 있다. MFC class들을 subclassing하여 구현하였을 경우 다른 초기화 메서드는 호출되지 않으므로, 아래 메서드를 override하여 사용하여야한다. PreSubclassWindow() 이를 이용하여 Hex값을 출력시켜주는 CComboHexB..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-2-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-2-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-2-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>MFC</category>
			<category>MFC Control CComboBox</category>
			<author>유령물소</author>
			<guid>http://blackfeel.net/2</guid>
			<comments>http://blackfeel.net/entry/Custom-CComboBox#entry2comment</comments>
			<pubDate>Mon, 02 Nov 2009 23:59:04 +0900</pubDate>
		</item>
		<item>
			<title>이진탐색(Binary Search)시 무한루프 주의</title>
			<link>http://blackfeel.net/entry/%EC%9D%B4%EC%A7%84%ED%83%90%EC%83%89Binary-Search%EC%8B%9C-%EB%AC%B4%ED%95%9C%EB%A3%A8%ED%94%84-%EC%A3%BC%EC%9D%98</link>
			<description>위 그림은 Binary Search 알고리즘을 수행중 Low와 Value가 55이고 High가 56인 경우의 스냅샷이다. 이같은 경우 오른쪽 방향으로 search를 할 경우 무한 loop에 빠질 수 있다. 왜냐하면 변수 타입이 정수이기 때문이다. ex) low = 55(value) high = 56 value = (55+56) / 2 = 55 결국 위 그림과 같은 상태가 계속 유지되는 것이다. 이를 방지하기 위하여 다음과 같은 코드를 추가해 볼 수..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-1-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-1-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;img id=&quot;ccl-icon-1-2&quot; class=&quot;entry-ccl-sa&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black04.png&quot; alt=&quot;동일 조건 변경 허락&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-sa/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-sa/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
</description>
			<category>알고리즘</category>
			<author>유령물소</author>
			<guid>http://blackfeel.net/1</guid>
			<comments>http://blackfeel.net/entry/%EC%9D%B4%EC%A7%84%ED%83%90%EC%83%89Binary-Search%EC%8B%9C-%EB%AC%B4%ED%95%9C%EB%A3%A8%ED%94%84-%EC%A3%BC%EC%9D%98#entry1comment</comments>
			<pubDate>Sun, 01 Nov 2009 23:53:40 +0900</pubDate>
		</item>
	</channel>
</rss>
