• 博客(0)
  • 资源 (3)

空空如也

UC课堂笔记

UC课堂笔记, 有兴趣的可以下下来看看, 亲们

2014-04-29

基于单片机的计算器

基于单片机的计算器.#include <reg52.h> //简单计加减乘除算机 #include < intrins.h> #define uchar unsigned char #define uint unsigned int uchar temp,key,i; sbit beep=P2^3; sbit wei=P2^6; sbit duan=P2^7; void chuansong(); void jiahao(); void jianhao(); void chenghao(); void chuhao(); uchar code table[16]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07, 0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x40},

2013-06-11

素数的查找程序

初学者用c++编程查找一个数是不是素数。是就输出来

2011-11-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除