tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :us
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0...
tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0...
新版本TR1的stl, 想學(xué)習(xí)的趕快...
"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has som...
80C51 匯編指令集:TF1:計(jì)時(shí)器1溢出標(biāo)志位,當(dāng)計(jì)時(shí)器1溢出,時(shí)此位=1,發(fā)出中斷請(qǐng)求,然后硬件自動(dòng)清0.TR1:計(jì)時(shí)器1的控制位,TR1=1時(shí),計(jì)時(shí)開(kāi)始,TR1=1時(shí)則停止。TF0:計(jì)時(shí)器0溢出標(biāo)志位,當(dāng)計(jì)時(shí)器0溢出,時(shí)此位=1,發(fā)出中斷請(qǐng)求,然后硬件自動(dòng)清0。TR0:計(jì)時(shí)器0的控制位,TR...
51單片連tcs230的源程序,絕對(duì)原創(chuàng),可以記憶顏色。 #define uchar unsigned char #include <reg52.h> #include<math.h> sbit S0=P1^7 sbit S1=P1^0 //端口定義 sbit ...