会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
jawide
新随笔
管理
2019年11月15日
C语言代码片段
摘要: //窗口居中 POINT Center(int width,int height) { POINT pt; int screen_width; int screen_height; screen_width = GetSystemMetrics(SM_CXSCREEN); screen_height
阅读全文
posted @ 2019-11-15 22:46 jawide
阅读(633)
评论(0)
推荐(0)
编辑