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 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 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.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 usefull for new people
標簽: keil availabe version think
上傳時間: 2013-12-18
上傳用戶:tianyi223
acv tool unpack Old version thailand
標簽: thailand version unpack tool
上傳時間: 2013-12-27
上傳用戶:manlian
·詳細說明:H264完整的C語言代碼和DCT的代碼以及一個可修改的Test框架 文件列表: mm ..\dct ..\...\dct-Old.i ..\...\dct1c.i ..\...\dct1c.sim ..\...\dct2d-Old.i ..\...\dct8c.i .
上傳時間: 2013-06-14
上傳用戶:cy_ewhat
·詳細說明:MP3編碼的完整實現,原代碼和使用例子都有-completely accomplish MP3 encoder with source code and examples.文件列表: AdoEncMp3 .........\AdoEncMp3 .........\.........\(Old)AdoEncOgg.cpp ......
上傳時間: 2013-05-21
上傳用戶:許小華
為解決當前計算機串行通訊接口只有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.
上傳時間: 2013-11-03
上傳用戶:siying
清單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
上傳時間: 2013-10-08
上傳用戶:zh_901