市值shì zhí
market capitalization; market value; open market value
净现值jìng xiàn zhí
net present value
楼面价lóu miàn jià
accommodation value
显示值xiǎn shì zhí
show value
帐面值zhàng miàn zhí
book value
逻辑搜索luó jí sōu suǒ
Boolean Search
表面价值biǎo miàn jià zhí
face value
公平市价gōng píng shì jià
fair market value
极值jí zhí
extremum; extreme value; extremum value
剩余价值shèng yú jià zhí
surplus value
赎回价值shú huí jià zhí
redemption value
原声例句
CS50
You can have Boolean values, which are only true or false.
可以有布尔值,这些值只能是true或false。
科技 Crash Course
A NOT takes a single boolean value, either true or false, and negates it.
NOT 接受单个布尔值(true 或 false)并将其取反。
Mosh带你学编程
The second variable is for the age of our patient. So age is 20, and finally we need a variable to tell if this is a new or existing patient. That's where we can use a boolean value.