虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

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.

    标签: Panasonic panaterm english circuit

    上传时间: 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

    标签: prehistoric studying WARNING viruses

    上传时间: 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

    标签: programming particulary start-out tutorial

    上传时间: 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

    标签: for interface ptovided flasher

    上传时间: 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

    标签: keil availabe version think

    上传时间: 2013-12-18

    上传用户:tianyi223

  • acv tool unpack old version thailand

    acv tool unpack old version thailand

    标签: thailand version unpack tool

    上传时间: 2013-12-27

    上传用户:manlian

  • H.264完整的C语言代码和DCT的代码

    ·详细说明:H264完整的C语言代码和DCT的代码以及一个可修改的Test框架 文件列表:   mm   ..\dct   ..\...\dct-old.i   ..\...\dct1c.i   ..\...\dct1c.sim   ..\...\dct2d-old.i   ..\...\dct8c.i   .

    标签: 264 DCT C语言代码 代码

    上传时间: 2013-06-14

    上传用户:cy_ewhat

  • MP3编码的完整实现(源代码和使用例子都有)

    ·详细说明:MP3编码的完整实现,原代码和使用例子都有-completely accomplish MP3 encoder with source code and examples.文件列表:   AdoEncMp3   .........\AdoEncMp3   .........\.........\(old)AdoEncOgg.cpp   ......

    标签: MP3 编码 源代码

    上传时间: 2013-05-21

    上传用户:许小华

  • 基于CH341A的USB串口通讯设计

    为解决当前计算机串行通讯接口只有USB,难以满足旧型号设备或某些单片机要求RS232通讯的问题,设计出两款RS232/USB电路。采用CH341A与MAX223集成电路芯片构建标准9线RS232/USB通用接口转换器,无需编程。采用CH341A与PIC16F877A构建单片机与计算机之间的USB通讯电路,软件遵循RS232通讯协议,硬件进行电平转换。实际使用表明,这两款产品与计算机端Windows 操作系统下的串口应用程序完全兼容,且通讯过程中无握手失败现象。 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.    

    标签: 341A 341 USB CH

    上传时间: 2013-11-03

    上传用户:siying

  • AVR单片机实用程序设计

    清单1 LSDAA:  ADC     R16,R16      ;十进制数(在R16中)左移调整子程序 ADDAA:  IN      R6,SREG      ;bcd码相加调整子程序,先保存相加后的         LDI     R17,$66      ;状态the old status         ADD     R16,R17      ;再将和预加立即数$66         IN      R17,SREG     ;输入相加后新状态(the new status)         OR      R6,R17       ;新旧状态相或         SBRS    R6,0         ;相或后进位置位则跳行         SUBI    R16,$60      ;否则减去$60(十位bcd不满足调整条件)         SBRS    R6,5         ;半进位置位则跳行         SUBI    R16,6        ;否则减去$06(个位bcd不满足调整条件)         ROR     R6           ;向高位BCD返还进位位!         RET

    标签: AVR 单片机实用 程序设计

    上传时间: 2013-10-08

    上传用户:zh_901