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

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

old

  • This is a Panasonic old MSDxx serise english manual & panaterm cable circuit and program.

    This is a Panasonic old MSDxx serise english manual & panaterm cable circuit and program.

    標(biāo)簽: Panasonic panaterm english circuit

    上傳時(shí)間: 2017-03-16

    上傳用戶:海陸空653

  • More than 800 virus code (old school) just for fun and studying prehistoric viruses. WARNING: use

    More than 800 virus code (old school) just for fun and studying prehistoric viruses. WARNING: use it at your own risk

    標(biāo)簽: prehistoric studying WARNING viruses

    上傳時(shí)間: 2017-05-25

    上傳用戶:dragonhaixm

  • Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primi

    Very old simple tutorial I made to start-out in C game programming using DevC++ particulary in primitive graphics. This tutorial includes info in settting up DevC++ to work with the very basic (and old) Borland s graphics.h and conio.h

    標(biāo)簽: programming particulary start-out tutorial

    上傳時(shí)間: 2017-08-13

    上傳用戶:wangyi39

  • A flasher for old nokia phones.you need to use a special interface for that not ptovided here in doc

    A flasher for old nokia phones.you need to use a special interface for that not ptovided here in doc.But is proved to be a good source info for thouse who want to start comunicate with a gsm phone

    標(biāo)簽: for interface ptovided flasher

    上傳時(shí)間: 2017-08-21

    上傳用戶:xinzhch

  • Keil uV2 used the old version of keil now uV4 is only availabe at keil.com So I think this is use

    Keil uV2 used the old version of keil now uV4 is only availabe at keil.com So I think this is usefull for new people

    標(biāo)簽: keil availabe version think

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

    上傳用戶:tianyi223

  • acv tool unpack old version thailand

    acv tool unpack old version thailand

    標(biāo)簽: thailand version unpack tool

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

    上傳用戶:manlian

  • H.264完整的C語言代碼和DCT的代碼

    ·詳細(xì)說明:H264完整的C語言代碼和DCT的代碼以及一個(gè)可修改的Test框架 文件列表:   mm   ..\dct   ..\...\dct-old.i   ..\...\dct1c.i   ..\...\dct1c.sim   ..\...\dct2d-old.i   ..\...\dct8c.i   .

    標(biāo)簽: 264 DCT C語言代碼 代碼

    上傳時(shí)間: 2013-06-14

    上傳用戶:cy_ewhat

  • MP3編碼的完整實(shí)現(xiàn)(源代碼和使用例子都有)

    ·詳細(xì)說明:MP3編碼的完整實(shí)現(xiàn),原代碼和使用例子都有-completely accomplish MP3 encoder with source code and examples.文件列表:   AdoEncMp3   .........\AdoEncMp3   .........\.........\(old)AdoEncOgg.cpp   ......

    標(biāo)簽: MP3 編碼 源代碼

    上傳時(shí)間: 2013-05-21

    上傳用戶:許小華

  • 基于CH341A的USB串口通訊設(shè)計(jì)

    為解決當(dāng)前計(jì)算機(jī)串行通訊接口只有USB,難以滿足舊型號設(shè)備或某些單片機(jī)要求RS232通訊的問題,設(shè)計(jì)出兩款RS232/USB電路。采用CH341A與MAX223集成電路芯片構(gòu)建標(biāo)準(zhǔn)9線RS232/USB通用接口轉(zhuǎn)換器,無需編程。采用CH341A與PIC16F877A構(gòu)建單片機(jī)與計(jì)算機(jī)之間的USB通訊電路,軟件遵循RS232通訊協(xié)議,硬件進(jìn)行電平轉(zhuǎn)換。實(shí)際使用表明,這兩款產(chǎn)品與計(jì)算機(jī)端Windows 操作系統(tǒng)下的串口應(yīng)用程序完全兼容,且通訊過程中無握手失敗現(xiàn)象。 Abstract:  To solve the problem that current computer serial communication only with USB interface can not satisfy with the old type equipments or MCU to communicate with RS232, two kinds of RS232/USB circuit were designed.CH341A and MAX223 integrated circuit chips were used to create a standard 9-line RS232/USB universal interface convertor without programme. CH341A and PIC16F877A chips were adopted to build the USB communication circuit between computers and MCU. The software follows RS232 communication protocol, and the hardware converts electrical levels. Actual practices indicate that the two manufactures are compatible with serial application program of Windows operation system completely,and get avoid of handshake lost.    

    標(biāo)簽: 341A 341 USB CH

    上傳時(shí)間: 2013-11-03

    上傳用戶:siying

  • AVR單片機(jī)實(shí)用程序設(shè)計(jì)

    清單1 LSDAA:  ADC     R16,R16      ;十進(jìn)制數(shù)(在R16中)左移調(diào)整子程序 ADDAA:  IN      R6,SREG      ;bcd碼相加調(diào)整子程序,先保存相加后的         LDI     R17,$66      ;狀態(tài)the old status         ADD     R16,R17      ;再將和預(yù)加立即數(shù)$66         IN      R17,SREG     ;輸入相加后新狀態(tài)(the new status)         OR      R6,R17       ;新舊狀態(tài)相或         SBRS    R6,0         ;相或后進(jìn)位置位則跳行         SUBI    R16,$60      ;否則減去$60(十位bcd不滿足調(diào)整條件)         SBRS    R6,5         ;半進(jìn)位置位則跳行         SUBI    R16,6        ;否則減去$06(個(gè)位bcd不滿足調(diào)整條件)         ROR     R6           ;向高位BCD返還進(jìn)位位!         RET

    標(biāo)簽: AVR 單片機(jī)實(shí)用 程序設(shè)計(jì)

    上傳時(shí)間: 2013-10-08

    上傳用戶:zh_901

主站蜘蛛池模板: 庆元县| 万宁市| 万盛区| 新野县| 磐安县| 黄龙县| 滦平县| 大渡口区| 开江县| 大同市| 亚东县| 舟曲县| 青河县| 宁蒗| 昌平区| 商城县| 武邑县| 临邑县| 邢台市| 周至县| 辛集市| 七台河市| 五指山市| 额尔古纳市| 石河子市| 东光县| 宣化县| 尼木县| 凉城县| 博客| 嘉善县| 阜新| 启东市| 辽阳市| 凤阳县| 辽宁省| 广宁县| 秦皇岛市| 沈丘县| 华坪县| 桑日县|