摘要: 1. 1 #include 2 3 int main() 4 { 5 //将英寸转换为厘米 1英寸=2.54厘米 6 int inch; 7 printf("请输入英寸:"); 8 scanf("%d", &inch); 9 printf("%.2f 厘米... 阅读全文
posted @ 2014-07-03 23:42 践道者 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include "resource.h" 3 4 LRESULT CALLBACK MyWndProc( HWND hwnd, // handle to window 5 UINT uMsg, // message identifier 6... 阅读全文
posted @ 2014-07-03 00:13 践道者 阅读(406) 评论(0) 推荐(0) 编辑