<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計應(yīng)用 > KeilC51數(shù)據(jù)類型轉(zhuǎn)換

          KeilC51數(shù)據(jù)類型轉(zhuǎn)換

          作者: 時間:2016-11-10 來源:網(wǎng)絡(luò) 收藏
          1、/*06-03-31在KEIL中調(diào)試發(fā)現(xiàn)*/
          例1:
          ......
          unsigned long int b;
          unsigned int x;
          x=968;
          b=100*x;
          b=96800-65536;
          例2:
          ......
          unsigned long int b,x;
          x=968;
          b=100*x;
          b=96800;
          例3:
          ......
          unsigned long int b;
          unsigned int x;
          x=968;
          b=(unsigned long int)(x)*100;
          b=96800;
          結(jié)論:在使用KEIL C51中進行復(fù)雜數(shù)學運算時,特別是在運算表達式左右兩邊的數(shù)據(jù)類型不同時,一定要注意變量(寄存器)字節(jié)長度變化問題,必要是要進行強制類型轉(zhuǎn)化,以免造成數(shù)據(jù)溢出。如上例1中,數(shù)據(jù)就發(fā)生了溢出;而例2和例3則不會發(fā)生這種現(xiàn)象,但例2編譯后生成的代碼要遠多于例3,因此一般宜使用例3方法,即,在可能發(fā)生數(shù)據(jù)溢出時,進行強制類型轉(zhuǎn)化。


          評論


          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();