8位大小比較器的VHDL源代碼,Magnitude Comparator VHDL description of a 4-bit magnitude comparator with expansion inputs
上傳時間: 2015-04-15
上傳用戶:guanliya
可預置的8位計數器程序的主要部分分析 #include <AT89X51.H> //器件配置文件 #define uchar unsigned char //變量類型的宏定義 #define uint unsigned int uchar code SEG7[10]={0x03,0x9f,0x25,0x0d,0x99, //0~9的數碼管段碼 0x49,0x41,0x1f,0x01,0x09} uchar data cnt[8] //在data區定義8位長度的數組,用來存放計數值 uchar data pre_cnt[8] //在data區定義8位長度的數組,用來存放預置值 sbit drv=P3^4 //定義輸出驅動端 bit set_flag //定義工作標志 bit out_flag //定義輸出標志 bit keydown_flag //鍵按下標志
標簽: unsigned include define uchar
上傳時間: 2015-04-29
上傳用戶:changeboy
此軟件包包含了模擬I2C C51程序軟件包和ZLG7290的C51程序然后包。 軟件包的接口界面: (1) bit ISendByte(uchar sla,uchar c) (無子地址)寫單字節數據 (現行地址寫) (2) bit IRcvByte(uchar sla,uchar *c) (無子地址)讀單字節數據 (現行地址讀) (3) bit ISendStr(uchar sla,uchar suba,uchar *s,uchar no)(有子地址)讀N字節數據 (4) bit IRcvStr(uchar sla,uchar suba,uchar *s,uchar no) (有子地址)寫N字節數據 (5) bit ISendStr(uchar sla,uchar *s,uchar no) (無子地址)寫多字節數據 (6) bit IRcvStr(uchar sla,uchar *s,uchar no) (無子地址)讀單字節數據 (7) unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data) (8) void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num) (9) unsigned char ZLG7290_SendCmd(unsigned char Data1,unsigned char Data2) (10)unsigned char ZLG7290_GetKey()
上傳時間: 2013-12-05
上傳用戶:hongmo
Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest bit of A is 1000, so the output should be 8.
標簽: A. positive integer example
上傳時間: 2014-01-22
上傳用戶:rocketrevenge
Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first application. But where do you start? In my own experience, I have found that I find it easier to learn something if I actually work with it hands-on. Just reading a book or documentation doesn’t give you the practical knowledge you need to be able to rush off and start creating applications. In this article, I will discuss the creation of a very simple application. I will cover what the application will do, how we will approach writing it, demonstrate in code how we will do it, and discuss additional features that could be added to it. Writing Your First ASP Application ( Quick Start ) - Users On Your Website
標簽: Application tutorials Writing First
上傳時間: 2015-11-05
上傳用戶:franktu
Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an ultra-tiny, fully differential, 16-bit, analog-to-digital converter. The LTC2453 uses a single 2.7V to 5.5V supply and communicates through an I2C interface. The ADC is available in an 8-pin, 3mm x 2mm DFN package. It includes an integrated oscillator that does not require any external components. It uses a delta-sigma modulator as a converter core and has no latency for multiplexed applications. The LTC2453 includes a proprietary input sampling scheme that reduces the average input sampling current several orders of magnitude lower than conventional delta-sigma converters. Additionally, due to its architecture, there is negligible current leakage between the input pins.
標簽: Differential Easy-to-Use Ultra-Tiny Interface
上傳時間: 2014-01-08
上傳用戶:鳳臨西北
ARM® 系列微處理器作為全球16/32 位RISC 處理器市場的領先者,在許多領 域內得到了成功的應用。近年來,ARM 在國內的應用也得到了飛速的發展,越 來越多的公司和工程師在基于ARM 的平臺上面開發自己的產品。 與傳統的4/8 位單片機相比,ARM 的性能和處理能力當然是遙遙領先的,但 與之相應,ARM 的系統設計復雜度和難度,較之傳統的設計方法也大大提升了。 本文旨在通過討論系統程序設計中的幾個基本方面,來說明基于ARM 的嵌入式 系統程序開發的一些特點,并提出和解決了一些常見的問題。
上傳時間: 2013-12-26
上傳用戶:z1191176801
Keil C51 上51系列單片機優化的CRC-8 算法。可以自己改其他算式的,包含字節查表,半字節查表,bit計算。很難得的哦。
上傳時間: 2014-01-12
上傳用戶:小鵬
8單徑瑞利信道中的四發四收V-BLAST: (1) 請設計一種具體的導引輔助的信道估計方法,用Simulink進行仿真,測量16QPSK調制時的誤碼率性能。畫出比特信噪比與信道估計均方誤差的關系曲線,畫出比特信噪比與誤碼率的關系曲線。 (2) 計算所設計方案的頻譜效率是多少,單位為bit/Hz/s。
上傳時間: 2017-01-25
上傳用戶:ainimao
pccard driver s3c2440.The S3C2440A offers outstanding features with its CPU core, a 16/32-bit ARM920T RISC processor designed by Advanced RISC Machines, Ltd. The ARM920T implements MMU, AMBA BUS, and Harvard cache architecture with separate 16KB instruction and 16KB data caches, each with an 8-word line length.
標簽: outstanding S3C2440A features pccard
上傳時間: 2013-12-24
上傳用戶:lizhen9880