我想創建使用PhoneGap的具有兩個主fetures 我想使用的PhoneGap Android和iPhone 1)用戶加速器API來支持一個計步器的應用計算步驟 2)在後臺使用MP3播放器在後臺播放音樂。 由於我是新來的PhoneGap, i want to know that above features are possible to implement using PhoneGap AP
。這是一個矩陣乘法 program ex
implicit none
real :: a(256,256),b(256,256),c(256,256),t1,t2
integer i,j,k,sum
sum=0
do j = 1,256
do i = 1,256
a(i,j) = 1
b(i,j) = 1