博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2016年10月27日

摘要: 将以下代码加入至 OnInitDialog() 中 // TODO: Add extra initialization here CFont * m_font= new CFont; m_font->CreateFont(18,0,0,0,0,0,0,0,GB2312_CHARSET,0,0,0,0,"宋体"); //定义IDC_STATIC的成员变量 CStatic * m_static =... 阅读全文
posted @ 2016-10-27 13:41 #include<stdio.h> 阅读(234) 评论(0) 推荐(0) 编辑

2016年10月25日

摘要: 阅读全文
posted @ 2016-10-25 20:21 #include<stdio.h> 阅读(703) 评论(0) 推荐(0) 编辑

摘要: 内涵图 address 阅读全文
posted @ 2016-10-25 19:56 #include<stdio.h> 阅读(134) 评论(0) 推荐(0) 编辑

2016年10月22日

摘要: 内涵图 连连看3.2下载 阅读全文
posted @ 2016-10-22 20:24 #include<stdio.h> 阅读(207) 评论(0) 推荐(0) 编辑

2016年10月1日

摘要: 内涵图 魔兽3自制回城地图,可参考 主要代码如下: 在globals处添加如下: 在function InitCustomTriggers takes nothing returns nothing处添加如下: 阅读全文
posted @ 2016-10-01 01:34 #include<stdio.h> 阅读(763) 评论(0) 推荐(0) 编辑

2016年9月12日

摘要: 内涵图 阅读全文
posted @ 2016-09-12 00:53 #include<stdio.h> 阅读(501) 评论(0) 推荐(0) 编辑

2016年8月22日

摘要: 1 /* 2 //sideside 3 //side->center=1;x--) 22 { 23 // 24 P1=led_1[x]; 25 delay(6000); 26 } 27 } 28 29 void delay(unsigned int cnt) 30 { 31 // 32 ... 阅读全文
posted @ 2016-08-22 14:25 #include<stdio.h> 阅读(180) 评论(0) 推荐(0) 编辑

摘要: 1 #include "reg52.h" 2 3 unsigned int x;//数组下标 4 5 unsigned char LED_1[]={0XFE,0XFD,0XFB,0XF7, 6 0XEF,0XDF,0XBF,0X7F,0XFF};//从1号灯->8号灯 7 8 unsigned char LED_2[]={0X7F,0XBF,0XDF,0XEF, 9 0X... 阅读全文
posted @ 2016-08-22 01:16 #include<stdio.h> 阅读(3511) 评论(0) 推荐(0) 编辑

2016年8月9日

摘要: 老巢外围铁墙E2A9:AC 80 EFEF80:A5 10 85 45 A5 45 AC D2 E2 用十六进制编辑器打开坦克大战的游戏文件搜索A5 45 F0 25 A5 0B改为AC 80 EF 25 A5 0B找空白处(52 52 78 52 E8 FF的下一行开始位置)改:A5 10 85 阅读全文
posted @ 2016-08-09 12:07 #include<stdio.h> 阅读(836) 评论(0) 推荐(0) 编辑

2016年6月20日

摘要: #include #include int main(int argc, char *argv[]) { int x=2410; int i; char *str="http://www.wrxqh.com/applyTicketInfo/showRegInfo.action?id="; FILE *myfile = fopen("list.tex... 阅读全文
posted @ 2016-06-20 14:09 #include<stdio.h> 阅读(249) 评论(0) 推荐(0) 编辑