nor flash Óë nand flash µÄÇø±ð
Beside the different silicon cell design, the most important difference between NAND and NOR Flash is the bus interface. NOR Flash is connected to a address / data bus direct like other memory devices as SRAM etc. NAND Flash uses a multiplexed I/O Interface with some additional control pins. NAND flash is a sequential access device appropriate for mass storage applications, while NOR flash is a random access device appropriate for code storage application.NOR Flash can be used for code storage and code execution. Code stored on NAND Flash can't be executed frome there. It must be loaded into RAM memory and executed from there.
NOR NAND
Interface Bus I/O
Cell Size Large Small
Cell Cost High Low
Read Time &
Ïà¹ØÎĵµ£º
×î½ü¹«Ë¾Òª×ö¸öÅÄÂôÐеÄÏîÄ¿£¬ÎÒ±»·ÖÅäÁ˓ʵʱÒôÊÓÆµÖ±²¥¼°µã²¥”µÄ²¿·Ö¡£ÎÒÒ»Ö±´ÓÊÂJAVAÖØÀ´Ã»Ñо¿¹ýadobeµÄ¶«Î÷£¬ËäÈ»sun£¨ÏÖÔÚÊÇORACLEÁË£©Ò²ÓÐJMF£¬µ«ÊÇÕâ¸ö¶«Î÷Ôç¾ÍÔÝÍ£¸üÐÂÁË£¬¸Ð¾õÒѾÓëʱ´úÍѽڡ£×îºó¾¹ýÎÒÃÇ¿ª·¢ÈËÔ±¶¼ÓеĿ̿àרÑУ¬ÂñµØ¿à¸ÉµÄ¾«ÉñÖÕÓÚÔÚÒ»¸öÀñ°Ý¸ã¶¨ÁË¡£
Ïл°ÉÙ˵£¬ÎÒÃÇÇÐÈëÕýÌâ
¿ ......
1.´ò¿ª
http://labs.adobe.com/downloads/flashplayer10_64bit.html
ÏÂÔØ Flash Player 10 for 64-bit Linux
2.½âѹºó¸´ÖƵ½/usr/lib64/mozilla/plugins
mv libflashplayer.so /usr/lib64/mozilla/plugins/libflashplayer.so
3.ÖØÆôfirefox£¬¿ÉÒÔÐÞ¸ÄflashĬÈÏ×ÖÌå
vi /etc/fonts/conf.d/49-sansserif ......
ÒÔÏÂÊÇÓÃdatalist°ó¶¨ÁËһЩflashÊÓÆµ¡£¿Í»§¶Ëµã»÷Õâ¸öÊÓÆµ£¬ÔòÌø³öÒ»¸öÍøÒ³¡£
<Script language="javascript">
function OpenAdvertPage(URL) {
win ......
class CFlashPlayer {
public:
/**
´´½¨²¥·ÅÆ÷
playerUrl : ²¥·ÅÆ÷¶ÔÓ¦µÄURL,ÀýÈçÒª²¥·ÅÓÅ¿áµÄÊÓÆµ,ÔòURLÌî:
http://static.youku.com/v1.0.0103/v/swf/qplayer.swf
**/
static CFlashPlayer* createFlashPlayer (const string& playerUrl, EMhwlibTVStandard standard, b ......