CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - function Format

搜索资源列表

  1. 最新奇特串口调试软件

    1下载:
  2. 最新奇特串口调试软件计算机(PC)与仪表(MCU)之间以帧为通讯单位。MCU不主动向计算机发送信息。PC根据需 要发送命令帧,MCU完成相应功能后将发送应答帧。命令帧(PC->MCU)和应答帧(MCU- >PC)的格式是相同的,二者帧内容有所不同。-latest strange serial debugging software computer (PC) and Instrumentation (MCU) to frame between the communication
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:3678650
    • 提供者:温生
  1. SMS控件

    0下载:
  2. 支持中文、英文、中英混合字符 UCS2 格式 PDU 压缩,在此模式下,支持70个字节 支持UCS2 格式 PDU 解析 支持 FLASH 短信功能 支持短信立即显示功能 支持短信回复呼叫功能 支持任意进制数值自由转换 支持 Unicode 码转换成字符 -support Chinese, English, mixed-format characters UCS2 PDU compression, in this mode, support for 70-byte f
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:178174
    • 提供者:万能
  1. ASCTOUnicode

    0下载:
  2. 因为手机短消息的发送是以PDU串的形式发送出去的,中文字符以Unicode码来表示,所以在发送中文短消息之前必须首先将中文字符转换为Unicode码,下面的函数将实现这个功能。这个函数主要应用到VB自带的一个格式转换函数:AscW()将中文转换为Unicode码-because phone short message is sent in the form of Series PDU sent, Chinese characters in Unicode code to indicate, Th
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:9707
    • 提供者:victor
  1. MatlabprogrammsforencodinganddecodingofLDPCcodesov

    0下载:
  2. There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\\ldpc_decode.m and .\\GFq\\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you hav
  3. 所属分类:Windows Mobile

    • 发布日期:2008-10-13
    • 文件大小:593837
    • 提供者:王文
  1. eye_matlab

    1下载:
  2. 一个用MATLAB写的实现通信中眼图功能的S函数,.m格式,与 simulink中的eye diagram一样-a written communication to achieve functional eye diagram of S function. M format, Simulink with the same eye diagram
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:4726
    • 提供者:左虎
  1. serialrxtx.rar

    0下载:
  2. 个人原创,已经测试通过。功能:完成串行数据与RS232格式数据的收发转换,ST16C450+串并双向转换兼收发时序产生功能,优点:省去了传统的ST16C450需要CPU干预的缺点,简化设计, 纯硬件自动转换,缺点:忽略各种异常报警,适用于误码测试时使用(传输错误由误码测试功能模块完成检测)。,Personal originality, have the test. Function: the completion of serial data and send and receive RS23
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:26485
    • 提供者:fg0112
  1. fetion2012

    0下载:
  2. 2012 年可以使用的飞信接口,网络上很多已经不能使用了,发送格式:手机号,飞信密码,别人的手机号,发送内容里面有简单的函数说明-2012 can use of fly letter interface, the network has many never be used, send format: mobile phone number, fly letter password, other people s mobile phone number, send the contents ha
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-31
    • 文件大小:190205
    • 提供者:
  1. contact

    0下载:
  2. 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:219359
    • 提供者:luoluo
  1. PDUtoSMS_SMStoPDU

    1下载:
  2. This source code in Delphi 7.0. Have function to decoding and encoding PDU format to ASCII and from ASCII to PDU. You can modify it or change it for meet your requirement.
  3. 所属分类:SMS

    • 发布日期:2017-03-18
    • 文件大小:206427
    • 提供者:herlambang
  1. nmea

    0下载:
  2. NMEA解析,重组 函数源代码! 能够根据格式符自定义输出,方便扩展-NMEA parsing, restructuring of the function the source code! Be able to customize the output according to format operators to facilitate the expansion of
  3. 所属分类:Com Port

    • 发布日期:2015-08-30
    • 文件大小:482734
    • 提供者:Difference
  1. Template

    0下载:
  2. C8051F120的串口通信,有命令格式,有超时检测,有校验和功能,使用了PLL提升了系统频率。经过测试。有端口和使用说明文件,工程文件完整,移植方便。使用下面的功能:UART RS232 PLL GPIO Timer-C8051F120 serial communication, a command format, a time-out detection, a checksum function, use the PLL to enhance the system frequency. Te
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:60835
    • 提供者:王泽文
  1. MpsCode

    0下载:
  2. 手机归属地数据文件格式是自己定义的,使用本程序将文本格式的手机号数据导入为二进制文件以节约存储空间和提高查询速度,数据文件命名为MpData.dat,然后可以使用本程序查询手机号段的归属地 注: Mps.cpp是主程序, Global.cpp是一些工具函数和类, Release/MpData.txt是文本格式的手机归属地数据。 程序的使用方法请参阅Mps.cpp中printHelp()函数的代码 -Phone attribution to the data file format is
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:451614
    • 提供者:look
  1. Manyserialcommunicationtest

    0下载:
  2. 实验名称:多机串口通信测试 试验功能:通过单片机发送数据给PC机, 通过串口调试助手(设定为字符格式显示)显示发送的数据 -Experimental name: serial communication function: through the experiment test data sent to chip PC, through a serial port debug assistant (set) showed that character format for sending dat
  3. 所属分类:Com Port

    • 发布日期:2017-04-02
    • 文件大小:1212
    • 提供者:风澜海逸
  1. OPNET_Modeler-core-function

    0下载:
  2. 对OPNET的核心函数进行了详细的讲解,包括函数功能、格式、参数-OPNET' s core functions on a detailed explanation, including the function features, format, parameters
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-28
    • 文件大小:64647
    • 提供者:李倩
  1. Fax_Event_Callback

    0下载:
  2. 功能:传真演示程序。 版本:Ver2.2。 其具体操作过程如下: 1)设置好所发(收)传真文件(可以设置从指定页开始收发文件)。(收传真还需设置存放文件路径) 2)拨号,摘机后播放提示音,选择收发传真操作。 3)开始收(发)传真。 4)操作结束,挂机。 需要注意的是如需加发文件,则需要在传真已经开始以后再加发文件。且加发文件格式应与已在发文件格式相同。如在发文件是Fax文件,则只能加发Fax文件;如在发文件是Tif文件,则只能发Tif文件。 -Function:
  3. 所属分类:Fax program

    • 发布日期:2017-03-28
    • 文件大小:475995
    • 提供者:曲轩电子
  1. pdu_format

    0下载:
  2. 详细介绍通过GSM/GPRS/MODEM来开发手机短消息功能,包括接受/发送短消息的PDU格式-Introduced by GSM/GPRS/MODEM to develop mobile phone short message function, including the acceptance/PDU format to send short message
  3. 所属分类:SMS

    • 发布日期:2017-04-01
    • 文件大小:69237
    • 提供者:hahaha
  1. SignPic

    0下载:
  2. 自己写的一个mobile平台上的图片编辑软件,实现图片(JPG,BMP,GIF等格式)的查看和图片简单编辑(图片上书写签名并保存)的功能。-A mobile platform to write on the photo editing software, to achieve image (JPG, BMP, GIF, etc. format) for viewing and editing pictures simple (written signature on the picture an
  3. 所属分类:Windows Mobile

    • 发布日期:2017-05-22
    • 文件大小:6953789
    • 提供者:xin
  1. Client_Android_PHP

    0下载:
  2. Android程序和PHP服务器交互,实现的功能就是远程注册登录后,跳转到首页,首页显示欢迎信息,并把服务器从数据库取回的数据以json格式返回,并显示在listview上-Android apps and PHP server interaction to achieve the function is remote registration log in, go to the home page, home page displays a welcome message, and to re
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:362715
    • 提供者:tony
  1. mscomm-draw-curve-and-excel-storage

    1下载:
  2. 接受串口数据显示、绘制实时曲线,也可自动依照随机数据绘制曲线,并且可以将数据保存为EXCEL格式,本程序采用两种方法保存两个表格,其中一个是完全正常的,另外一个功能还不完善。-Receiving serial data, real-time curve drawing, random data can be automatically drawn in accordance with the curve, and the data can be saved as EXCEL format, th
  3. 所属分类:Com Port

    • 发布日期:2014-09-04
    • 文件大小:5860352
    • 提供者:xiaoluoshan
  1. teqc

    1下载:
  2. TEQC是功能强大且简单易用的GNSS 数据预处理软件,是由UNAVCO Facility (美国卫星导航系统与地壳形变观测研究大学联合体 )研制的为地学研究GPS 监测站数据管理服务的公开免费软件,主要功能有格式转换、编辑和质量检核。-TEQC is powerful and easy to use GPS data preprocessing software, by UNAVCO Facility (US satellite navigation system and the crusta
  3. 所属分类:GPS develop

    • 发布日期:2017-04-29
    • 文件大小:296293
    • 提供者:张炜健
« 12 3 »
搜珍网 www.dssz.com