<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:admin="http://webns.net/mvcb/"
  xmlns:cc="http://web.resource.org/cc/"
  xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://www.sutosoft.com/room/">
<title>MASATOの開発日記</title>
<link>http://www.sutosoft.com/room/</link>
<description>ソフト開発のTipsや自作ソフトウェアのリリース案内。</description>
<dc:language>ja</dc:language>
<dc:creator></dc:creator>
<dc:date>2008-06-16T23:58:00+09:00</dc:date>
<admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2-ja-2" />


<items>
<rdf:Seq><rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000535.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000532.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000516.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000515.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000513.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000508.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000505.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000503.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000502.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000500.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000498.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000496.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000495.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000493.html" />
<rdf:li rdf:resource="http://www.sutosoft.com/room/archives/000492.html" />
</rdf:Seq>
</items>

</channel>

<item rdf:about="http://www.sutosoft.com/room/archives/000535.html">
<title>平成20年度 春期 情報処理技術者試験 成績照会</title>
<link>http://www.sutosoft.com/room/archives/000535.html</link>
<description>平成20年度 春期 情報処理技術者試験 成績照会
テクニカルエンジニア（データベース）試験
</description>
<dc:subject>感想</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-06-16T23:58:00+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000532.html">
<title>OpenSSL―暗号・PKI・SSL/TLSライブラリの詳細―</title>
<link>http://www.sutosoft.com/room/archives/000532.html</link>
<description>OpenSSL―暗号・PKI・SSL/TLSライブラリの詳細― という本を読みました。</description>
<dc:subject>書評</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-05-31T00:39:27+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000516.html">
<title>boost 1.35.0のBoost.Thread</title>
<link>http://www.sutosoft.com/room/archives/000516.html</link>
<description>boost 1.35.0では、Boost.Threadが結構強化されたようですので、Boost.Threadのドキュメントを読んでみたのですが、残念ながらThread Priorityの制御にはまだ対応していないようです。
Thread制御のコードをWin32APIではなくboostで書きたいのですが、これができないために移行できずにおります。
早く対応して欲しいなぁ・・・。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-04-08T03:18:52+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000515.html">
<title>boost 1.35.0インストール(Visual C++ 2008)</title>
<link>http://www.sutosoft.com/room/archives/000515.html</link>
<description>boost 1.35.0がリリースされました。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-04-04T00:41:56+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000513.html">
<title>増補改訂版 Java言語で学ぶデザインパターン入門 マルチスレッド編</title>
<link>http://www.sutosoft.com/room/archives/000513.html</link>
<description>「増補改訂版 Java言語で学ぶデザインパターン入門 マルチスレッド編」という本を読みましたので感想などを書いてみます。</description>
<dc:subject>書評</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-24T23:42:43+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000508.html">
<title>boost::function + bindの破壊力</title>
<link>http://www.sutosoft.com/room/archives/000508.html</link>
<description>boost::functionとboost::bindの組み合わせは結構強力なようです。以下のコードをコンパイルしてみると・・・</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-15T22:09:53+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000505.html">
<title>boost::function その３</title>
<link>http://www.sutosoft.com/room/archives/000505.html</link>
<description><![CDATA[前回の続きです。
前回はFuncオブジェクトにObjectへのポインタを渡していましたが、今回はboost::shared_ptr&lt;Object&gt;を渡してみました。]]></description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-11T22:46:12+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000503.html">
<title>boost::function その２</title>
<link>http://www.sutosoft.com/room/archives/000503.html</link>
<description>前回の続きです。
前回はFuncオブジェクトにObjectそのものを渡していましたが、今回はポインタを渡してみました。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-10T23:29:16+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000502.html">
<title>boost::function その１</title>
<link>http://www.sutosoft.com/room/archives/000502.html</link>
<description>boostにはFunctionというライブラリがあります。
一言でいうと強化型関数ポインタですが、結構多機能です。
特にメンバ関数周りの機能が充実していて、以下のようにメンバ関数を格納した上に呼び出すこともできます。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-09T21:11:09+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000500.html">
<title>WM_ENTERSIZEMOVEとWM_EXITSIZEMOVE</title>
<link>http://www.sutosoft.com/room/archives/000500.html</link>
<description>本記事は過去に書いた記事の焼き直しです。

Windowsアプリケーションの中には、ウィンドウのサイズ変更に時間がかかるものがあります。
代表的なものは画像ビューアです。画像の拡大縮小を綺麗にやろうとすると時間がかかるからです。
この時間がかかる処理をOnSize(WM_SIZEのハンドラ)に書くと、ウィンドウのサイズ変更がもっさりとしたアプリケーションになってしまいます。
本日紹介する方法は、サイズ変更のもっさり感を解消するための方法です。 </description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-03-02T21:08:55+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000498.html">
<title>Visual Studio 2008のマルチスレッドデバッグ機能</title>
<link>http://www.sutosoft.com/room/archives/000498.html</link>
<description>本日はVisual Studio 2008のマルチスレッドデバッグ機能を紹介します。
従来のVisual Studioからあった機能ですが、ほんのちょっとだけ進化しているようです。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-02-29T00:01:19+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000496.html">
<title>Unicodeアプリケーションでファイルオープン</title>
<link>http://www.sutosoft.com/room/archives/000496.html</link>
<description>Visual Studio 2008を買ってからほぼ毎日ちょっとずつ触っていますが、GUIが今まで使っていたVisual Studio.NET 2003とあんまり変わらないので慣れるのは早そうです。
まだboostが公式に2008に対応していないあたりがちょっと辛いですが。
</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-02-27T00:15:44+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000495.html">
<title>Visual Studio 2008のインテリセンス</title>
<link>http://www.sutosoft.com/room/archives/000495.html</link>
<description>Visual Studio 2008のインテリセンスは、Visual Studio.NET 2003に比べて良くなっています。(Visual Studio 2005は持ってないので比較できません)
特にboostを使ったコードが書きやすくなっています。例を数点紹介します。</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-02-26T00:04:37+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000493.html">
<title>libjpeg高速化改造版の使い方(Visual Studio 2008)</title>
<link>http://www.sutosoft.com/room/archives/000493.html</link>
<description>ソフトウェア工房αさんがリリースしているlibjpeg高速化改造版をVisual Studio 2008で使う方法を調べましたので、まとめておきます。
(正式名称はIndependent JPEG Group&apos;s JPEG software release 6b with x86 SIMD extension for IJG JPEG library version 1.02)</description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-02-18T01:27:48+09:00</dc:date>
</item>
<item rdf:about="http://www.sutosoft.com/room/archives/000492.html">
<title>libjpegの使い方(Visual Studio 2008)</title>
<link>http://www.sutosoft.com/room/archives/000492.html</link>
<description>IJGが配布しているIJG JPEG library(libjpeg、jpeglib、jpeg-6bと呼ばれることもあるようです)をVisual Studio 2008で使う方法を調べましたので、まとめておきます。 </description>
<dc:subject>技術メモ</dc:subject>
<dc:creator>MASATO</dc:creator>
<dc:date>2008-02-17T00:47:43+09:00</dc:date>
</item>


</rdf:RDF>