亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

std

  • 8位相等比較器

    8位相等比較器,比較8位數(shù)是否相等 -- 8-bit Identity Comparator -- uses 1993 std VHDL -- download from www.pld.com.cn & www.fpga.com.cn

    標(biāo)簽: 8位 比較器

    上傳時(shí)間: 2015-07-02

    上傳用戶(hù):colinal

  • -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit x k

    -- 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

    標(biāo)簽: entity-architectures Multiplier contains complete

    上傳時(shí)間: 2015-07-02

    上傳用戶(hù):2467478207

  • 波形發(fā)生器

    波形發(fā)生器,帶TESTBENCH, 多平臺(tái) -- 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

    標(biāo)簽: 波形發(fā)生器

    上傳時(shí)間: 2014-01-20

    上傳用戶(hù):familiarsmile

  • -- Booth Multiplier -- This file contains all the entity-architectures for a complete -- k-bit

    -- 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

    標(biāo)簽: entity-architectures Multiplier contains complete

    上傳時(shí)間: 2014-01-22

    上傳用戶(hù):lijianyu172

  • 此文件是基于lpc2xxx arm平臺(tái)的CAN總線驅(qū)動(dòng)源代碼

    此文件是基于lpc2xxx arm平臺(tái)的CAN總線驅(qū)動(dòng)源代碼,包含std與EXT模式

    標(biāo)簽: lpc2xxx arm CAN 總線

    上傳時(shí)間: 2013-12-29

    上傳用戶(hù):wxhwjf

  • *** *** *** *** *液晶顯示*** *** *** ******************OCM4X8C串口****************** CS EQU P2.0 ST

    *** *** *** *** *液晶顯示*** *** *** ******************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

    標(biāo)簽: OCM 2.0 EQU CS

    上傳時(shí)間: 2013-12-26

    上傳用戶(hù):李彥東

  • 一個(gè)基于字符串的封裝類(lèi)

    一個(gè)基于字符串的封裝類(lèi),功能特強(qiáng)! 基類(lèi)是基于std中的basic_string的!

    標(biāo)簽: 字符串 封裝

    上傳時(shí)間: 2015-11-06

    上傳用戶(hù):sdq_123

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    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.

    標(biāo)簽: UCOS original Saether version

    上傳時(shí)間: 2015-11-14

    上傳用戶(hù):ippler8

  • [問(wèn)題描述] 將N個(gè)關(guān)鍵字去整數(shù)的記錄進(jìn)行整序

    [問(wèn)題描述] 將N個(gè)關(guān)鍵字去整數(shù)的記錄進(jìn)行整序, 以使所有關(guān)鍵字為非負(fù)數(shù)的記錄排在關(guān)鍵字為負(fù)數(shù)的記錄之前,要求使用最少的附加空間,且算法的時(shí)間復(fù)雜度為O(N) [輸入] 待排序記錄個(gè)數(shù),各關(guān)鍵字的值。 [輸出] 關(guān)鍵字從正負(fù)分開(kāi),正數(shù)在前 [存儲(chǔ)結(jié)構(gòu)] 待排序記錄順序存儲(chǔ)。 [算法的基本思想] 快速排序算法每次任取一個(gè)記錄的關(guān)鍵字為標(biāo)準(zhǔn),將其余記錄分為兩組將,N個(gè)關(guān)鍵字去整數(shù)的記錄進(jìn)行整序, 以使所有關(guān)鍵字為非負(fù)數(shù)的記錄排在關(guān)鍵字為負(fù)數(shù)的記錄之前。 #include <iostream> using namespace std #define MAXNUM 100//設(shè)文件的最長(zhǎng)可能長(zhǎng)度 void sort(int* keys, const int len)//排序

    標(biāo)簽: 整數(shù) 記錄

    上傳時(shí)間: 2014-01-13

    上傳用戶(hù):aig85

  • 本文檔規(guī)定了互聯(lián)網(wǎng)社區(qū)的標(biāo)準(zhǔn)組協(xié)議

    本文檔規(guī)定了互聯(lián)網(wǎng)社區(qū)的標(biāo)準(zhǔn)組協(xié)議,并需要討論和建議以便更加完善。請(qǐng)參考 “互聯(lián)網(wǎng)官方協(xié)議標(biāo)準(zhǔn)”(std 1)來(lái)了解本協(xié)議的標(biāo)準(zhǔn)化狀態(tài)。

    標(biāo)簽: 文檔 互聯(lián)網(wǎng) 協(xié)議 標(biāo)準(zhǔn)

    上傳時(shí)間: 2015-12-17

    上傳用戶(hù):zhanditian

主站蜘蛛池模板: 淅川县| 温宿县| 陆川县| 富顺县| 安达市| 驻马店市| 突泉县| 靖远县| 华池县| 略阳县| 淳安县| 类乌齐县| 含山县| 高雄市| 周至县| 额敏县| 桐柏县| 漳州市| 繁昌县| 监利县| 通江县| 湘阴县| 板桥市| 雅安市| 九龙城区| 加查县| 庆阳市| 北宁市| 巫山县| 黑河市| 东阳市| 锡林浩特市| 永春县| 和平区| 高要市| 抚宁县| 北海市| 永福县| 金秀| 大新县| 万年县|