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

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

停車場(chǎng)

  • This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to

    This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2410X includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.

    標(biāo)簽: This microprocessor describes S3C2410X

    上傳時間: 2014-01-11

    上傳用戶:shizhanincc

  • 利用Quarteus II 6.0 設(shè)計一個秒表

    利用Quarteus II 6.0 設(shè)計一個秒表,通過7段數(shù)碼管顯示,以及開關(guān)控制秒表的啟停。

    標(biāo)簽: Quarteus 6.0 II

    上傳時間: 2013-12-21

    上傳用戶:PresidentHuang

  • 運(yùn)行程序

    運(yùn)行程序,顯示屏左上角方出現(xiàn)一個小球,當(dāng)單擊動畫工具按鈕時,小球開始下落,最后停在地板上,再次單擊動畫工具按鈕,動畫結(jié)束,屏幕定格

    標(biāo)簽: 運(yùn)行程序

    上傳時間: 2013-12-19

    上傳用戶:宋桃子

  • 16進(jìn)制轉(zhuǎn)十進(jìn)制

    DATAS SEGMENT w dw 0 keybuf db 255      db 0      db 255 dup(0)      ;定義鍵盤輸入需要的緩沖區(qū) DATAS ENDS STACKS SEGMENT db 200 dup(?) STACKS ENDS CODES SEGMENT ASSUME CS:CODES,DS:DATAS,SS:STACKS START: MOV AX,DATAS MOV DS,AX mov dx,offset keybuf     ;用0a號功能,輸入一個字符串 mov ah,0ah               ;用回車結(jié)束 int 21h mov dl,0ah               ;再進(jìn)行換行,以便在下一行顯示轉(zhuǎn)換后的字符串  mov ah,2     int 21h ;  push ax ;   push dx ;      mov dl,cl ;     mov ah,02 ;     int 21h   ;   pop dx ;  pop ax mov bx,offset keybuf+1   ;取出字符串的字符個數(shù),作為循環(huán)的次數(shù) mov cl,[bx] mov ch,0     mov ax,0             again:  inc bx mov ax,[w] push bx mov bx,16 mul bx pop bx            ;是小寫字母,則轉(zhuǎn)換為大寫字母 mov [w],ax mov dl,[bx]             ;取出一個字符, cmp dl,'9' jbe lab1 cmp dl,'F' jbe lab2 sub dl,32 lab2: sub dl ,07h lab1:  sub dl,30h add [w],dx  loop again   mov ax,[w]  mov bx,-1 push bx mov bx,10 lab3 :mov dx,0 div bx  push dx cmp ax,0 jnz lab3 lab5: pop dx cmp dx,-1 jz lab4 add dl,30h mov ah,02 int 21h        jmp  lab5            ;循環(huán),處理完整個字符串 lab4:  MOV AH,4CH INT 21H CODES ENDS END START

    標(biāo)簽: 匯編

    上傳時間: 2015-04-02

    上傳用戶:wcc0310

  • 斯坦福大學(xué)機(jī)器學(xué)習(xí)英文講義

    斯坦福大學(xué)機(jī)器學(xué)習(xí)英文講義,Andrew ng 大神所寫。

    標(biāo)簽: 機(jī)器學(xué)習(xí)

    上傳時間: 2015-11-23

    上傳用戶:384670111

  • 文本分類源碼

    中文文本分類,Java實現(xiàn),包括數(shù)據(jù)預(yù)處理(去停用詞,分詞),特征提取,分類等

    標(biāo)簽: 文本分類

    上傳時間: 2015-12-20

    上傳用戶:yashquan

  • 基于8051單片機(jī)c語言設(shè)計的數(shù)字時鐘

    基于proteus 51系列單片機(jī)仿真 1時間計數(shù)電路采用24進(jìn)制,從00開始到23后再回到00。用數(shù)碼管顯示時分秒! 2具有報時功能,當(dāng)時間達(dá)到整點時前x秒報時,蜂鳴器1秒響1秒停地響5次。加指示燈! 3為保證計時穩(wěn)定,須由晶體振蕩器提供時間基準(zhǔn)信號! 4由一個數(shù)碼管顯示星期,星期計數(shù)采用7進(jìn)制!

    標(biāo)簽: 8051 單片機(jī)c語言 數(shù)字時鐘

    上傳時間: 2016-05-03

    上傳用戶:楊少少少

  • JLINK_V9測試流程(1)

    JLINK_V9測試流程 該選擇是替換系統(tǒng)已經(jīng)安裝軟件的驅(qū)動,最好全選,覆蓋掉老驅(qū)動。因為V9是比較新的,有測試過V4.54的驅(qū)動調(diào)試時會停掉或者異常,換最新的驅(qū)動就很正常了

    標(biāo)簽: JLINK_V 測試流程

    上傳時間: 2016-07-05

    上傳用戶:mi120312

  • msp430

    msp430The LDC1312 and LDC1314 are 2- and 4-channel, 1? Easy-to-use – minimal configuration required 12-bit inductance to digital converters (LDCs) for ? Measure up to 4 sensors with one IC inductive sensing solutions. With multiple channels ? Multiple channels support environmental and and support for remote sensing, the LDC1312 and aging compensation LDC1314 enable the performance and reliability benefits of inductive sensing to be realized at minimal? Multi-channel remote sensing provides lowest cost and power. The products are easy to use, onlysystem cost requiring that the sensor frequency be within 1 kHz ? Pin-compatible medium and high-resolution and 10 MHz to begin sensing. The wide 1 kHz to 10 options MHz sensor frequency range also enables use of very small PCB coils, further reducing sensing– LDC1312/4: 2/4-ch 12-bit LDC solution cost and size.– LDC1612/4: 2/4-ch 28

    標(biāo)簽: msp 430

    上傳時間: 2016-07-22

    上傳用戶:tongmoonsky

  • 三菱42種啟停程序編法

    這個是技成培訓(xùn)里的科目。有需要請下載。如需要更多資料請聯(lián)系QQ1305222725

    標(biāo)簽: 三菱 程序

    上傳時間: 2016-10-19

    上傳用戶:jaby

主站蜘蛛池模板: 邵阳市| 海原县| 工布江达县| 桂阳县| 通渭县| 峡江县| 泸溪县| 南郑县| 灵宝市| 彰武县| 巫溪县| 中江县| 田东县| 平潭县| 鄢陵县| 贺州市| 高邑县| 石渠县| 绥棱县| 宝鸡市| 杭锦后旗| 子洲县| 金溪县| 南投市| 云梦县| 宝坻区| 阜南县| 广水市| 建昌县| 肥乡县| 黑山县| 类乌齐县| 灵川县| 霍州市| 大宁县| 抚州市| 庆城县| 灌云县| 驻马店市| 关岭| 大竹县|