搜索结果

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

技术资料 0723.rar

procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1
https://www.eeworm.com/dl/907246.html
下载: 7
查看: 2473

Java编程 购物车系统中的一级分类

购物车系统中的一级分类,private Integer id private Section section private String title private String publisher private Boolean islock private String lockuser private String topictype private Boolean digest private String degestuser
https://www.eeworm.com/dl/633/473027.html
下载: 138
查看: 1050

技术资料 以AT89C51为例,介绍带闪速存储器的微控制器的结构

• 8-Bit CPU Optimized for Control Applications• Extensive Boolean Processing Capabil
https://www.eeworm.com/dl/922475.html
下载: 1
查看: 8191

磁盘编程 //按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As

//按柱面和磁道来读取磁盘数据,要求 Public Function ReadDisk(ByVal Cylinders As Long, ByVal Tracks As Long, db() As Byte) As Boolean
https://www.eeworm.com/dl/629/301124.html
下载: 26
查看: 1061

GPS编程 Methods void close() int read() reads and returns a chracter. int read(char[] characterArray

Methods void close() int read() reads and returns a chracter. int read(char[] characterArray) populates an array of characters with data. boolean ready() - returns “true” if there is data available. ……
https://www.eeworm.com/dl/693/370108.html
下载: 185
查看: 1042

Java编程 Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the gr

Specification File adjacencyListGragh class GeneralGraph: use adjacency list to implement the graph which data structure is vector Construct methods: * public GeneralGraph(): contain an empty vector store the vertex and a boolean determines whether graph is directed or not, defaulted is undirecte ...
https://www.eeworm.com/dl/633/441581.html
下载: 119
查看: 1061

Applet SelectionDemo also has code (not included in the preceding snippet) that changes the table s selecti

SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.
https://www.eeworm.com/dl/634/148400.html
下载: 197
查看: 1085

其他 武林DLL注入源码 VB调用 Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotke

武林DLL注入源码 VB调用 Private Declare Function CallHotKey Lib "wulin.dll" (ByVal hWnd As Long, ByVal hotkey As Long) As Boolean Private Declare Function CallBase Lib "wulin.dll" (ByVal hWnd As Long, ByVal action As Long) As Boolean CallHotKey(窗体句柄,HotKey) HotKey ====0---------17 分别是0-----9 ...
https://www.eeworm.com/dl/534/253489.html
下载: 147
查看: 1111

Delphi控件源码 unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData

unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMailInfo=record IPAddress, FAddress, FName, FPW, FCName, FCPW:string //发信邮箱检 ...
https://www.eeworm.com/dl/666/155064.html
下载: 55
查看: 1106

编译器/解释器 中山大学编译原理课程的一个实验

中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。 内有实验的设计文档。 实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。 这个代码可以为学习编译原理的同学参考。
https://www.eeworm.com/dl/628/344552.html
下载: 116
查看: 1059