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

搜索资源列表

  1. ldsdsed_dm

    0下载:
  2. 软件介绍:主要用于LED数码管段位置信息生成,可保存在单片机程序存储器中供查表使用的数据。可自行修改数码管各段的位置信息;可以选择LED类型:共阴或共阳;自定义位置信息并可保存;可以生成 8位同样可以保存为C、ASM、PIC、EMC、数组等格式数据。-software presentations : mainly for possession of the LED digital location information generated, kept in SCM program memory
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:323022
    • 提供者:张亚西
  1. CRC-C51

    0下载:
  2. 单片机的CRC C51源程序。本程序采用查表法,提高单片机运算速度。-MCU CRC C51 source. The program uses a look-up table, the enhancement of SCM computational speed.
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:1570
    • 提供者:张庆顺
  1. FSK

    0下载:
  2. FSK调制,采用直接查表法,生成一个周期的正弦波
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:38303
    • 提供者:陈鼎
  1. T15_db

    0下载:
  2. android对sqlite数据的操作,包括创建数据库,对表的增删改查等操作-About IO operations input and output stream flow the detailed introduction, it gives more than ten examples could practice, strengthen the IO knowledge
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:61256
    • 提供者:yanhongdeng
  1. 8253

    0下载:
  2. AD采集电压,查表转换成厚度值,并显示到数码管上。-AD Acquisition voltage, the thickness of the value of look-up table to convert, and display on the digital control.
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:70708
    • 提供者:张铭洋
  1. crc_32_c

    0下载:
  2. 使用查表的方法,对文件进行crc32校验-Using look-up table method, the file crc32 checksum
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:3833
    • 提供者:kwz
  1. MODBUS

    1下载:
  2. 这个是MODBUS控制电磁阀的一个程序。其中还有AD采集的部分。对CRC校验用查表的方法。至于怎样把校验的结果拆分成高低位字节,再发送,看程序吧。 -This is a MODBUS control valve procedures. Which are part of AD collection. CRC check on use of look-up table method. As for how to verify the results split into high and lo
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:3163
    • 提供者:zuo
  1. crc

    0下载:
  2. CRC原始算法及查表算法,本程序描述了CRC的原始算法,和当用查表算法时,可按多项式生成余式表-CRC arithmetic
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:303534
    • 提供者:jack lin
  1. src

    0下载:
  2. j2me中用查表法实现炮弹抛物线轨迹的例子,需要的朋友可以-j2me using look-up table to achieve the parabolic trajectory of the case shell, you need friends can see
  3. 所属分类:J2ME

    • 发布日期:2017-04-07
    • 文件大小:4212
    • 提供者:Dreamer1988
  1. MODBUS

    0下载:
  2. MODBUS规约实现CRC校验的查表法。详细的注释帮大家解决难懂的问题。-MODBUS statute to achieve the CRC look-up table method. Detailed notes to help you solve the problem difficult to understand.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-07
    • 文件大小:1058
    • 提供者:石头
  1. FreeSmsStack-2

    0下载:
  2. 目前,这个协议栈能完成如下的功能: 9 中、英文短信发送 9 中、英文短信接收 9 短信删除 9 振铃后挂断来电并且反馈短信到来电号码 9 普通 AT 命令发送 注意:目前,中文短信编码不能通过单片机实现,只能通过查表的方式将某些短信编码 存储在单片机中。 -Currently, the protocol stack to complete the following functions: 9, 9 in English SMS, English SMS
  3. 所属分类:SMS

    • 发布日期:2017-04-03
    • 文件大小:154369
    • 提供者:zeng
  1. 255_231_3_lookuptable

    0下载:
  2. 二进制本原BCH码,码长255,纠错能力3,采用伴随式查表译码算法(lookup-table)-Binary primitive BCH codes, 255 yards long, 3 error correction, using the decoding algorithm with look-up table type (lookup-table)
  3. 所属分类:Communication-Mobile

    • 发布日期:2016-11-21
    • 文件大小:1634304
    • 提供者:杨光
  1. CRC24a

    0下载:
  2. 用查表发和计算法实现的CRC24a校验码的生成。crc24a校验码主要用于LTE数据物理共享信道中-Look-up table calculation achieve CRC24a checksum generation. crc24a check code is mainly used for LTE data physical shared channel
  3. 所属分类:3G develop

    • 发布日期:2017-04-10
    • 文件大小:1040090
    • 提供者:潘潘
  1. LTE_24bitCRC_enc

    0下载:
  2. 完成LTE中24bitCRC校验码编码,包括3个子程序: 1)LTE_24bitCRC_matlab_encode.m(利用matlab自带函数进行crc编码,用于实际算法对比参考) 2)LTE_24bitCRC_table_encode.m(利用查表方式进行crc编码,值得注意的是该程序还给出了查找表的具体计算方法,不像有的c程序只是定义好表格,但没有告知表格的求法) 3)LTE_24bitCRC_compare.m(比对2种方式编码的结果,验证程序的正确性。实际使用中会用2)的方
  3. 所属分类:3G develop

    • 发布日期:2017-04-05
    • 文件大小:2389
    • 提供者:cvb
  1. crc16

    0下载:
  2. C语言利用查表法实现CRC16校验程序,简单实用可靠-C language with a lookup table CRC16 checksum program, simple, practical and reliable
  3. 所属分类:Com Port

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:田更新
  1. CRC-theory-and-C-language-implement

    0下载:
  2. 用C实现crc计算的方法(查表法),给出了对于常见生成多项式的处理过程。-Implemented in C crc calculation method (look-up table) is given for the common generator polynomial of the process.
  3. 所属分类:3G develop

    • 发布日期:
    • 文件大小:32045
    • 提供者:
  1. CRC16

    0下载:
  2. crc16算法。简单的CRC16查表算法。-crc16 CALCULATE
  3. 所属分类:Com Port

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:杨飞
  1. 8PSK_Table

    0下载:
  2. 根据GSM协议,利用查表法的方法实现8PSK,教标准方法,运行效率更高,lt8psk是主函数-According to the GSM protocol, using look-up table method to achieve 8PSK, teach standard methods, greater operating efficiency, lt8psk is the main function
  3. 所属分类:3G develop

    • 发布日期:2017-04-14
    • 文件大小:4257
    • 提供者:迟帅
  1. cordic

    0下载:
  2. 用查表法和cordic算法实现正弦曲线,包括了幅度压缩,对称压缩,sunderland压缩等-Implemented with look-up table and cordic sinusoidal algorithms, including margin compression, symmetrical compression, sunderland compression
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-15
    • 文件大小:6438
    • 提供者:lxc
  1. kecnels_encode

    0下载:
  2. FSK调制,采用直接查表法,生成一个周期的正弦波()
  3. 所属分类:android开发

    • 发布日期:2018-04-19
    • 文件大小:36864
    • 提供者:comrgmpondayg
« 12 »
搜珍网 www.dssz.com