About 21,300 results
Open links in new tab
  1. 布林 (資料類型) - 维基百科,自由的百科全书

    布林 (資料類型) ... 布林 (英語: Boolean)是 计算机科学 中的 逻辑数据类型,以發明 布林代數 的數學家 喬治·布爾 為名。 它是只有两种值的 原始類型,通常是 真 和 假。

  2. Boolean(计算机术语)_百度百科

    Boolean是计算机编程中的逻辑数据类型,其变量仅包含True或False两种取值,在多数编程语言中存储为8位(1个字节)的数值形式。 名称源自英国数学家乔治·布尔(George Boole)的姓氏。

  3. 分不清Booleanboolean的区别,我被同事嘲讽了 - 知乎

    1. boolean (原始数据类型) boolean 是 JavaScript 中的一种原始数据类型,表示逻辑实体,只有两个值: true 和 false。 特点: boolean 是一个原始值,不是对象。 boolean 值直接存储在变量访问的位置 …

  4. 布尔 - MDN Web 文档术语表:Web 相关术语的定义 | MDN

    布尔 在计算机科学中, 布尔 (boolean)是一种取值仅能为 true 或 false 的逻辑数据类型。 例如,在 JavaScript 中,布尔条件经常用于决定要执行的代码段(例如在 if 语句 中)或重复执行的代码段(例 …

  5. What Is a Boolean? - Computer Hope

    Jun 1, 2025 · In computer science, a boolean or bool is a data type with two possible values: true or false. It is named after the English mathematician and logician George Boole, whose algebraic and …

  6. How Boolean Logic Works - HowStuffWorks

    May 22, 2024 · In simple words, Boolean logic refers to a form of algebra where the values of the variables are the truth values (also called Boolean values): "true" and "false," often denoted as 1 and …

  7. BOOLEAN Definition & Meaning - Merriam-Webster

    The meaning of BOOLEAN is of, relating to, or being a logical combinatorial system (such as Boolean algebra) that represents symbolically relationships (such as those implied by the logical operators …

  8. Boolean Logic - Princeton University

    Jul 25, 2016 · Boolean algebra refers to symbolic manipulation of expressions made up of boolean variables and boolean operators. The familiar identity, commutative, distributive, and associative …

  9. What is Boolean in computing? – TechTarget Definition

    Nov 7, 2022 · Boolean logic takes two statements or expressions and applies a logical operator to generate a Boolean value that can be either true or false. To return the result, operators like AND, …

  10. Laws of Boolean Algebra and Boolean Algebra Rules

    Boolean Algebra is the mathematics we use to analyse digital gates and circuits. We can use these “Laws of Boolean” to both reduce and simplify a complex Boolean expression in an attempt to reduce …