ARM映象文件及執(zhí)行機(jī)理
本文基本上從這三個(gè)方面來(lái)闡述。
l ARM 映象文件(包括axf 文件和bin 文件)的生成和組成
l 映象文件下在flash 中的狀態(tài)和運(yùn)行時(shí)的狀態(tài)(加載域和運(yùn)行時(shí)域)
l 地址重映射remap
BurchED B5-X300 Spartan2e
using XC2S300e device
Top level file for 6809 compatible system on a chip
Designed with Xilinx XC2S300e Spartan 2+ FPGA.
Implemented With BurchED B5-X300 FPGA board,
B5-SRAM module, B5-CF module and B5-FPGA-CPU-IO module
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the programming of web services and web applications on Microsoft s .NET platform.
hsqldb是100%java實(shí)現(xiàn)的數(shù)據(jù)庫(kù),是一個(gè)開放源代碼的JAVA數(shù)據(jù)庫(kù)
l 具有標(biāo)準(zhǔn)的SQL語(yǔ)法和JAVA接口
l HSQLDB可以自由使用和分發(fā)
l 非常簡(jiǎn)潔和快速的
l 具有內(nèi)存數(shù)據(jù)庫(kù),獨(dú)立數(shù)據(jù)庫(kù)和C/S數(shù)據(jù)庫(kù)三種方式
l 可是在APPLET中使用
更多的細(xì)節(jié):
l 索引可以被創(chuàng)建和自動(dòng)使用
l 支持事務(wù)處理
l 允許表關(guān)聯(lián)
l 完整性引用和約束
l 支持JAVA存儲(chǔ)過(guò)程和函數(shù)
l 數(shù)據(jù)庫(kù)可以生成SQL腳本
l 使用用戶名,密碼,訪問(wèn)權(quán)限等安全機(jī)制
l 可以被JAVA1.1和JAVA2編譯
建立在HypersonicSQL基礎(chǔ)上的HSQLDB,是一個(gè)通用目的的數(shù)據(jù)庫(kù),非常的小,而且易于安裝和使用。可以用于APPLETS中 ,測(cè)試中,應(yīng)用系統(tǒng)中。
由于提供了標(biāo)準(zhǔn)SQL和JDBC接口,HSQLDB可以方便的和其他數(shù)據(jù)庫(kù)之間進(jìn)行數(shù)據(jù)轉(zhuǎn)換。