admin 第34页
1秒=1000毫秒(ms)1毫秒=1/1,000秒(s)1秒=1,000,000 微秒(μs)1微秒=1/1,000,000秒(s)1秒=1,000,000,000 纳秒(ns)1纳秒=1/1,000,000,000秒(s)1秒=1,000,000,000,000 皮秒(ps)1皮秒=1/1,000,000,000,000秒(s)1s=1000ms1ms=1000us1us=1000ns1ns=1000ps...
Read More >
#include<reg52.h>#define uint unsigned int#define uchar unsigned charsbit d1=P1^0;sbit duan=P2^6;sbit wei=P2^7;sbit key1=P3^4;uchar code table[]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x77,0x7c,0x39,0x5e,0x79,0x71};//数码管编码...
Read More >