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

正文內(nèi)容

功率因數(shù)自動調(diào)節(jié)器設(shè)計畢業(yè)論文-資料下載頁

2025-06-22 03:10本頁面
  

【正文】 謝母校桂林電子科技大學(xué),機(jī)電工程學(xué)院多年來對我的教育與培養(yǎng)。同時感謝各位在百忙之中審閱和評議本論文的領(lǐng)導(dǎo)和老師。參考文獻(xiàn)[1] 余劍、[J].山西:電氣電子教學(xué)學(xué)報,2004,26(3).6775.[2] [M].北京:水利水電出版社,1991.[3] [M].上??茖W(xué)普及出版社,.[4] ,靜止無功功率補(bǔ)償技術(shù)[M].北京:中國電力出版社,2006.[5] [M].西安:西安交通大學(xué)出版社,2004.[6] [J].電工技術(shù)雜志,1996,32(2):2326.[7] 靳龍章、丁毓山. 電網(wǎng)無功補(bǔ)償實(shí)用技術(shù). 中國水利水電出版社,.[8] [M].北京:北京航空航天大學(xué)出版社,2001.[9] [M].北京:人民郵電出版社,2003.[10] [M].北京:北京航空航天大學(xué)出版社,.[11] [M].西安電子科技大學(xué)出版社,.[12] [M].北京:電子工業(yè)出版社,2002.[13] [J].《電子制作》雜志社,2005.[14] [M].成都:電子科技大學(xué)出版社,1997.[15] [M].武漢:華中科技大學(xué)出版社,2003.[16] 丁鎮(zhèn)生. 傳感器及傳感技術(shù)應(yīng)用[M]. 北京:電子工業(yè)出版社,1998.[17] .《電氣自動化》雙月刊,.[18] S. Poulsen, “Global and Danish reference year irradiation,” Danish Technological Inst., Taastrup, Denmark, 2002.[19] R. W. Erickson and D. Maksimovic, Fundamentals of Power Electronics, 2nd ed. Norwell, MA: Kluwer, 2001.[20] P. K. Modi, . Singh and . Sharma Fuzzy neural network based voltage stability evaluation of power systems with SVC[J]. Applied Soft Computing, 2008(8),1:657665.附 錄1方波程序:include sbit sc1=P1^0。sbit sc2=P1^1。sbit pl=P0^0。sbit xw=P0^3。sbit c1=P3^0。sbit c2=P3^1。unsigned int zq,t1,t2,t,e。unsigned char a,b,c,d。void delay(unsigned int k)。void main(){ TMOD=0x02。 TH0=256100。 TL0=256100。 TR0=1。 ET0=1。 EA=1。 zq=50。 t1=0。 t=48。 t2=48。 e=t2。 a=1。 b=0。 c=0。 d=1。 while(1) { if(~(plamp。xw)) { delay(5)。 if(~(plamp。xw)) { if(~xw) { t=t+10。 t2=t。 t1=0。 sc1=1。 if(a) { sc2=1。 b=0。 } else { sc2=0。 b=1。 } if(t(zq15)) { t=0。 if(b) a=1。 else a=0。 } e=t。 } if(~pl) { zq=zq+10。 if(zq1000) zq=1000。 while(~pl) { delay(200)。 c++。 if((c5)amp。d) { e=e10。 if(e0) e=0。 t2=e。 t1=0。 zq=zq20。 if(zq50) zq=50。 d=0。 sc1=1。 if(a) { sc2=1。 b=0。 } else { sc2=0。 b=1。 } } } d=1。 c=0。 } } while(~(plamp。xw))。 } P2=e。 P3=zq。 }}void delay(unsigned int k){ unsigned int i,j。 for(i=k。i0。i) for(j=124。j0。j)。}void t0(void) interrupt 1 using 0{ t1++。 t2++。 if(t1==zq) { sc1=~sc1。 t1=0。 } if(t2==zq) { sc2=~sc2。 t2=0。 }}LCD頭程序:includedefine uchar unsigned chardefine uint unsigned intdefine busy 0x80sbit RS=P0^5。sbit RW=P0^6。sbit E=P0^7。//uchar a[]={39。039。,39。139。,39。239。,39。339。,39。439。,39。539。,39。639。,39。739。,39。839。,39。939。,39。a39。,39。b39。,39。c39。,39。d39。,39。e39。,39。f39。}。//uchar b[10]。/*********************延時函數(shù)**************************/void delay_lcd(uchar k){ uint g,h。 for(g=0。gk。g++) { for(h=0。h60。h++)。 }} /**********************空操作***************************/void nop(){ uchar a。 for(a=1。a0。a)。 }/*********************測忙函數(shù)**************************/void test_busy() { P2=0xff。 RS=0。 RW=1。 E=1。 nop()。 nop()。 while(P2amp。busy) //檢測LCD DB7 是否為1 { E=0。 nop()。 E=1。 nop()。 } E=0。 }/********************寫命令*****************************/void write_mand(uchar co){ test_busy()。 RS=0。 RW=0。 E=0。 nop()。 P2=co。 nop()。 E=1。 nop()。 E=0。 }/*********************寫數(shù)據(jù)****************************/void write_data(uchar da){ test_busy()。 P2=da。 RS=1。 RW=0。 E=1。 nop()。 E=0。 }/**********************初始化**************************/void init_lcd(void){ write_mand(0x3c)。 //0011 1000 LCD功能設(shè)定,DL=1(8位),N=1(2行顯示)// delay_lcd(5)。 write_mand(0x06)。 //0000 0110 LCD模式設(shè)定,I/D=1(計數(shù)地址加1)// delay_lcd(5)。 write_mand(0x01)。 //0000 0001 清除LCD的屏幕// delay_lcd(5)。 write_mand(0x0c)。 //0000 1111 顯示屏幕// delay_lcd(5)。}/*************指定位置顯示數(shù)據(jù)***********************/void displayonechar(uchar x,uchar y,uchar dda){ y=yamp。1。 //限制 X 不能大于 15,Y 不能大于 1 x=xamp。15。 if(y)x|=0x40。 //若y為1(顯示第二行),地址碼為0X40 x|=0x80。 //指令碼為地址碼為0X80 write_mand(x)。 //置顯示數(shù)據(jù)所在位置地址 write_data(dda)。 //置顯示數(shù)據(jù) delay_lcd(5)。}/******************顯示字符串函數(shù)*********************/void display(uchar *dda,uchar x,uchar y){ uchar length=0。 yamp。=1。 xamp。=15。 while(x16) { displayonechar(x,y,dda[length])。 length++。 x++。 }}主程序:include include include unsigned char code s[534]。s[]={}。uchar code dis[]={ cos= }。sbit P30=P3^0。uchar i。uint x。uint temp1,temp2,t。void main(){ init_lcd()。 delay_lcd(100)。 display(dis,0,0)。while(1) { TMOD=0x66。 TH1=0x00。 TL1=0x00。 TH0=0x00。 TL0=0x00。 if(P30==1) { while(P30==1)。 while(P30==0)。 } else while(P30==0)。 TR1=1。 TR0=1。 _nop_()。 _nop_()。 delay_lcd(300)。 _nop_()。_nop_()。 if(P30==0) { while(P30==0)。 while(P30==1)。 } else while(P30==1)。 TR1=0。 TR0=0。temp1=TL0|(TH08)。temp2=TL1|(TH18)。 temp2+=temp2。 if(temp1temp2) { t=temp1。 temp1=temp2。 temp2=t。 }。x=90*(temp1temp2)/temp1。x=(x1)*6。 i=0。 displayonechar(5,1,s[x+i])。i++。 displayonechar(6,1,s[x+i])。i++。 displayonechar(7,1,s[x+i])。i++。 displayonechar(8,1,s[x+i])。i++。 displayonechar(9,1,s[x+i])。i++。 displayonechar(10,1,s[x+i])。
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)教案相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1