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
上傳用戶:努力努力再努力
測試分析報告I/O設備管理 測試分析報告
上傳時間: 2016-03-21
上傳用戶:aa17807091
#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
上傳用戶:三人用菜
O Reilly Ruby Cookbook source code
標簽: Cookbook Reilly source Ruby
上傳時間: 2014-01-24
上傳用戶:erkuizhang
A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and name server makerevhosts Q* xargs xargs/*
標簽: adduser script rmuser sudo
上傳時間: 2016-03-29
上傳用戶:gxrui1991
#include <reg51.h> void delay_ms(unsigned short ms) { unsigned short i unsigned char j for(i=0 i<ms i++) { for(j=0 j<200 j++) for(j=0 j<102 j++) } }
標簽: unsigned short delay_ms include
上傳時間: 2016-03-30
上傳用戶:cuibaigao
最近點對的隨機算法 算法時間達到O(n)非常完美的實現了隨機最近點對的功能
上傳時間: 2014-11-02
上傳用戶:onewq
I/O Buffer Information Specification (IBIS) models for AT91SAM7X and AT91SAM7XC products.
標簽: SAM7 Specification Information SAM
上傳時間: 2016-04-03
上傳用戶:米卡
/O Buffer Information Specification (IBIS) models for AT91SAM7SE32 in LQFP and BGA package with VDDIO at 3.3V and 1.8V.
標簽: Specification Information package Buffer
上傳時間: 2014-01-25
上傳用戶:aysyzxzm
普通I/O口模擬串口的 51匯編原程序代碼!
上傳時間: 2013-12-18
上傳用戶:lindor