2010-12-13から1日間の記事一覧

消えるH

子音の消えやすさには順番がある。たとえば h > d > m send me → センミー send him → センディム とくに、[h]は非常に消えやすい。 ・韓国語では前の子音と後ろの母音にはさまれた[h]は発音されない。 ・英語でも前の子音と後ろの母音にはさまれた[h]は消え…

可変引数のマクロの書き方

gcc流 #define TRACE(format, args...) printf(format, ##args)C99流 #define TRACE(format, ...) printf(format, __VA_ARGS__)

リアルタイムOS

リアルタイムOSの作り方について参考資料 http://www.yellowsoft.com/development/development_a4.html http://www.nces.is.nagoya-u.ac.jp/NEXCESS/blog/index.php?blogid=4 http://akiba.geocities.jp/atmel_avr_atros/20070726.html

Android1.6でBluetoothを使う

とりあえずURLメモっとく。 http://something-memo.blogspot.com/2010/06/androidandroid16bluetooth.html http://code.google.com/p/backport-android-bluetooth/ http://www.slideshare.net/catsin/android201003-3580842