搜索:boolean

找到约 36 项符合「boolean」的查询结果

结果 36
https://www.eeworm.com/dl/540/125400.html 软件工程

Random boolean network的哦

Random boolean network的哦
下载 73
·
查看 1053
https://www.eeworm.com/dl/633/118206.html Java编程

转载 JDK源码分析:java.lang.Boolean

转载 JDK源码分析:java.lang.Boolean
下载 90
·
查看 1154
https://www.eeworm.com/dl/633/181444.html Java编程

自己写的search engine, 有 boolean search, fuzzy search

自己写的search engine, 有 boolean search, fuzzy search
下载 28
·
查看 1060
https://www.eeworm.com/dl/654/414286.html 数据结构

The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value

The Bit Array structure provides a compacted arrays of Booleans, with one bit for each Boolean value. A 0 [1] bit corresponds to the Boolean value false [true], respectively. We can look at a stream of bytes as a stream of bits each byte contains 8 bits, so any n bytes hold n*8 ...
下载 201
·
查看 1088
https://www.eeworm.com/dl/647/428551.html 嵌入式/单片机编程

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发 ...
下载 64
·
查看 1077
https://www.eeworm.com/dl/656/427483.html Java书籍

Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane.

Use a one-dimensional array of primitive type boolean to represent the seating chart of the plane. Initialize all the elements of the array to false to indicate that all the seats are empty. As each seat is assigned, set the corresponding elements of the array to true to indicate ...
下载 149
·
查看 1089
https://www.eeworm.com/dl/534/250401.html 其他

TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines whe

TFIND searches for one or more strings (boolean AND) in a text file. TFIND reports all lines where the string(s) were found (or NOT found by option). The search can be limited to a field in a fixed field (i.e. column oriented) list. An extended search mode is available, w ...
下载 86
·
查看 1098
https://www.eeworm.com/dl/652/269893.html 文章/文档

Labview的基本教學PowerPoint - 布林值(Boolean)與比較(Comparison)

Labview的基本教學PowerPoint - 布林值(Boolean)與比較(Comparison)
下载 190
·
查看 1127
https://www.eeworm.com/dl/666/262054.html Delphi控件源码

function MagMakeSkillFire_60(PlayObject: TBaseObject UserMagic: pTUserMagic nPower: Integer): Boolea

function MagMakeSkillFire_60(PlayObject: TBaseObject UserMagic: pTUserMagic nPower: Integer): Boolean function MagMakeSkillFire_61(PlayObject: TBaseObject UserMagic: pTUserMagic nTargetX, nTargetY: Integer var TargeTBaseObject: TBaseObject): Boolean function MagMakeSkillFire_ ...
下载 122
·
查看 1030
https://www.eeworm.com/dl/532/150824.html 书籍源码

delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes

delphi 自定义网络函数:unit net interface uses sysutils ,windows ,dialogs ,winsock ,classes ,comobj ,wininet //得到本机的局域网ip地址 function getlocalip(var localip:string): boolean //通过ip返回机器名 function getnamebyipaddr(ipaddr: string var macname: string): ...
下载 78
·
查看 1148