六月婷婷综合激情-六月婷婷综合-六月婷婷在线观看-六月婷婷在线-亚洲黄色在线网站-亚洲黄色在线观看网站

明輝手游網(wǎng)中心:是一個(gè)免費(fèi)提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺(tái)!

vbs(asp)的棧類

[摘要]用js可以用array對(duì)象很容易的實(shí)現(xiàn)棧的功能,但在vbs中沒有相應(yīng)的功能,沒辦法,只有自己動(dòng)手了:(  如果你的棧不了解請(qǐng)查看數(shù)據(jù)結(jié)構(gòu)的相關(guān)內(nèi)容。這個(gè)棧類是參照c++的棧類寫的,用法一樣。用這個(gè)類...
用js可以用array對(duì)象很容易的實(shí)現(xiàn)棧的功能,但在vbs中沒有相應(yīng)的功能,沒辦法,只有自己動(dòng)手了:(
  如果你的棧不了解請(qǐng)查看數(shù)據(jù)結(jié)構(gòu)的相關(guān)內(nèi)容。這個(gè)棧類是參照c++的棧類寫的,用法一樣。用這個(gè)類你也可以很方便的修改出隊(duì)列的類:)

<%
'**********************************************
' vbs棧類
' push(string)進(jìn)棧
' getTop取棧頂元素
' pop去掉棧頂元素
' isempty是否棧空
' isfull是否棧滿(pMax設(shè)置了大小,可自行修改)
'
' 木鳥 2002.10.10
' http://www.aspsky.net/
'**********************************************

class Stack
private pArr, pString, pMax
private tab
private sub class_initialize()
tab=chr(9)
pMax=1000 '最大容量
end sub
private sub class_terminate()
if isarray(pArr) then
erase pArr
end if
end sub

public function push(str)
if str<>"" and instr(str,tab)<1 and not Isfull then
if isarray(pArr) then
pString=join(pArr,tab)
end if
pString=pString & tab & str
pArr=split(pString,tab)
push=true
else
push=false
end if
end function

public function GetTop()
if not isarray(pArr)<0 then
GetTop=null
else
if ubound(pArr)<0 then
GetTop=null
else
GetTop=pArr(Ubound(pArr))
end if
end if
end function

public function Pop()
if not isArray(pArr) then
Pop=false
else
if Ubound(pArr)<0 then
Pop=false
else
pString=join(pArr,tab)
pString=left(pString,inStrRev(pString,tab)-1)
pArr=split(pString,tab)
Pop=true
end if
end if
end function

public function Isempty()
if not isArray(pArr) then
Isempty=true
else
if Ubound(pArr)<0 then
isempty=true
else
isempty=false
end if
end if
end function

public function Isfull()
if not isArray(pArr) then
Isfull=false
else
if ubound(pArr)<pMax then
Isfull=false
else
Isfull=true
end if
end if
end function
end class
%>





標(biāo)簽:vbs(asp)的棧類 
主站蜘蛛池模板: 日本特黄特色免费大片 | 日韩免费观看 | 综合热久久 | 天天谢天天干 | 日韩中文字幕免费版 | 天天艹天天操 | 色老头一级毛片 | 欧美一区2区三区4区贰佰公司 | 欧美特级一级片 | 欧美一级视频高清片 | 亚洲黄色一区 | 四虎在线永久视频观看 | 先锋影音va中文资源 | 视频在线色 | 色噜噜狠狠色综合中国 | 日韩欧美亚洲一区 | 色五婷婷 | 青娱乐在线国产 | 日本捆绑调教hd在线观看 | 欧美呦 | 四虎国产精品永久地址49 | 性荡视频播放器在线视频播放 | 日日夜夜天天干干 | 一区二区网站在线观看 | 五月天婷婷激情 | 色综合色综合色综合色综合网 | 欧美一区二区三区不卡免费 | 亚洲国产精品久久久久666 | 日韩免费高清一级毛片在线 | 任我爽在线视频精品凹凸精品分类 | 日韩欧美中文 | 四虎影视www四虎免费 | 天天晚上干白天干 | 色久综合网| 四月天中文字幕 | 色噜噜狠狠狠综合曰曰曰88av | 中国国产一级毛片视频 | 在线免费看污视频 | 啪啪网站免费看 | 四虎国产一区二区三区 | 亚洲韩国日本欧美一区二区三区 |