CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - at command

搜索资源列表

  1. sms_comtroller_8051

    0下载:
  2. SMS is checked by monitoring the phone memory by using AT+CPMS command which sets the preferred phone memory location for storing sms and returns status of phone memory. When an SMS is received its text is dumped into microcontroller s RAM using
  3. 所属分类:SMS

    • 发布日期:2017-05-10
    • 文件大小:2271307
    • 提供者:b30
  1. CMD

    0下载:
  2. DOS cmd说明有关某个命令的详细信息,请键入 help 命令名 assoc 显示或修改文件扩展名关联。 at 计划在计算机上运行的命令和程序。 attrib 显示或更改文件属性。 break 设置或清除扩展式 ctrl+c 检查。 cacls 显示或修改文件的访问控制列表(acls)。 call 从另一个批处理程序调用这一个。 cd 显示当前目录的名称或将其更改。 chcp 显示或设置活动代码页数。 chdir 显示当前目录的名称或将其更
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2590
    • 提供者:liwang
  1. ucosfor_GCC

    0下载:
  2. uC/OS-II, The Real-Time Kernel Atmel AT90/AVR Port for AVR-GCC READ ME FILE Acknowledgements: Most files in this port is based on the Atmel AVR port for the IAR compiler by Ole Saether. Without his work, porting
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:15542
    • 提供者:vinkerl
  1. kinglanguage3

    0下载:
  2. 魔王语言,规则可以在命令行参数中输入,详细规则请见数据结构习题集(严蔚敏)-Devil language, rules can be entered at the command line parameters, detailed rules, see the data structure Problem sets (Yan Wei-min)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:159805
    • 提供者:王强
  1. WordCounter

    0下载:
  2. 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-27
    • 文件大小:9804
    • 提供者:DongMu
  1. sdToolkit

    1下载:
  2. Semi-automatic Differentiation (SD) Toolkit is a Matlab implementation of the complex step derivative (CSD) technique for the differentiation of real-valued functions. The Toolkit consists of three core functions: sdGrad.m - Returns CSD approx
  3. 所属分类:Applications

    • 发布日期:2017-03-30
    • 文件大小:28244
    • 提供者:蒋礼
  1. list

    0下载:
  2. 一个通讯录的C控制台程序,特色在于它是命令行方式的,里面有命令行解析的代码。 没有说明,请自行看代码。-An address book of the C console program, features is that it is a command-line mode, which has a command-line parsing code. Did not say, please look at the code on their own.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:3095
    • 提供者:webee
  1. _LCD_

    0下载:
  2. 我写的lcd驱动程序 大家看看 是否有错 因为我不知道往lcd写入命令时是否需要地址 我就是直接往io数据口送的数据-I write lcd driver take a look at whether there are mistakes because I do not know whether the command is written to the lcd I just need to address directly to the data port to send data io
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1373
    • 提供者:dandan
  1. personal_income_tax_application

    0下载:
  2. 基本要求:设计一个基于命令行界面的计算个人所得税应用程序,根据用户输入的当月工资薪金总额计算应缴纳的个人所得税额。为适应未来个人所得税法的可能变化,该程序支持对个人所得税起征点进行调整的功能,并且个人所得税各级税率也允许修改。利用简单的菜单方式让用户选择所需的功能。-Basic requirements: design of a command-line interface based on the calculation of personal income tax application,
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10131
    • 提供者:叶小波
  1. baogao

    0下载:
  2. 基本要求:设计一个基于命令行界面的计算个人所得税应用程序,根据用户输入的当月工资薪金总额计算应缴纳的个人所得税额。为适应未来个人所得税法的可能变化,该程序支持对个人所得税起征点进行调整的功能,并且个人所得税各级税率也允许修改。利用简单的菜单方式让用户选择所需的功能。-Basic requirements: design of a command-line interface based on the calculation of personal income tax application,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:19474
    • 提供者:叶小波
  1. jiqigou

    0下载:
  2. 取文件在扇区的位置后,向磁盘驱动发送srb命令读写扇区,来穿透冰点等还原软件。 编译时注意:FileSystemControl的数据结构需要自己添加。 警告:本代码有一定的危险性,纯粹为了研究、学习,勿滥用! 以下给出关键代码 擅长C++的可以去编译下 本人实验N次 虚拟机虽然装了影子系统但是 一直疯狂蓝屏 代码具有高危险性 慎用!后果自负-The retrieval of documents in the sector of the locatio
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1520
    • 提供者:爱雪人
  1. LibMg_DCOM

    0下载:
  2. DCOM程序:服务器端为DrawServ.exe,客户端为LibMgClient.exe,其他:因为DCOM的服务器端想要支持远程访问就必须在操作系统中进行注册,所以特意制作了一个批处理文件Install.bat作为注册服务器端程序使用,用这个文件启动后,看到提示就可以将命令行窗口关闭了。此时服务器端被注册进操作系统,通过系统的控制面板——>管理工具——>服务可以看到该服务,名称为DrawServ。想要启动服务器端监听程序,通过DrawServ.exe可以启动,此时会弹出小窗口,表示
  3. 所属分类:Remote Control

    • 发布日期:2017-05-10
    • 文件大小:2120695
    • 提供者:于游
  1. buxianjyan

    0下载:
  2. 布线的一些实际施工经验 为了保证网络施工的质量,应做到如下要求: 一、明确要求、方法 施工负责人和技术人员要熟悉网络施工要求、施工方法、材料使用,并能向施工人员说明网络施工要求、施工方法、材料使用,而且要经常在施工现场指挥施工,检查质量,随时解决现场施工人员提出的问题。 -Wiring a number of practical construction experience in order to ensure the quality of the network constr
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:5599
    • 提供者:
  1. DART_Karaoke_Studio

    0下载:
  2. 在Cool Edit波形编辑界面中打开声道混合型歌曲,将光标移到左、右声道的交界线上双击,选中两个声道中的所有内容(也可以拖动鼠标进行选取),再执行菜单命令“偏好→人声消除”,然后按空格键播放试听一下,如果效果不是很好,可重复执行“人声消除”命令,直至效果满意为止。-Waveform editing interface in the Cool Edit to open channel hybrid songs, move your cursor to the left and right cha
  3. 所属分类:OS Develop

    • 发布日期:2017-06-09
    • 文件大小:16599157
    • 提供者:liuyunde
  1. dictionarygenerator

    0下载:
  2. 用批处理命令写的一个生成密码的工具,简单易用,在命令行下执行-Write a batch command with the password generating tools, easy to use, at the command line executed
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1099
    • 提供者:黄赞
  1. nMapScanner_BETA4_scr

    0下载:
  2. Using two command prompts(Parent and child). We are able do real time parsing of text coming from the nMap scanner program. At the same time processing these results from nMap to a SQL database for easy management.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4851047
    • 提供者:john
  1. OOCmdLine_demo

    0下载:
  2. 物件導向命令列解析器(Object Oriented Command Line Paser), 此類別提供一個方法來解析,檢查及分配命令列中的引數。-This class is useful in any object oriented command line applications. It provides an easy way to parse, check and distribute the command line arguments. This class parses the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:43426
    • 提供者:tomy
  1. shuzidianyuan

    0下载:
  2. 今天的微控制器速度已经可以通过软件轻而易举地实现这一切。而且更妙的是电压表和电流表成了免 费的副产品。微控制器的控制环无论如何都必须知道电压和电流值。你刚好也要显示它。我们要从微控制 器得到的是:一个在所有时间都用来测量电压和电流的A/D 转换器;一个根据命令为功率三极管提供基准 电压的D/A 转换器。问题是那个D/A 转换器的速度要非常快。如果在输出端检测到了短路,那么我们必 须立即减小三极管B 极上的电压,否则这个三极管就会损坏。“快速”意味着要达到毫秒级,如同运算放 大
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:584939
    • 提供者:xiexie
  1. myshell.c.tar

    0下载:
  2. 简单的shell功能实现,并且可以在命令行重定向。-A simple shell function realization and can be redirected at the command line.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:618
    • 提供者:赵晨曦
  1. blacktie-2.0.0.M3-src

    0下载:
  2. BlackTie计划,可以让用户将原有的JAVA和分布式事务处理环境迁移到红帽的平台之上。 BlackTie可让企业级用户轻易地将C、C++和大型主机应用程序集成到JBoss环境之中,为用户提供企业级的开源服务,诸如安全、集群和事 务处理等。 该版本主要改进内容包括: 1.The new btadmin command line tool 2.Renaming Environment.xml files to btconfig.xml to make them
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-28
    • 文件大小:893126
    • 提供者:liubin
« 1 2 ... 35 36 37 38 39 4041 42 43 44 45 ... 50 »
搜珍网 www.dssz.com