邏輯計(jì)算器是一款二進(jìn)制編碼轉(zhuǎn)換工具,包含了16進(jìn)制輸入、2進(jìn)制輸入、小數(shù)顯示、字符、漢字編碼查詢、BIG5碼和GB2312碼轉(zhuǎn)換的功能!極大的方便了編程人員,提高了編程的效率。
使用說(shuō)明:
1、輸入二進(jìn)制編碼,軟件自動(dòng)轉(zhuǎn)換。
2、支持加減乘除運(yùn)算。
3、支持編碼轉(zhuǎn)換運(yùn)算。
計(jì)算邏輯公式是什么:
邏輯式就這么幾種
not, and, or
邏輯值也就 true, false
not(true)=false
not(false)=true
and(true, true)=true
and(true,false)=false
and(false,false)=false
or(true, true)=true
or(true,false)=true
or(false,false)=false