A1200 Telnet 在刷機+破解補丁后,手機支持Telnet。在安裝MPKG,通過MPKG安裝上Loader,可以下載USBLAN驅動: 把下載的A1200 Telnet.rar里的文件解壓到一個臨時目錄里,雙擊install.bat。這一步是先拷貝A1200的USB LAN的驅動。 手機Modem模式連接電腦,點擊Loader笑臉圖標,電腦上將發現新硬件,驅動指向到臨時目錄里,安裝A1200的USB LAN驅動。在安裝成功后,在cmd命令行下,輸入命令ipconfig,應能看到192.168.16.1的IP地址,輸入 telnet 192.168.16.2,在出來的界面輸入root,即成功Telnet,可以輸入linux命令,如dir。要退出輸入exit。 瀏覽器瀏覽手機內部文件:電腦上開始,運行,輸入 \\192.168.16.2\system。 如果手機連接電腦得到是其他的IP地址,手機IP地址為看到的IP加1。開始-運行,輸入cmd,回車,在cmd命令行下輸入ipconfig查看IP地址,如果看到的是為172.16.16.5,則使用telnet 172.16.16.6。 瀏覽器瀏覽手機內部文件:電腦上開始,運行,輸入 \\172.16.16.6\system。
上傳時間: 2015-11-11
上傳用戶:獨孤求源
Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each of the folders McBSP, SPI and Both. Mode II and IV are explored using the McBSP port alone, as well as the SPI port. These projects are located in the SPI and McBSP folders. Modes I and III are explored using both McBSP and SPI. In Mode I, the M0 and M1 pins are controlled by use of the jumper on the evaluation module. A0 is controlled by the DX pin of the McBSP port. In Mode III, the A0, M0 and M1 pins are controlled via GPIO functions of PortF. The "SRC", "cmd" and "INCLUDE" files in the archive are from "C28x Peripheral Examples in C" (document # SPRC097). If you have questions about this or other Data Converter products, feel free to e-mail us at:
標簽: files the software Welcome
上傳時間: 2015-12-16
上傳用戶:lixinxiang
UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, etc. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.
標簽: implementation Extensions libraries standard
上傳時間: 2013-12-14
上傳用戶:leehom61
這是在TI的5410DSP芯片的預選信號發生器程序,匯編語言編寫的.包括.cmd文件,編譯環境是CCS5
上傳時間: 2016-01-12
上傳用戶:Andy123456
匯編語言編寫的快速傅立葉變換程序,適用于TI5000系列DSP使用,沒有cmd文件
上傳時間: 2014-01-17
上傳用戶:LouieWu
匯編語言編寫的周期信號發生器,帶有cmd文件,適合TI5000系列芯片
上傳時間: 2016-01-13
上傳用戶:小草123
Java媒體播放器 本程序用Java Media Framework制作,實現的功能如下: 1、可播放多個文件,并有“全部循環、單曲循環、不循環”三個播放模式。 2、在播放視頻文件時,可全屏播放,在視頻窗口上單擊右鍵出現控制菜單。 3、播放時可選擇“上一曲、下一曲”進行切換。 4、選取多個文件時,用CONTROL、Shift鍵幫助,用法同其它Windows程序。 運行方法: 保證Java系統安裝正確,下載三個壓縮包,解壓后雙擊RUN.cmd運行,在j2sdk1.4.2_08上測試通過。
標簽: Java Framework Media 媒體播放器
上傳時間: 2016-01-22
上傳用戶:shinesyh
apache-tomcat-5.5.25,應用與Java數據庫平臺,本軟件是安裝版的,界面可以操作,不需cmd進入!
標簽: apache-tomcat 25
上傳時間: 2016-02-10
上傳用戶:徐孺
DSP2812的直流斬波調速程序,已經做出了實物,能成功的燒寫到了FLASH了用CCS2000調試用不同的cmd文件在RAM中運行或在FLASH中運行
上傳時間: 2016-02-26
上傳用戶:gououo
設計一個表達式解析器,能處理5種操作符:+,-,*,/,(,) 從cmd輸入一個表達式字符串,輸出計算結果
上傳時間: 2013-12-19
上傳用戶:龍飛艇