- 博客(6)
- 收藏
- 关注
转载 PSP Memory
PSP Memory Map Base Address Length Description 0×00010000 0×00004000 (16 KiB)
2008-06-07 14:53:00
307
转载 VRAM
Video Random Access Memory:显存,显卡上的随机存取存储器.是一种双端口内存,它允许在同一时间被所有硬件(包括中央处理器、显示芯片等)访问。它比EDO DRAM快20%左右.但它的价格也是比较高的.它适用于高色深、高分辨率的显频设备。使用VRAM的显示芯片有S3、968、S3 ViRGE/VX等。
2008-06-07 14:49:00
980
原创 Script.lua__timeOn
-- 实时更新当前时间的有背景的程序 -- 先搞出背景backGroundImage = Image.load("background.PNG")red = Color.new(255, 0, 0) -- 再搞出时间, 打印出来while true doyear = os.date("%Y ")month = os.date("%B ")datee = os.da
2008-06-03 00:06:00
236
原创 Script.lua__os.date
os.date() 括号中可用参数"%H",返回hour, "%M",返回minute, "%D",返回month/day/year, "%Y",返回year, "%A",返回DAY(E.G.MONDAY),"%B",返回month,"%F",返回year-month-day,"%P",返回AM or PM(e.g.PM),"%R",返回hour:minute(e.
2008-06-02 22:32:00
512
原创 Script.lua__padPress
-- *****变量********green = Color.new(0,255,0) padUp = 0padDown = 0padLeft = 0padRight = 0upPressed = You are pressing the "UP" buttondownPressed = You are pressing the "DOWN" buttonleftPressed = Y
2008-06-01 22:40:00
275
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人