- 博客(2)
- 问答 (1)
- 收藏
- 关注
原创 C语言课程设计-选修课程系统
#include <stdio.h>#include <string.h>int allChoose(); //总菜单int teacher(); //教师端int student(); //学生端int output(int m,int n); //课程信息输出函数int input(); //1.课程信息录入int allOutput(); //2.全部课程显示int search(); //3.课程信息查询...
2022-01-07 23:53:53
2806
原创 基于51单片机的简易计算器
采用普中A2开发板基于数码管显示/*矩阵按键 0 1 2 3 独立按键 4 5 6 7 幂操作/平方根/正弦/余弦 8 9 + - 平方根/正余弦操作时,先按数字,在按操作,最后按S16(=) * /清零=*/#include <reg52.h>#include "math.h"#define GPIO_KEY P1typedef unsigned int u16;typedef unsigned char u8;sbit LSA=P2^2;sb
2022-01-07 23:46:43
1395
空空如也
用python将几百道题一道一页ppt导入
2021-12-14
TA创建的收藏夹 TA关注的收藏夹
TA关注的人