whiski 2004-4-21 08:01
關於 HB++ 和 CW / Falch / Pocket Studio / OnBoardC 等不同 compiler 的 benchmark
HB++ 算是蠻不錯的
[url]http://goanna.cs.rmit.edu.au/%7Ewinikoff/palm/dev.html[/url]
[url]http://www.aldweb.com/articles.php?lng=en&pg=24[/url]
jazzrabbit 2004-4-29 19:01
我下载的是1.04HB++,好象1.03的破解已经不管用了??
whiski 2004-5-7 03:19
HB++ 1.04 xx。將 hb.exe copy 到你的 hb++ 目錄下。用任意數字註冊。關閉程式,重新啟動。HB 就會變成 Enterprise 版了。
測試結果不會產生過期/evaluation 的 prc。
[img]http://www.tompda.com/bbs/img/addon.gif[/img][url=http://www.tompda.com/bbs/download.asp?id=tompda_212701_hb.part1.rar]tompda_212701_hb.part1.rar[/url]
[img]http://www.tompda.com/bbs/img/addon.gif[/img][url=http://www.tompda.com/bbs/download.asp?id=tompda_212709_hb.part2.rar]tompda_212709_hb.part2.rar[/url]
whiski 编辑于 2004-5-6 19:23:46
benong 2004-5-8 02:24
A big thank you, whiski! This is great!!!!! :X: :X:
benong 2004-10-31 23:58
HB++ 1.05 has been released! This version has much improvement over 1.04, such as DIA (Dynamic Input Area), etc. Still cannot find xx :crysea:. Can Mr. whiski help again this time??
benong 2004-11-1 00:11
HB++ 1.05 has been released! This version has much improvement over 1.04, such as DIA (Dynamic Input Area), etc. Still cannot find xx :crysea:. Can Mr. whiski help again this time??
yy77 2004-12-10 00:20
upup也等不到1.05的xx呀。谁能提供一个1.04的原版下载啊?(官方网站上好像找不到了)
stpaloma 2004-12-25 03:48
如何建立hi分辨率的程序?
senic 2005-1-7 03:29
well ,maybe you can try to use pdatoolbox.
zm2002 2005-1-21 06:38
测试了HB++ 1.05和NB版4.4的的对比NB4.4的编译为ARM本地代码FAT格式
循环10000次 HB为1。72 NB 为大约6秒 (TE)
对比一下HB速度要快 但是不支持高分屏幕 生成的68代码 不能支持ARM的代码 如果是ARM本地代码应该速度更快
HB1。5
dim i as Integer
dim x as long,y as Integer
dim t as long
dim r as Double
t=ticks
x=100000
y=0
While x>0
x=x-1
y=y+2
Wend
r=cdbl(ticks-t)/tickspersecond
Msgbox r
///////////////////
NB4.4
Dim st as Time
Dim et as Time
Dim x as Integer
Dim y as Integer
Dim i as Integer
st = now()
x = 100000
y = 0
i = x
Do while x>0
x = x - 1
y = y + 2
Loop
et = now()
MsgBox "For X ="+str(i)+chr(10)+"Y ="+str(y)+chr(10)+"Start Time:"+str(st)+chr(10)+"End Time:"+str(et)
gad 2005-8-25 17:54
贴上来吧,是patch exe还是patch prc?