欢迎来到莱福软件站,找素材,搜软件,就上莱福软件站!
逻辑计算器是一款二进制编码转换工具,包含了16进制输入、2进制输入、小数显示、字符、汉字编码查询、BIG5码和GB2312码转换的功能!极大的方便了编程人员,提高了编程的效率。
1、输入二进制编码,软件自动转换。
2、支持加减乘除运算。
3、支持编码转换运算。
逻辑式就这么几种
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