8位相等比較器,比較8位數是否相等 -- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn
上傳時間: 2015-07-02
上傳用戶:colinal
-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
標簽: entity-architectures Multiplier contains complete
上傳時間: 2015-07-02
上傳用戶:2467478207
波形發生器,帶TESTBENCH, 多平臺 -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check -- download from: www.fpga.com.cn & www.pld.com.cn
標簽: 波形發生器
上傳時間: 2014-01-20
上傳用戶:familiarsmile
-- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k-bit Booth multiplier. -- the design makes use of the new shift operators available in the VHDL-93 std -- this design passes the Synplify synthesis check
標簽: entity-architectures Multiplier contains complete
上傳時間: 2014-01-22
上傳用戶:lijianyu172
此文件是基于lpc2xxx arm平臺的CAN總線驅動源代碼,包含std與EXT模式
上傳時間: 2013-12-29
上傳用戶:wxhwjf
*** *** *** *** *液晶顯示*** *** *** ******************OCM4X8C串口****************** CS EQU P2.0 std EQU P1.2 SCLK EQU P1.3 PSB EQU P1.4 RST EQU P1.5 RS_STU EQU 20H.0 LCD_X EQU 30H LCD_Y EQU 31H LCD_X1 EQU 32H LCD_Y1 EQU 33H COUNT EQU 34H COUNT1 EQU 35H COUNT2 EQU 36H COUNT3 EQU 37H LCD_DATA EQU 38H LCD_DATA1 EQU 39H LCD_DATA2 EQU 3AH DA_IN EQU 3BH WR_COUNT1 EQU 3CH WR_COUNT2 EQU 3DH
上傳時間: 2013-12-26
上傳用戶:李彥東
一個基于字符串的封裝類,功能特強! 基類是基于std中的basic_string的!
上傳時間: 2015-11-06
上傳用戶:sdq_123
UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames etc. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and std versions have been tested.
標簽: UCOS original Saether version
上傳時間: 2015-11-14
上傳用戶:ippler8
[問題描述] 將N個關鍵字去整數的記錄進行整序, 以使所有關鍵字為非負數的記錄排在關鍵字為負數的記錄之前,要求使用最少的附加空間,且算法的時間復雜度為O(N) [輸入] 待排序記錄個數,各關鍵字的值。 [輸出] 關鍵字從正負分開,正數在前 [存儲結構] 待排序記錄順序存儲。 [算法的基本思想] 快速排序算法每次任取一個記錄的關鍵字為標準,將其余記錄分為兩組將,N個關鍵字去整數的記錄進行整序, 以使所有關鍵字為非負數的記錄排在關鍵字為負數的記錄之前。 #include <iostream> using namespace std #define MAXNUM 100//設文件的最長可能長度 void sort(int* keys, const int len)//排序
上傳時間: 2014-01-13
上傳用戶:aig85
本文檔規定了互聯網社區的標準組協議,并需要討論和建議以便更加完善。請參考 “互聯網官方協議標準”(std 1)來了解本協議的標準化狀態。
上傳時間: 2015-12-17
上傳用戶:zhanditian