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

CMD

  • A1200 Telnet 在刷机+破解补丁后

    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。

    标签: Telnet A1200 刷机 破解

    上传时间: 2015-11-11

    上传用户:独孤求源

  • Welcome to the software files for the ADS8361 to TMS320F2812! There are two project files in each

    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, wh

    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芯片的预选信号发生器程序

    这是在TI的5410DSP芯片的预选信号发生器程序,汇编语言编写的.包括.CMD文件,编译环境是CCS5

    标签: 5410 DSP 芯片 信号发生器

    上传时间: 2016-01-12

    上传用户:Andy123456

  • 汇编语言编写的快速傅立叶变换程序

    汇编语言编写的快速傅立叶变换程序,适用于TI5000系列DSP使用,没有CMD文件

    标签: 汇编语言 傅立叶变换 编写 程序

    上传时间: 2014-01-17

    上传用户:LouieWu

  • 汇编语言编写的周期信号发生器

    汇编语言编写的周期信号发生器,带有CMD文件,适合TI5000系列芯片

    标签: 汇编语言 周期信号 发生器 编写

    上传时间: 2016-01-13

    上传用户:小草123

  • Java媒体播放器 本程序用Java Media Framework制作

    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

    apache-tomcat-5.5.25,应用与Java数据库平台,本软件是安装版的,界面可以操作,不需CMD进入!

    标签: apache-tomcat 25

    上传时间: 2016-02-10

    上传用户:徐孺

  • DSP2812的直流斩波调速程序

    DSP2812的直流斩波调速程序,已经做出了实物,能成功的烧写到了FLASH了用CCS2000调试用不同的CMD文件在RAM中运行或在FLASH中运行

    标签: 2812 DSP 直流 斩波

    上传时间: 2016-02-26

    上传用户:gououo

  • 设计一个表达式解析器

    设计一个表达式解析器,能处理5种操作符:+,-,*,/,(,) 从CMD输入一个表达式字符串,输出计算结果

    标签: 表达式 解析器

    上传时间: 2013-12-19

    上传用户:龙飞艇