搜索结果

找到约 36 项符合 Boolean 的查询结果

软件工程 Random boolean network的哦

Random boolean network的哦
https://www.eeworm.com/dl/540/125400.html
下载: 73
查看: 1053

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

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

Java编程 自己写的search engine, 有 boolean search, fuzzy search

自己写的search engine, 有 boolean search, fuzzy search
https://www.eeworm.com/dl/633/181444.html
下载: 28
查看: 1060

数据结构 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 bits. And the operat ...
https://www.eeworm.com/dl/654/414286.html
下载: 201
查看: 1088

嵌入式/单片机编程 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机发送数据以使PC机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1077

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 that the seat is no ...
https://www.eeworm.com/dl/656/427483.html
下载: 149
查看: 1089

其他 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, where only letters an ...
https://www.eeworm.com/dl/534/250401.html
下载: 86
查看: 1098

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

Labview的基本教學PowerPoint - 布林值(Boolean)與比較(Comparison)
https://www.eeworm.com/dl/652/269893.html
下载: 190
查看: 1127

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_62(PlayObject: TBase ...
https://www.eeworm.com/dl/666/262054.html
下载: 122
查看: 1030

书籍源码 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): boolean //获取网络 ...
https://www.eeworm.com/dl/532/150824.html
下载: 78
查看: 1148