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
上傳用戶:努力努力再努力
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.
標簽: small edition credit number
上傳時間: 2013-12-29
上傳用戶:talenthn
測試分析報告I/O設備管理 測試分析報告
上傳時間: 2016-03-21
上傳用戶:aa17807091
基于JAVA的ICQ系統的設計于實現,ICQ是英文"I seek you "的簡稱,中文意思是我找你。ICQ最大的功能就是即時信息交流,只要記得對方的號碼,上網時可以呼他,無論他在哪里,只要他上網打開ICQ,人們就可以隨時交流。ICQ源于以色列特拉維夫的Mirabils公司。該公司成立于1996年7月,也就是在這個時候,互聯網上最出名,下載使用人數最多的免費軟件ICQ誕生了。可能是其不斷增加的用戶和廣闊的前景以及廣泛的應用前景和巨大的市場潛力,Mirabils的ICQ最終被美國在線AOL收購。由于ICQ的成功,推動了ICQ的本土化,就中文的ICQ而言,現在已經越來越多,比如著名的深圳騰迅公司推出的OICQ(現在由于版權問題,已改名為QQ2001),還有由TOM.COM推出的Tomq等,這些軟件技術都很好,而且簡單易用,成為中國網民最喜歡的通信軟件。
上傳時間: 2014-10-09
上傳用戶:lgnf
the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transforms that might be more efficient.
標簽: compression university the submitted
上傳時間: 2014-01-15
上傳用戶:Altman
fes is descripy yoso cise iec me i message
標簽: descripy message cise yoso
上傳時間: 2014-01-19
上傳用戶:as275944189
Contents at a Glance Introduction 1 PART I INSTALLATION AND CONFIGURATION 5 Hour 1 Preparing to Install Linux 7 2 Installing Linux 23 3 Post-Installation Issues 41 PART II LEARNING LINUX BASICS 67 Hour 4 Reading and Navigation Commands 69 5 Manipulation and Searching Commands 93 6 Using the Shell 117 7 Using the X Window System 143 8 Exploring the K Desktop Environment 177 PART III CONNECTING TO THE OUTSIDE WORLD 197 Hour 9 Using Communications Programs 199 10 Connecting to the Internet 223 11 Configuring Internet Email 249 12 Configuring Internet News 269 13 Internet Downloading and Browsing 289
標簽: CONFIGURATION Introduction INSTALLATION Preparing
上傳時間: 2013-12-27
上傳用戶:qiao8960
#include <reg51.h> /*-------------------------------------------- 調用方式:自行I/O 口定義﹫2001/05/12 函數說明:私有函數,各接口定義 --------------------------------------------*/ sbit HD7279_CS=P1^4 // HD7279_CS--P1.4 sbit HD7279_CLK=P1^5 // HD7279_CLK-- P1.5 sbit HD7279_DATA=P1^6 // HD7279_DATA-- P1.2 sbit HD7279_KEY =P1^7 // HD7279_KEY-- P1.3 /*-------------------------------------------- 調用方式: HD7279A 各指令定義﹫2001/05/12 函數說明:私有函數,接口定義 --------------------------------------------* /#define HD7279_RESET 0xa4 //復位 #define HD7279_TEST 0xbf //測試 #define HD7279_RLC 0xa3 //循環左移 #define HD7279_RRC 0xa2 //循環右移 #define HD7279_RL 0xa1 //左移 #define HD7279_RR 0xa0 //右移 #define HD7279_DECODE0 0x80 //譯碼方式0 #define HD7279_DECODE1 0xc8 //譯碼方式1
上傳時間: 2013-12-31
上傳用戶:三人用菜
a good book for c++ beginner. I finish it in 2 days, and the door to c++ world was opened by it. Enjot programming.
標簽: beginner finish opened world
上傳時間: 2014-01-12
上傳用戶:lxm