boolean
共 36 篇文章
boolean 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 36 篇文章,持续更新中。
以AT89C51为例,介绍带闪速存储器的微控制器的结构
• 8-Bit CPU Optimized for Control Applications<BR>• Extensive Boolean Processing Capabil
0723.rar
procedure senddata
var
i:integer commflg : Boolean
begin
commflg:=true
for i:=1
VIP专区-3000套PLC实例程序
<font color="red">资源包含以下内容:</font><br/>1.2 COMP CHILLER.rar<br/>2.20-COMM-E Adapter Diagnostics.zip<br/>3.3 Phase Motor Startup Logic.zip<br/>4.500编程实例.rar<br/>5.550 OPTICOLOUR MOINITORING TM EDIT.rar
Stochastic Geometry and Wireless Networks Volume I
Part I provides a compact survey on classical stochastic geometry models. The basic models defined<br />
in this part will be used and extended throughout the whole monograph, and in particular to SIN
java入门编程合集
<p class="MsoNormal">
<span style="font-family:宋体;">题目:古典问题:有一对兔子,从出生后第</span>3<span style="font-family:宋体;">个月起每个月都生一对兔子,小兔子长到第三个月后每个月又生一对兔子,假如兔子都不死,问每个月的兔子总数为多少?</span><span style="font-family:ˎ̥;"
声明病人 Patient 类,
<p class="MsoNormal">
<b><span lang="EN-US">1. </span>声明病人<span lang="EN-US"> Patient </span>类,此类对象包括<span lang="EN-US"> name(String)</span>、<span lang="EN-US">sex(char)</span>、<span lang="EN-US">age
Generate Possion Dis. step1:Generate a random number between [0,1] step2:Let u=F(x)=1-[(1/
Generate Possion Dis.
step1:Generate a random number between [0,1]
step2:Let u=F(x)=1-[(1/e)x]
step3:Slove x=1/F(u)
step4:Repeat Step1~Step3 by using different u,you can get x1,x2,x3,...,x
MediaPlayer代码
MediaPlayer代码,部分代码,合适请用:
import java.awt.*
import java.awt.event.*
import javax.swing.*
import javax.media.*
import java.io.*
import java.util.* //为了导入Vector
//import com.sun.java.swing.pl
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:
Delphi6.0函数大全
Delphi6.0函数大全,Delphi程序员的至爱。∷图书简介∷
电子图书名:Delphi6函数大全 Delphi6函数大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回两个字符串是否相似说明 ANSI(American National
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
Visual Basic 6.0可以通过调用API函数格式化一个磁盘
Visual Basic 6.0可以通过调用API函数格式化一个磁盘,无论是软盘还是硬盘。
打开一个新的项目(工程1) ,如果你没有更改过缺省模式,那么Visual Basic 6.0会自动添加一个form1文件,在form1上添加一个命令控件,将下面的代码拷入。
Option Explicit
Private Declare Function SHFormatDrive
自己写的search engine, 有 boolean search, fuzzy search
自己写的search engine, 有 boolean search, fuzzy search
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返
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 s
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
D
中山大学编译原理课程的一个实验
中山大学编译原理课程的一个实验,根据OPP(算符优先)做的一个表达式计算器。
内有实验的设计文档。
实验要求支持sin,cos,max,min,power,mod,boolean,?:,等运算。
这个代码可以为学习编译原理的同学参考。
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
问题描述:编写一个JAVA程序
问题描述:编写一个JAVA程序,用面向对象设计的方法编写一个电话卡的类。包括卡号、密码、余额、拨入号码等
b)基本要求:类的属性有卡号、密码、余额、拨入号码,电话卡的常用操作可以用连接电话方法、返回余额方法与通电话方法来实现。
c)方法功能描述:
构造方法(PhoneCard(卡号,密码,余额,拨入号码))可以完成属性值初始化赋值,并判断余额,余额为负就退出系统,请在构造方法中将初始时
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 o