CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 查表

搜索资源列表

  1. 月份日历显示控件.rar

    0下载:
  2. 支持公历、农历及公历转农历使用公式法(不是查表法)的日历控件,完全自主开发。
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:354257
    • 提供者:
  1. 查表法公历农历转换

    0下载:
  2. 查表法公历农历转换,此法可以转换西历农历转换程式,可以转换100年-look-up table method Lunar calendar change, this method can be converted into the Western calendar, the Lunar conversion programs, can be converted into 100 years
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2974
    • 提供者:陈昆
  1. psm_63rnd

    0下载:
  2. 雷达信号的MATLAB仿真常常是因为运算时间问题而失败,经过试验,在实际编程中,采用调用子函数方法就遇到该问题,为此,改为采用的查表法实现,有效解决了该问题。故将该源码上传供同行参考。-radar signal simulation of MATLAB because computing is often a matter of time and failure, after testing, the actual programming, using call Functions encoun
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:837
    • 提供者:wnangang
  1. 060626

    0下载:
  2. 哈希表设计 针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。-Hash Table design is a design collective Names Hash Table 1, bringing the average length not exceeding find R, and completion of the corresponding construction and Lookup Table procedures.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6218
    • 提供者:guoxingxi
  1. gcrc8

    0下载:
  2. 8位crc校验的计算源码,查表计算,可以计算任意8位的多项式的校验-eight crc check the source calculation, look-up table to be calculated in terms of the eight random polynomial Check
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:858
    • 提供者:geast
  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. 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. Crc1021

    0下载:
  2. 查表型crc16校验算法,c源码-Lookup - crc16 checksum algorithm, c FOSS
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1603
    • 提供者:
  1. data2dlookup

    0下载:
  2. simulink 2d 查表程序 table2d.m, data2d.fig, table2dlookup.mdl, data2dresult.fig
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34181
    • 提供者:楚燕
  1. ECC

    0下载:
  2. 为samsung Hamming code 的源码,该源码采用移位的方法,比一般的查表占用更少资源,是一种比较贴近硬件的c语言实现
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:173790
    • 提供者:梅春
  1. CRCx8+x2+x+1

    0下载:
  2. CRC查表法生成x8+x2+x+1,里面有源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:
  1. CRC32

    0下载:
  2. 我用查表法写的CRC32校验程序,恶劣条件下的数据传输有可能需要自已些校验程序,或许可以帮你.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5365
    • 提供者:xuchangliang
  1. shiyan5

    1下载:
  2. [问题描述]   针对某个集体中人名设计一个哈希表,使得平均查找长度不超过R,并完成相应的建表和查表程序。 [基本要求]   假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用线性探测再散列法或链地址法处理冲突。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2185
    • 提供者:
  1. xihabiao

    2下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计 一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2351
    • 提供者:xuezhijie
  1. crc_table_code

    0下载:
  2. 用MATLAB编写的crc检验查表法程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2919
    • 提供者:deng
  1. GMSK

    3下载:
  2. 基于matlab的gmsk信号的调制,采用查表算法-Matlab-based signal of GMSK modulation, the use of look-up table algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1236617
    • 提供者:maqiang
  1. ntc_temperature

    0下载:
  2. 热敏电阻测温,基于STM32F103单片机,查表与曲线分段拟合相结合获得精确的温度。(Thermistor temperature measurement, based on STM32F103 microcontroller, look-up table and curve segmentation combined to obtain accurate temperature)
  3. 所属分类:数学计算

    • 发布日期:2017-12-17
    • 文件大小:294912
    • 提供者:imcon
  1. 线性表

    0下载:
  2. 顺序表操作,包含顺序表的创建、增删改查等基本操作(Order table operations, including table in order to create and add and delete operation)
  3. 所属分类:数据结构

    • 发布日期:2018-01-07
    • 文件大小:145408
    • 提供者:一不二
  1. 双向链表

    0下载:
  2. 简易的双向链表,通过主程序的调用即可实现增 删 改 查的功能并输出数组(A simple two-way chain table, the function of adding, deletions and modification and output array can be realized through the call of the main program.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-23
    • 文件大小:46080
    • 提供者:xym666
  1. 单链表

    0下载:
  2. 单链表,增删查改 单链表,实现了删除,插入,遍历等功能(Single linked list, delete, insert, traversal and other functions.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:三猪1112
« 12 3 4 5 »
搜珍网 www.dssz.com