2010-08-04から1日間の記事一覧

2010年08月03日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

C言語系統でのbmp出力

超手抜き。 #include <windows.h> #include <stdio.h> #include <string.h> struct DIBDATA { int width; int height; int color;//色数。0はフルカラー、256は256色 unsigned char *bits;//ビットマップへのポインタ }; // これがDIBデータとする。 DIBDATA dib; // これにbmpデータを収め</string.h></stdio.h></windows.h>…

2010年08月03日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…

C言語系統でのbmp出力

超手抜き。 #include <windows.h> #include <stdio.h> #include <string.h> struct DIBDATA { int width; int height; int color;//色数。0はフルカラー、256は256色 unsigned char *bits;//ビットマップへのポインタ }; // これがDIBデータとする。 DIBDATA dib; // これにbmpデータを収め</string.h></stdio.h></windows.h>…

C言語系統でのbmp出力

超手抜き。 #include <windows.h> #include <stdio.h> #include <string.h> struct DIBDATA { int width; int height; int color;//色数。0はフルカラー、256は256色 unsigned char *bits;//ビットマップへのポインタ }; // これがDIBデータとする。 DIBDATA dib; // これにbmpデータを収め</string.h></stdio.h></windows.h>…

2010年08月03日のツイート

window.twttr = (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], t = window.twttr || {}; if (d.getElementById(id)) return t; js = d.createElement(s); js.id = id; js.src = "https://platform.twitter.com/widgets.js"; fjs.paren…