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

正文內(nèi)容

靜電場場強測量儀設(shè)計畢業(yè)論文-資料下載頁

2025-06-27 22:31本頁面
  

【正文】 and Hung Q. Le, filed concurrently herewith.[3] NIOSH Fact Sheet: EMFs in the States National Institute for Occupational Safety and Health [20221028].[4]謝彥召,劉順坤,[J].核電子學(xué)與探測技術(shù),2022.[5][M].北京大學(xué), 1993.[6][M].北京大學(xué),2022.[7][K].中國礦業(yè)大學(xué)出版社,2022.[8][D].浙江大學(xué),2022.[9]張玉華. 金屬平板表面缺陷擾動的磁場量分布研究[D].國防科學(xué)技術(shù)大學(xué),2022.[10][D].中國石油大學(xué),2022.[11][M].機械工業(yè)出版社,1989 .[12][M].高等教育出版社,1985 .[13][J].紡織高?;A(chǔ)科學(xué)學(xué)報 ,1995.[14][J],科協(xié)論壇, 2022/08.[15]張閃. 基于 ANSYS 的多相流測井傳感器電磁場仿真研究[J].石油儀器,2022/02.[16]袁明輝. 《電磁場理論》教學(xué)研究[J].科技創(chuàng)新導(dǎo)報, 2022/05.[17][M].2022 年 04 期.[18]郁有文,常健,[M].西安:西安電子科技大學(xué)出版社,2022.[19]胡向東,劉京誠,[M]. 北京:機械工業(yè)出版社,2022.附錄 1相關(guān)程序:include include include unsigned char TempBuffer[6]。void IntToStr(unsigned int t, unsigned char *str) 。float JiZhun_AD=。uchar i。int kongzhi。void main(void){while(1) {kaishi=0。jieshu=0。kongzhi=kaishi。while(kongzhi){uint AD_ad=0。float AD_Data=。LCD_Initial()。AD_ad = read1543(8)。 //8 第 8 號通道 (010)AD_Data = ((float)AD_ad)*JiZhun_AD/1024+。 AD_ad = AD_Data*1000。IntToStr(AD_ad,amp。TempBuffer[0])。GotoXY(1,0)。PrintString(amp。TempBuffer[0])。if(jieshu == 1)kongzhi = 0。}}}void IntToStr(uint t, uchar *str) {unsigned char a[5]。 a[0]=(t/1000)%10+39。039。 //取得整數(shù)值到數(shù)組a[1]=39。.39。 a[2]=(t/100)%10+39。039。 a[3]=(t/10)%10+39。039。 a[4]=(t/1)%10+39。039。 *str=a[0]。 str++。 //加入有效的數(shù)字 *str=a[1]。 str++。 *str=a[2]。 str++。 *str=a[3]。 str++。 *str=a[4]。 str++。 *str=39。\039。 }includeinclude include //使用 XBYTE 必須使用的頭文件//define uchar unsigned chardefine uint unsigned intdefine ulong unsigned long///*1602 管腳定義*///Port Definitions**********************************************************define LcdRs P1_0define LcdRw P1_1define LcdEn P1_2define DBPort P0 //P0=0x80,P1=0x90,P2=0xA0,P3=/*1543 管腳定義*/ define CLOCK P2_3define D_IN P2_1define D_OUT P2_0define _CS P2_2//=======/*按鈕定義*/define kaishi P1_3define jieshu P1_4ifndef LCD_CHAR_1602_2022_5_5define LCD_CHAR_1602_2022_5_5include include unsigned char LCD_Wait(void) //讀狀態(tài),LCD 判忙{LcdRs=0。LcdRw=1。 _nop_()。LcdEn=1。 _nop_()。//while(DBPortamp。0x80)。//在用 Proteus 仿真時,注意用屏蔽此語句,在調(diào)用 GotoXY()時,會進(jìn)入死循環(huán),//可能在寫該控制字時,該模塊沒有返回寫入完備命令,即DBPortamp。0x80==0x80 //實際硬件時打開此語句LcdEn=0。return DBPort。}define LCD_COMMAND 0 // Commanddefine LCD_DATA 1 // Datadefine LCD_CLEAR_SCREEN 0x01 // 清屏define LCD_HOMING 0x02 // 光標(biāo)返回原點void LCD_Write(bit style, unsigned char input){LcdEn=0。LcdRs=style。LcdRw=0。 _nop_()。DBPort=input。_nop_()。//注意順序LcdEn=1。 _nop_()。//注意順序LcdEn=0。 _nop_()。LCD_Wait()。}//設(shè)置顯示模式************************************************************define LCD_SHOW 0x04 //顯示開define LCD_HIDE 0x00 //顯示關(guān) define LCD_CURSOR 0x02 //顯示光標(biāo)define LCD_NO_CURSOR 0x00 //無光標(biāo) define LCD_FLASH 0x01 //光標(biāo)閃動define LCD_NO_FLASH 0x00 //光標(biāo)不閃動void LCD_SetDisplay(unsigned char DisplayMode){LCD_Write(LCD_COMMAND, 0x08|DisplayMode)。}//設(shè)置輸入模式************************************************************define LCD_AC_UP 0x02define LCD_AC_DOWN 0x00 // defaultdefine LCD_MOVE 0x01 // 畫面可平移define LCD_NO_MOVE 0x00 //defaultvoid LCD_SetInput(unsigned char InputMode){LCD_Write(LCD_COMMAND, 0x04|InputMode)。}//移動光標(biāo)或屏幕************************************************************/*define LCD_CURSOR 0x02 define LCD_SCREEN 0x08define LCD_LEFT 0x00define LCD_RIGHT 0x04void LCD_Move(unsigned char object, unsigned char direction){if(object==LCD_CURSOR)LCD_Write(LCD_COMMAND,0x10|direction)。if(object==LCD_SCREEN)LCD_Write(LCD_COMMAND,0x18|direction)。}*///初始化 LCD************************************************************void LCD_Initial(){LcdEn=0。LCD_Write(LCD_COMMAND,0x38)。 //8 位數(shù)據(jù)端口,2 行顯示,5*7 點陣LCD_Write(LCD_COMMAND,0x38)。LCD_SetDisplay(LCD_SHOW|LCD_NO_CURSOR)。 //開啟顯示, 無光標(biāo)LCD_Write(LCD_COMMAND,LCD_CLEAR_SCREEN)。 //清屏LCD_SetInput(LCD_AC_UP|LCD_NO_MOVE)。 //AC 遞增, 畫面不動}//************************************************************************void GotoXY(unsigned char x, unsigned char y){if(y==0)LCD_Write(LCD_COMMAND,0x80|x)。if(y==1)LCD_Write(LCD_COMMAND,0x80|(x0x40))。}void PrintString(unsigned char *str){while(*str!=39。\039。){LCD_Write(LCD_DATA,*str)。str++。}}endifinclude uint read1543(uchar port) //從 TLC1543 讀取采樣值,形參 port 是采樣的通道號{uint ad。uint i。uchar al=0,ah=0。CLOCK=0。_CS=0。port=4。for (i=0。i4。i++) //把通道號打入 1543{D_IN=(bit)(portamp。0x80)。CLOCK=1。CLOCK=0。port=1。}for (i=0。i6。i++) //填充 6 個 CLOCK{CLOCK=1。CLOCK=0。}_CS=1。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_nop_()。_CS=0。 //等待 AD 轉(zhuǎn)換_nop_()。_nop_()。_nop_()。for (i=0。i2。i++) //取 D9,D8{D_OUT=1。CLOCK=1。ah=1。if (D_OUT) ah +=0x01。CLOCK=0。} for (i=0。i8。i++) //取 D7D0{D_OUT=1。CLOCK=1。al = 1。if (D_OUT) al +=0x01。CLOCK=0。} _CS=1。ad = (uint)ah。ad = 8。ad +=(uint)al。 //得到 AD 值return(ad)。
點擊復(fù)制文檔內(nèi)容
公司管理相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1