2位微機(jī)實(shí)驗(yàn)指導(dǎo)書 華中科技大學(xué)計(jì)算機(jī)學(xué)院 武漢市豪申光電新技術(shù)有限公司 第一章 基本接口實(shí)驗(yàn) 2 第一節(jié) 并行接口實(shí)驗(yàn)(8255芯片實(shí)驗(yàn)) 2 實(shí)驗(yàn)一 步進(jìn)電機(jī)控制接口實(shí)驗(yàn) 2 第二節(jié) 定時(shí)/計(jì)數(shù)實(shí)驗(yàn)(8253芯片實(shí)驗(yàn)) 9 實(shí)驗(yàn)二 音樂發(fā)生器接口實(shí)驗(yàn) 9 第三節(jié) 串行通信接口實(shí)驗(yàn)(8251芯片實(shí)驗(yàn)) 21 實(shí)驗(yàn)三 RS-232標(biāo)準(zhǔn)全雙工查詢方式異步串行通信實(shí)驗(yàn) 21 第四節(jié) A/D D/A轉(zhuǎn)換器接口實(shí)驗(yàn) 32 實(shí)驗(yàn)四 查詢方式A/D轉(zhuǎn)換器接口實(shí)驗(yàn)(ADC0809) 32 實(shí)驗(yàn)五 D/A函數(shù)波形發(fā)生器接口實(shí)驗(yàn)(DAC0832) 40 第二篇 微機(jī)原理實(shí)驗(yàn) 44 第一章 16位匯編語言編程實(shí)驗(yàn) 44 實(shí)驗(yàn)一 系統(tǒng)認(rèn)識(shí)實(shí)驗(yàn) 44 實(shí)驗(yàn)二 數(shù)據(jù)碼制轉(zhuǎn)換程序設(shè)計(jì)實(shí)驗(yàn) 49 實(shí)驗(yàn)三 求和程序設(shè)計(jì)實(shí)驗(yàn) 59 實(shí)驗(yàn)四 分支程序設(shè)計(jì)實(shí)驗(yàn) 68 實(shí)驗(yàn)五 循環(huán)程序設(shè)計(jì)實(shí)驗(yàn) 77 實(shí)驗(yàn)六 排序程序設(shè)計(jì)實(shí)驗(yàn) 86 實(shí)驗(yàn)七 子程序設(shè)計(jì)實(shí)驗(yàn) 95
標(biāo)簽: 微機(jī)實(shí)驗(yàn) 大學(xué) 光電 實(shí)驗(yàn)
上傳時(shí)間: 2015-11-15
上傳用戶:lvzhr
TLC549是一種采用8位逐次逼近式工作的A/D轉(zhuǎn)換器。內(nèi)部包含系統(tǒng)時(shí)鐘、采樣和保持、8位A/D轉(zhuǎn)換器、數(shù)據(jù)寄存器以及控制邏輯電路。TLC549每25uS重復(fù)一次“輸入—轉(zhuǎn)換—輸出”。器件有兩個(gè)控制輸入:I/O CLOCK和片選(CS)。 內(nèi)部系統(tǒng)時(shí)鐘和I/O CLOCK可獨(dú)立使用。應(yīng)用電路的設(shè)計(jì)只需利用I/O時(shí)鐘啟動(dòng)轉(zhuǎn)換或讀出轉(zhuǎn)換結(jié)果。當(dāng)CS為高電平時(shí),DATA OUT處于高阻態(tài)且I/O時(shí)鐘被禁止。
標(biāo)簽: TLC 549 8位 轉(zhuǎn)換器
上傳時(shí)間: 2014-01-17
上傳用戶:qiaoyue
其中sound.c 用于錄音和回放。其中特別需要注意的是:1。目前聲卡似乎不能打開全雙工,所以如果fd = open("/dev/dsp", O_RDWR) ,則無法錄音和回放。只能分別設(shè)置RDONLY和WRONLY。即半雙工方式。否則,就是在錄音的時(shí)候可以聽見,但是無法回放。分析下來似乎是IIC總線中只分配了一個(gè)通道給聲卡,或者是只啟用了一個(gè)通道,所以無法錄音和放音同步進(jìn)行。解決方法就是分別以RDONLY方式打開進(jìn)行錄音和WRONLY方式打開進(jìn)行放音。 Sound1.c用于將錄音保存在test.wav文件中,并利用cast test.wav > /dev/sound/dsp回放文件。此處需要注意的是,錄音頻率必須是44100才能正確回放。否則就會(huì)出現(xiàn)類似快放的效果。分析應(yīng)該是cast方式利用了dsp的默認(rèn)播放頻率44100,所以如果錄音的時(shí)候低于這個(gè)頻率,這放的時(shí)候就會(huì)快放。 此外,設(shè)置采樣率的時(shí)候必須設(shè)置成16bit,否則會(huì)提示出錯(cuò)。原因尚不知道,估計(jì)是與聲卡有關(guān)。
上傳時(shí)間: 2013-12-31
上傳用戶:cc1
本書提供用J B u i l d e r開發(fā)數(shù)據(jù)庫應(yīng)用程序、創(chuàng)建分布式應(yīng)用程序以及編寫J a v a B e a n 組件的高級(jí)資料。它包括下列幾個(gè)部分: • 第一部分是“開發(fā)數(shù)據(jù)庫應(yīng)用程序”,它提供關(guān)于使用J b u i l d e r的D a t a E x p r e s s數(shù)據(jù) 庫體系結(jié)構(gòu)的信息,并解釋原始數(shù)據(jù)組件和類之間的相互關(guān)系,以及怎樣使用它 們來創(chuàng)建你的數(shù)據(jù)庫應(yīng)用程序。它還解釋怎樣使用Data Modeler(數(shù)據(jù)模型器)和 Application Generator(應(yīng)用程序生成器)創(chuàng)建數(shù)據(jù)驅(qū)動(dòng)的客戶機(jī)/服務(wù)器應(yīng)用程 序。 • 第二部分是“開發(fā)分布式應(yīng)用程序”,它提供關(guān)于使用ORB Explorer、用J B u i l d e r 創(chuàng)建多級(jí)的分布應(yīng)用程序、調(diào)試分布式應(yīng)用程序、用J a v a定義C O R B A接口以及 使用s e r v l e t等的信息。 • 第三部分是“創(chuàng)建J a v a B e a n”,它解釋怎樣開發(fā)新的J a v a B e a n組件,描述在組件 開發(fā)中涉及的任務(wù), 怎樣使用B e a n s E x p r e s s創(chuàng)建新的J a v a B e a n,以及關(guān)于屬性、 事件、B e a nIn f o類和其他方面的詳細(xì)情況。
標(biāo)簽: 8226 數(shù)據(jù)庫 應(yīng)用程序 分
上傳時(shí)間: 2014-01-03
上傳用戶:wpt
在Quartus下使用D觸發(fā)器來加入延遲,每個(gè)D觸發(fā)器增加半個(gè)周期的延遲,稍加更改可以得到不同的延遲。
上傳時(shí)間: 2013-12-19
上傳用戶:wys0120
8051 串行接口是一個(gè)可編程的全雙工串行通訊接口。它可用作異步通訊方式(UART),與串行傳送信息的外 部設(shè)備相連接,或用于通過標(biāo)準(zhǔn)異步通訊協(xié)議進(jìn)行全雙工的8051 多機(jī)系統(tǒng)也可以通過同步方式,使用TTL 或CMOS 移位寄存器來擴(kuò)充I/O 口。
上傳時(shí)間: 2013-12-16
上傳用戶:
8051 串行接口是一個(gè)可編程的全雙工串行通訊接口。它可用作異步通訊方式(UART),與串行傳送信息的外 部設(shè)備相連接,或用于通過標(biāo)準(zhǔn)異步通訊協(xié)議進(jìn)行全雙工的8051 多機(jī)系統(tǒng)也可以通過同步方式,使用TTL 或CMOS 移位寄存器來擴(kuò)充I/O 口。
上傳時(shí)間: 2013-12-01
上傳用戶:陽光少年2016
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2014-12-03
上傳用戶:ikemada
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. Hardware reference
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2016-03-18
上傳用戶:極客
The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. User Manual
標(biāo)簽: bottleneck developed the concept
上傳時(shí)間: 2014-01-15
上傳用戶:努力努力再努力
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1