- 博客(2)
- 资源 (1)
- 收藏
- 关注
原创 【51单片机】----- 基于矩阵按键的计算器
51开发板实物图/************************* 矩 阵 按 键 0 1 2 3 4 5 6 7 8 9 + - / * ~ =*************************/#include "reg51.h"typedef unsigned char u8; //对数据类型进行声明定义typedef unsigned int u16;sbit A0=P2^2; //138译码器数码管位...
2021-08-15 16:09:17 1267
原创 【C++】 ----- 通讯录系统
#include <iostream>#include <string>using namespace std;#define MAX 1000//设计联系人结构体struct Person{ string Name;//姓名 int Sex;//性别:1.男 2.女 int Age;//年龄 string Phone;//电话 string Address;//住址};//设计通讯录结构体struct Addressbooks{ //通讯录中保.
2021-08-15 15:54:41 109
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人