bool中文,bool的意思,bool翻译及用法

2025-06-03 06:02 浏览次数 2

bool

英[bu:l]美[bul]

n. (Bool)(俄)博尔(人名)

vi. 玩地滚球游戏;玩保龄球游戏

n. (苏格兰)弯曲件;保龄球;弹珠

bool 英语释义

英语释义

    1. any of various objects with a curve or bend (such as a semicircular handle, the bow of a key or scissors)

    2. a wooden hoop forming part of the framework of a basket

    3. a hoop for rolling

    4. a child's marble

bool 片语

片语

BOOL bInitialState初始状态

bool good下一个操作可能成功

bool fail下一个操作将失败

BOOL VerifyFile验证数字签名

bool active是否激活摇桿

tenpin bowling保龄球

bool eof遇到文件结束

BOOL DecryptFile解密文件

bowling ball保龄球

BOOL ckcj创建窗口函数

Bool Lines曲线

bool 例句

英汉例句

  • bool empty( ): if the path object contains an empty string (for example, path path1(「"), then this routine returns true or false.

    boolempty( ):如果path对象包含空字符串(例如pathpath1(」")),则此例程将返回true。

  • if you change the default, you should call tixmlbase::setcondensewhitespace( bool ) before making any calls to parse xml data, and i don「t recommend changing it after it has been set.

    如果想要改变默认行为,你应该在解析任何xml数据之前调用tixmlbase::setcondensewhitespace(bool ) ,而且我不建议设置之后再去改动它。

  • this class has a uml operation named that takes two parameters of the point type and returns a c# bool type.

    该类有一个名为 的uml 方法,它有两个point类型的参数,并且返回 c#bool类型。

  • the python interpreter provides the only two bool objects needed: true and false.

    python解释器提供这仅有的(也是必需的)两个bool对象:true和false。

  • your new command will either be enabled or disabled, so use the bool (boolean) menu attribute for configuration.

    新命令可以启用,也可以禁用,因此我们对配置的菜单属性使用了bool (boolean)值。

  • bool equivalent(const path1& p1, const path2& p2): this extremely useful api compares relative- and absolute-style path names. consider listing 9

    boolequivalent(constpath1&p1,constpath2&p2):此api非常实用,可用于比较相对路径和绝对路径名。

  • so we talked about mr. bool briefly last week in this idea of true or false, but in c, you don」t have a boolean data type.

    我们上周简短地谈论过bool先生的,真假的逻辑思想,但是在c语言里,没有布尔数据类型。

  • path system_complete(const path&): this function is another api along the same lines as bool equivalent(const path1& p1, const path2& p2).

    path system_complete(constpath&):此函数是与boolequivalent(constpath1&p1,constpath2&p2)同一系列的另一个api。

  • bool is_empty(const path&): if the path corresponds to a folder, this function checks whether the folder is empty and returns true accordingly.

    bool is_empty(constpath&):如果路径与文件夹对应,此函数将检查文件夹是否为空,并据此返回「true」或「false」。

  • the binary operator != takes two parameters each of type point and returns a bool type.

    双目运算符 ! =的两个参数是类型point的,并且返回bool类型。

  • bool is_directory(const path&): this function checks whether a path corresponds to a directory.

    bool is_directory(constpath&):此函数检查路径是否与目录对应。

  • bool is_regular(const path&): this function checks for a normal file (that is, not a directory, a symbolic link, a socket, or a device file).

    bool is_regular(constpath&):此函数检查普通文件(即此文件不是目录、符号链接、套接字或设备文件)。

  • bool remove(const path& p): this routine attempts to remove the file or directory being referred to by the path p.

    boolremove(constpath&p):此例程将尝试删除路径p 所引用的文件或目录。

  • set its type as bool by browsing for the types from the imported csharpprimitivetypes library.

    在导入的csharpprimitivetypes库中浏览类型,将其类型设置为bool

  • bool create_directory(const path&): this function creates a directory with the given path name.

    bool create_directory(constpath&):此函数使用给定的路径名称创建目录。

  • bool exists(const path&): this function checks for the existence of a file.

    boolexists(constpath&):此函数检查文件的扩展名。

  • at this point, a bool type might not seem overly useful. however, boolean expressions, as their name suggest, rely on them, as you see here

    在这一点上,bool类型可能看起来不是很有用。

  • numeric long, complex, float, and bool have an explicit adapter, but int lacks any.

    float和bool 类型的数字有显式的适配器,不过int 一个都没有。

  • bool create_symlink(const path& frompath, const path& topath): this function creates a symbolic (soft) link between frompath and topath.

    bool create_symlink(constpath&frompath,constpath&topath):此函数在frompath和topath 间创建符号(软)链接。

  • bool is_other(const path&): typically, this function checks for device files such as /dev/tty0 or socket files.

    bool is_other(constpath&):通常,此函数检查设备文件(如 /dev/tty0)或套接字文件。

  • bool create_hard_link (const path& frompath, const path& topath): this function creates a hard link between frompath and topath.

    bool create_hard_link (constpath&frompath,constpath&topath):此函数在frompath和topath 间创建硬链接。

  • admin-port-ssl (o) bool if set to true, an ssl-enabled administration http server is used instead of the default nonsecure plain http server.

    admin-port-ssl(o)bool 如果设置为真,那么默认的不安全的普通http服务器就会由一个启用ssl的管理http服务器所取代。

相关热词