搜索:boolean
找到约 36 项符合「boolean」的查询结果
结果 36
按分类筛选
- 全部
- Java编程 (6)
- 单片机编程 (3)
- 其他 (3)
- Delphi控件源码 (3)
- 技术资料 (2)
- 书籍源码 (2)
- 编译器/解释器 (2)
- 书籍 (1)
- 习题答案 (1)
- 应用设计 (1)
- 软件工程 (1)
- 磁盘编程 (1)
- Applet (1)
- 嵌入式/单片机编程 (1)
- 单片机开发 (1)
- 文章/文档 (1)
- 数据结构 (1)
- Java书籍 (1)
- Delphi/CppBuilder (1)
- 软件设计/软件工程 (1)
- GPS编程 (1)
- VIP专区 (1)
https://www.eeworm.com/dl/633/118206.html
Java编程
转载 JDK源码分析:java.lang.Boolean
转载 JDK源码分析:java.lang.Boolean
https://www.eeworm.com/dl/633/181444.html
Java编程
自己写的search engine, 有 boolean search, fuzzy search
自己写的search engine, 有 boolean search, fuzzy search
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 ...
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机发 ...
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 ...
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 ...
https://www.eeworm.com/dl/652/269893.html
文章/文档
Labview的基本教學PowerPoint - 布林值(Boolean)與比較(Comparison)
Labview的基本教學PowerPoint - 布林值(Boolean)與比較(Comparison)
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_ ...
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): ...