freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于android平臺的漢語語言學(xué)習(xí)應(yīng)用開發(fā)--本科畢業(yè)論文-資料下載頁

2024-11-07 22:12本頁面

【導(dǎo)讀】伴隨著移動互聯(lián)網(wǎng)的迅速發(fā)展,產(chǎn)生的是更多的應(yīng)用需求。Android平臺甚至被譽為對抗iPhone最有實力的平臺。本人的畢業(yè)設(shè)計正是基于Android的一款手機應(yīng)用。將連連看與漢語學(xué)習(xí)結(jié)合起來,為學(xué)習(xí)帶來趣味性。同時擁有比較良好操作界面,設(shè)計較為人性化。本文將著重討論Android平臺的一些基本情況,以及應(yīng)用功能的實現(xiàn)。在移動互聯(lián)網(wǎng)異?;鸨慕裉?,手機應(yīng)用市場占據(jù)移動互聯(lián)網(wǎng)市場的很大份額。多操作系統(tǒng)之中,Android占有一席之地并存在很大的發(fā)展空間。設(shè)計,旨在初步了解Android開發(fā)環(huán)境,開發(fā)過程以及一些基本控件的使用。步學(xué)習(xí)打下基礎(chǔ)。智能手機的最大特點在于其可擴展性,用戶可以通過在智能手機中安裝軟件、游戲。Android、WebOS、MeeGo、BlackBerryOS,美國微軟公司的WindowsMobile,蘋果的。iPhoneOS,中國移動的OPhoneOS等。而在眾多的手機操作系統(tǒng)中,AppleiPhoneOS以。Android戰(zhàn)爭中誰能取得最終勝利也成為人們津津樂道的話題。Android在短期內(nèi)獲得了很大的進(jìn)步,大家有目共睹。iPhone確實領(lǐng)先一步。隨便拿起iPhone,就能很快、很容易地弄清其中的

  

【正文】 ent android:text=@string/fanyi/TextView TableLayout android:layout_width=fill_parent android:layout_height=wrap_content TableRow Button android:text=開始游戲 android:layout_height=wrap_content android:layout_weight=1 android:id=@+id/begingame android:layout_width=wrap_content/Button Button android:text=暫停 android:layout_height=wrap_content android:layout_weight=1 android:id=@+id/pause android:layout_width=wrap_content/Button Button android:id=@+id/hint android:layout_height=wrap_content android:layout_width=wrap_content android:text=@string/hint android:layout_weight=1 /Button Button android:layout_width=wrap_content android:text=@string/back android:id=@+id/back android:layout_height=wrap_content android:layout_weight=1/Button /TableRow /TableLayout LinearLayout xmlns:android= android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent GridView xmlns:android= android:id=@+id/grid 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 26 android:layout_width=fill_parent android:layout_height=wrap_content android:numColumns=6 android:verticalSpacing=2dp android:horizontalSpacing=2dp android:columnWidth=60dp android:stretchMode=columnWidth android:gravity=center /GridView ProgressBar android:id=@+id/bar android:layout_width=fill_parent android:layout_height=wrap_content android:max=400 style=?android:attr/progressBarStyleHorizontal /ProgressBar /LinearLayout /LinearLayout Java: package 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 27 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 import 。 public class pinyin extends Activity implements OnClickListener{ TextView text4。 Button back,pause。 Button hint,begingame。 GridView grid。 SoundPool soundPool。 ProgressBar bar。 HashMapInteger,Integer soundPoolMap。 Thread t。 int g1,g2,h1,h2。 int flag=0。 int length=6。 long id1=0,id2=0。 int[] a={0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35}。 int p1,p2。 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 28 int m=500,n=500,p=0,q=0。 int ax=0,ay=0,bx=0,by=0。 int e=0,l=0。 int[][]map={{1,1,1,1,1,1}, {1,1,1,1,1,1}, {1,1,1,1,1,1}, {1,1,1,1,1,1}, {1,1,1,1,1,1}, {1,1,1,1,1,1}}。 View w1。 View w2。 @Override protected void onCreate(Bundle savedInstanceState) { // TODO Autogenerated method stub (savedInstanceState)。 setContentView()。 text4=(TextView)findViewById()。 grid=(GridView)findViewById()。 back=(Button)findViewById()。 hint=(Button)findViewById()。 begingame=(Button)findViewById()。 pause=(Button)findViewById()。 bar=(ProgressBar)findViewById()。 (new ImageAdapter(this))。 ()。 (100)。 (this)。 (this)。 (this)。 (this)。 (false)。 (false)。 makeimage()。 initSounds()。 (new OnItemClickListener() { public void onItemClick(AdapterView? parent, View v, int position, long id) 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 29 { w1=v。 id1=id。 m=a[position]。 p=position。 if(ismap(q,p)amp。amp。(ispipei(p,q))amp。amp。isgone(q,p)) {map[ax][ay]=0。 map[bx][by]=0。 //(, getv(p,q), ).show()。 e++。 playsound(m,0)。 // mImageIds[p]=null。 //mImageIds[q]=null。 (0)。 (0)。 //changeview(p,q)。 } n=m。 q=p。 w2=w1。 id2=id1。 } })。 } public void initSounds(){ soundPool=new SoundPool(4,100)。 soundPoolMap=new HashMapInteger,Integer()。 (0,(this,1))。 (1,(this,1))。 (2,(this,1))。 (3,(this,1))。 (4,(this,1))。 (5,(this,1))。 (6,(this,1))。 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 30 (7,(this,1))。 (8,(this,1))。 (9,(this,1))。 (10,(this,1))。 (11,(this,1))。 (12,(this,1))。 (13,(this,1))。 (14,(this,1))。 (15,(this,1))。 (16,(this,1))。 (17,(this,1))。 (18,(this,1))。 (19,(this,1))。 (20,(this,1))。 (21,(this,1))。 (22,(this,1))。 (23,(this,1))。 (24,(this,1))。 (25,(this,1))。 (26,(this,1))。 (27,(this,1))。 (28,(this,1))。 (29,(this,1))。 (30,(this,1))。 (31,(this,1))。 (32,(this,1))。 (33,(this,1))。 (34,(this,1))。 (35,(this,1))。 } public void playsound(int sound,int loop){ AudioManager mgr=(AudioManager)()。 float streamVolumeCurrent=()。 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 31 float streamVolumeMax=()。 float volume=streamVolumeCurrent/streamVolumeMax。 ((sound),volume,volume,1,loop,1f)。 } public boolean ismap(int p1,int p2){ int a1=p1/length。 int a2=p1%length。 int b1=p2/length。 int b2=p2%length。 if(map[a1][a2]==0||map[b1][b2]==0) {return false。} return true。 } public int getv(int pos1,int pos2){ two t=new two()。 int v = 20。 int a1=pos1/length。 int a2=pos1%length。 int b1=pos2/length。 int b2=pos2%length。 =a1。 =a2。 =b1。 =b2。 if(iszero(a1,a2,b1,b2)){ if(a1==b1){v=0。} if(a2==b2){v=1。} } if(!iszero(a1,a2,b1,b2)amp。amp。isone(a1,a2,b1,b2)){ if(map[b1][a2]==0amp。amp。horizontal(a1,a2,b1,a2) amp。amp。 vertical(b1,a2,b1,b2)){ v=2。 } else{if(map[a1][b2]==0amp。amp。vertical(a1,a2,a1,b2) amp。amp。 horizontal(a1,b2,b1,b2)){ v=3。 }} 河北大學(xué) 2020屆本科生畢業(yè)論文 (設(shè)計 ) 32 } if(!iszero(a1,a2,b1,b2)amp。amp。!isone(a1,a2,b1,b2)amp。amp。istwo(a1,a2,b1,b2)){ if(())
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1