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
標簽: bottleneck developed the concept
上傳時間: 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
標簽: bottleneck developed the concept
上傳時間: 2014-01-15
上傳用戶:努力努力再努力
這個項目文件只是用來示范怎樣使用Keil的軟件仿真功能來調試串口的,請不要用于其它用途。如需轉載,請獲得作者得許可。 這個程序是從我以前一個項目中提取出來的,為了容易理解和方便調試,做了大幅度的簡化。 為了保證文件代碼的整齊,文件中使用空格代替Tab制表符,這樣可以保證在不同的編輯器和編輯環境中代碼的版面不會錯亂。 這里采用了串口緩沖區收發合一的方式,適合于半雙工通信。
上傳時間: 2013-12-31
上傳用戶:xz85592677
modem編程 本地機使用ATDT命令撥號,遠程機設為自動響應方式,即可進入聯機方式, 進行終端通信。 在聯機方式下,按PageUp鍵上載文件,按PageDn鍵下載文件,Ctrl-O呼出主菜單,退出聯機方式使用Ctrl-D鍵。退出終端仿真器使用EXIT命令。 主程序使用C語言編寫。使用早期的C編譯器可以進行編譯。終端方式為VT100.
上傳時間: 2014-01-22
上傳用戶:xz85592677
環境下構建一種新的系統辨識仿真工具箱(SIST: System Identification Toolbox)的原理與實現,討論了在MATLAB 環境下工具箱的數據和算法結構形式,以及利用GUIDE完成圖行界面的設計,用MATLAB 與C++混編技術實現物理系統的I/O 接口和系統辨識...
標簽: Identification Toolbox MATLAB System
上傳時間: 2016-03-29
上傳用戶:wang0123456789
主要介紹了如何使用E8仿真器在以Renesas芯片為MCU的開發板上進行仿真調試。 第1 章 概要 第2 章 E8 仿真器功能 第3 章 使用前的準備 第4 章 調試的準備 第5 章 調試 第6 章 教程示例 附錄A E8 仿真器的構成 附錄B 窗口功能一覽 附錄C 命令行功能 附錄D High-performance Embedded Workshop 的注意事項 附錄E 有關硬件診斷程序 E.1 為了執行診斷程序的系統設置 E.2 診斷程序的執行 E.3 錯誤發生時的處理
上傳時間: 2013-12-26
上傳用戶:chens000
程序說明 本地機使用ATDT命令撥號,遠程機設為自動響應方式,即可進入聯機方式, 進行終端通信。 在聯機方式下,按PageUp鍵上載文件,按PageDn鍵下載文件,Ctrl-O呼出主菜單,退出聯機方式使用Ctrl-D鍵。退出終端仿真器使用EXIT命令。 主程序使用TC編寫。終端方式為VT1
上傳時間: 2016-04-20
上傳用戶:lnnn30
基于msc單片機仿真機的仿真程序,含有lcd,a/d轉換。。。。。等程序
上傳時間: 2013-12-24
上傳用戶:15736969615
在軟件Proteus中仿真ucos(ARM) 1.移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三個函數外,對中斷專門用了一個函數OS_int_A.s 按其中的規則寫中斷函數即可. 2。應用實例為\ArmUCOS\App\test1\test.mcp,在周立功2104的板子上的ram中就可直接運行(code+data<16K), 注意使用了.a庫文件(我習慣這么用) 3. 將所有的文件放到D:\ArmUCOS\下,這樣上面的文件能直接編譯.
標簽: OS_CPU_A OS_CPU_C Proteus OS_CPU
上傳時間: 2014-01-02
上傳用戶:chenbhdt
實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。
上傳時間: 2014-11-23
上傳用戶:shanml