摘要: // dictDlg.cpp: 实现文件//MFC 创建MFC项目 -->对话框项目 MFC的ui界面在 视图->资源视图->Dialog里面 #include "pch.h"#include "framework.h"#include "dict.h"#include "dictDlg.h"#in 阅读全文
posted @ 2019-06-15 16:19 countryboy666 阅读(310) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h>#include <assert.h> typedef struct dict{ char* 阅读全文
posted @ 2019-06-15 12:02 countryboy666 阅读(115) 评论(0) 推荐(0) 编辑
摘要: /* #define _CRT_SECURE_NO_WARNINGS 为了在vs中编译 二次打开文件 运行时间会变长 */ #define _CRT_SECURE_NO_WARNINGS#include <stdio.h>#include <stdlib.h>#include <string.h># 阅读全文
posted @ 2019-06-15 10:30 countryboy666 阅读(122) 评论(0) 推荐(0) 编辑
摘要: /*1活动范围怎么设计2 蛇身设计实现3 控制4 食物5 吃食物*/ #include <iostream>#include <cstdlib>#include <conio.h>#include <time.h>#include <Windows.h>#include <assert.h>usin 阅读全文
posted @ 2019-06-15 07:04 countryboy666 阅读(83) 评论(0) 推荐(0) 编辑