摘要:
1. two clocks need not synchronized. 2.bit/s need sychronized. 3.Low Jump is suchrony signal; 4.Receive: 16* bps. Record the value at every 8th.( whic 阅读全文
摘要:
When I read codes of single chip, I find the following Timer Interrupt Function: static uint16 ms_count=0; static uchar _100us_count=0; These two vari 阅读全文
摘要:
///////////////////////////////////////// Led lighten's current: set P1^0=0; connect Ampere Device in series with P1^0 and led1. Led is lightening. Cu 阅读全文
摘要:
platform: STC51 MCU Puzzle 1: codes set P1^0=0, while P1^0 connects in wire with a outer 5 voltage source. Question: What is P1^0's output? Experiment 阅读全文
摘要:
If we define a function in a .h file, compilating will succeed but every quoting cpp file will generate a part of .obj which realize this function. So 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_68012d5201014i36.html http://zhidao.baidu.com/link?url=Gyed-o95k3TFiqkRDY1eHQUoGhk5A4krgSSc_78hsA63OXSdPNYvo2l8_2PAMChR 阅读全文
摘要:
#include<stdio.h>#include<iostream>using namespace std;int main(){ char a; a=1; char b; b=2; char c; char d; a=45; b=135; c=b-a; //work as int cout<<c 阅读全文
摘要:
1.int a; (&a) can be used just like a pointer, with no doubt. 2.int a; cout<<(&a)<<endl; Programme Run first,output: 0028FDF0; Programme Run Second,ou 阅读全文
摘要:
阅读全文