07 2016 档案

摘要:// ScreenDPI.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <iostream>#include <windows.h>#include <math.h>us 阅读全文
posted @ 2016-07-25 18:57 明月忧忧 阅读(8480) 评论(0) 推荐(0)
摘要:// IntegerRing.cpp : 定义控制台应用程序的入口点。///*题目描述以1为中心,用2,3,4, ..., n, ..., n*n的数字围绕着中心输出数圈, 如若n=4,则7 8 9 106 1 2 115 4 3 1216 15 14 13输入一个整数n(1<=n<=10)输出数圈 阅读全文
posted @ 2016-07-21 00:14 明月忧忧 阅读(575) 评论(0) 推荐(0)
摘要:.添加菜单资源 2.添加一个菜单,添加菜单项 如图所示: 3.加入WM_CREATE消息 代码如下: 阅读全文
posted @ 2016-07-15 18:43 明月忧忧 阅读(1418) 评论(0) 推荐(0)
摘要:代码如下: 88 //调用方法:ShowPropertiesByPath(L"D:\\Share\\v.txt|D:\\Share\\sh.txt", 2); 阅读全文
posted @ 2016-07-15 18:40 明月忧忧 阅读(495) 评论(0) 推荐(0)