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

搜索资源列表

  1. gmsk_diff

    1下载:
  2. 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调,简单实用-procedure for the GMSK modulation and demodulation process, modulation using look-up table method, demodulation using two-bit differential demodulation, simple and practical
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:66060
    • 提供者:周冰
  1. PinYin_InputMethod_C51

    1下载:
  2. 用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。 原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。 因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-( 编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:14619
    • 提供者:Jawen
  1. CRC_CCITT_c

    0下载:
  2. 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorithm 8, to Byte unit for treatme
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1501
    • 提供者:jevidyang
  1. Vigenre

    0下载:
  2. 实现Vigenre密码加密算法,没有采用查表的方式来实现,同过采用直接计算的方式来实现,速度快,耗内存小-achieve Vigenre password encryption algorithm, without the use of the look-up table method to achieve. Guo with the direct calculation method to achieve speed and small memory consumption
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:930
    • 提供者:潘宣辰
  1. pe_decoder

    1下载:
  2. 在《软件加密技术》这本书里看过PE文件各部分的详细解释之后,我也有了一个自己写PE文件分析器的的想法。虽然好的分析器不在少数,但对于一堆十六进制数,有些朋友可能不明白它代表什么意思。如果在程序里就可以将这些01序列转换成可以直接看懂得信息,那至少用户可以省去以后去查表的麻烦。怀着这样的想法,我仔细的研究了书中分析器PEInfo的源代码,我发现它没有提供信息转换的功能。 通过研究发现,PEInfo是通过PE文件在内存中的映象来获取文件信息的,我在想是否还有别的方法可以绕过将文件映象到内
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:111036
    • 提供者:heroin
  1. 串口发送modbus协议CRC校验

    0下载:
  2. 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2013-10-06
    • 文件大小:907
    • 提供者:小刚
  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. mcu_51_example_programmers

    1下载:
  2. C51实例代码:FLASH驱动,IIC,usart,触摸液晶控制显示,电热壶烧水程序,定点滤波,定时器及计数器的生成,二分法查表,浮点滤波,浮点滤波,控制SED1335的液晶显示,软件看门狗,十六进制_BCD码相互转换,时间倒计时,实时时钟,数字时钟,温度芯片驱动,无线数据传输,以太网芯片-C51 code examples : Flash-driven, IIC, usart, touch control LCD, Electric pot boiling water procedure, s
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:311938
    • 提供者:Jawen
  1. lock_sql

    0下载:
  2. 查表被谁锁住的脚本,该脚本可以查现在谁锁住表,以及谁在等待该表-whosoever locked scr ipt, the scr ipt can check who is now locked table, and who are waiting for the table
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:1794
    • 提供者:again
  1. CRC16_C

    0下载:
  2. 在C语言中开发的crc16查表算法的源代码,看看有没有参考价值!-in C language development crc16 Lookups for the source code, to see if there is any reference value!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:a
  1. sin-lookup-table

    0下载:
  2. 基于嵌入式的正弦查表程序.在sintable.asm中定义的正弦表.系统频率设置49.152MHz,强振模式.-based embedded sine chat program. Sintable.asm defined in the sine table. System set the frequency 49.152 MHz, strong vibration mode.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:9360
    • 提供者:kevin
  1. dingshibiangejisuan

    0下载:
  2. 利用51单片机计算双字节的定时器数据 at89c2051就可以用 生成查表用的数据 数据经串口送到电脑,用串口接收软件接收 白菜奉献-calculated using the double byte data at89c2051 timer can be generated on the use of look-up table the data to the computer via serial port, and serial port software to r
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1695
    • 提供者:jinyulin
  1. shuangzijiechabiao

    0下载:
  2. 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1957
    • 提供者:jinyulin
  1. dpjzl

    0下载:
  2. 单片机指令速查表,帮助你熟悉单片机的基本指令。-Suchabiao MCU instructions, and help you familiar with the MCU's basic instructions.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:11809
    • 提供者:王志杰
  1. 20070420

    0下载:
  2. crc16校验子程序,采用查表法计算。 对于汇编开发人员比较有益。-crc16 check subroutine, using look-up table method. For compilation of useful development personnel.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1146
    • 提供者:文章
  1. FFTtable

    0下载:
  2. tms320c6711-fft 调试环境:code composer studio3.1 采用查表方式对心电图信号进行处理 设置注意:project-build options-linker-stack size 设为5-tms320c6711 - fft debugging environment : composer studio3.1 code look-up table method used to deal with ECG signal installed Notes I
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:20422
    • 提供者:高度
  1. Lex_Yacc_Parser

    2下载:
  2. 语法分析器lex和词法分析器yacc的C++语言实现 1.Lex (1)Lex输入文件的解析 (2)正规表达式的解析 (3)一个正规表达式到NFA的转换算法实现 (4)多个NFA的合并 (5)NFA的确定化和最小化算法实现 (6)返回状态与返回内容的对应 2.Yacc (1)Yacc输入文件的解析 (2)上下文无关文法到对应LR(1)文法的下推自动机的构造 (3)LR(1)文法的下推自动机到相应分析表的构造 (4)LR(1)总控程序的构造(查表程
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:41490
    • 提供者:尤冉
  1. DES_F4

    0下载:
  2. DES 加密C语言实现(使用查表方法,可用于RECONFIGURABLE的硬件实现)-DES encryption C language (using the look-up table method. RECONFIGURABLE for the hardware)
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:3397
    • 提供者:mason
  1. crc16-1

    1下载:
  2. crc16的源码,本程序通过查表来实现crc16的校验,可以在pc或单片机中应用 -crc16 source code, the table look-up procedure to achieve crc16 calibration the pc or SCM application
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1419
    • 提供者:zhf_make
  1. chabiaofa

    0下载:
  2. 一个关于查表法的源程序,实现了crc-32的查表功能,需要的朋友下载看卡-a look-up table method on the source, achieved a crc-32 Tabular functional, and we need to see friends download cards
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4864
    • 提供者:jianwenhao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com