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

搜索资源列表

  1. 单片机实验实训指导书

    0下载:
  2. 目 录 实验 实验一:WAVE软件使用 实验二:常用指令的使用练习 实验三:循环程序 实验四:查表程序 实验五:数制转换程序 实验六 实用子程序:(编程器的使用) 实验七:中断/定时程序 实验八:输入检测与输出显示程序 课设 一、课程设计目的和意义 二、实验电路系统的结构和使用方法 三、设计参考题目介绍和设计提示性思考题 四、设计任务书及要求 五、课程设计报告格式及要求 六、考核办法 七、课程设计内容及学时安排 -a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:391494
    • 提供者:王忠远
  1. CRC12

    0下载:
  2. CRC12代码,查表法和计算法比较,可以得出明确的时间效应.-CRC12 code look-up table method and computation of comparison, it is clearly time effect.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6208
    • 提供者:zzc
  1. yuxuanhanshubiaodesheji

    0下载:
  2. 余弦函数表的设计 1、摘要:使用查表法查找输入角度的余弦函数值。 2、参考资料: IBM-PC汇编语言程序设计(第二版) (汇编语言课程设计)-cosine function of the design of a table, Abstract : Checking find the cosine angle input function. 2, reference materials : IBM-PC Assembly Language Programming (2nd edi
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:8510
    • 提供者:孙锋志
  1. zhengxuanboxinhaofashengqi

    0下载:
  2. 正弦波信号发生器 1、摘要:使用查表法在屏幕上显示正弦波信号。 2、参考资料: IBM-PC汇编语言程序设计(第二版) Intel汇编语言程序设计(第四版) (汇编语言)-a sine wave signal generator, Abstract : Checking displayed on the screen sine wave signal. 2, reference materials : IBM-PC Assembly Language Programming
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:11634
    • 提供者:孙锋志
  1. 哈希表

    1下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不 超过R,完成相应的建表和查表程序-Design to
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:4761
    • 提供者:沈志成
  1. JDBC增删改查

    0下载:
  2. servlet连接JDBC 实现对数据库表的增删改查,
  3. 所属分类:网络编程

    • 发布日期:2012-06-17
    • 文件大小:2052619
    • 提供者:Alex0.0
  1. HASH

    0下载:
  2. 【问题描述】 针对某个集体(比如你所在的班级)中的同学联系电话设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 (1) 假定每个记录有下列数据项:电话号码、用户名、地址。 (2) 一是从数据文件old.txt(自己现行建好)中读入各项记录,二是由系统随机产生各记录,并且把记录保存到new.txt文件中以及显示到屏幕上,记录条数不要少于30,然后分别以电话号码和用户名为关键字建立哈希表。 (3) 分别采用伪随机探测再散列法和再哈希法解决冲突。
  3. 所属分类:File Operate

    • 发布日期:2017-05-10
    • 文件大小:16193
    • 提供者:hhjlele
  1. Hash

    1下载:
  2. 哈希表的设计与实现: 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序。-Hash Table Design and Implementation: The Year of the names to design a hash table, making an average to find the length of not more than specified value and completed the appropriate pr
  3. 所属分类:Other windows programs

    • 发布日期:2015-01-10
    • 文件大小:7721
    • 提供者:hello
  1. 74serial_test

    0下载:
  2. 很好的应用查表法检测常见74系列芯片功能及好坏,可以自动测试-The application of good common look-up table method detected 74 series chip function and performance, you can automatically test
  3. 所属分类:Other systems

    • 发布日期:2017-05-08
    • 文件大小:1573998
    • 提供者:杜峰
  1. find

    0下载:
  2. 哈希表的设计 [问题描述] 真对你所在的集体(比如你所在的班级)中的人名设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表的程序。 [基本要求] 假设人名为中国人姓名的汉语拼音形式,待填入的哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数方法构造,用伪随机探测再散列处理冲突。 -Hash table design [descr iption of the problem] really right in your collective (
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:115295
    • 提供者:艾萌
  1. crc32

    1下载:
  2. CRC32计算的高效算法,利用查表法,可以直接使用。- CRC32 calculation efficient algorithm, using look-up table method can be used directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3203
    • 提供者:legendox
  1. Untitled1

    0下载:
  2. 针对年级中的“人名”设计一个哈希表,使得平均查找长度不超过指定值;并完成相应的建表和查表程序-For the grade in the " name" design a hash table, bringing the average search length does not exceed the specified value and complete the appropriate procedures for construction of tables and
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1560
    • 提供者:liwei
  1. crc32

    1下载:
  2. CRC32的源代码,采用的是最快最效率的查表法-CRC32 source code, using the quickest and most efficient look-up table
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:1675
    • 提供者:流浪
  1. C语言函数速查

    0下载:
  2. 函数速查!!!速查表,让你更快的查询c语言的函数达到事半功倍的效果(Lookup table function allows you to quickly query the C language to achieve a multiplier effect)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:fy123
  1. crc查表

    0下载:
  2. 这是个Word文件,其中只有crc 查法表的原代码(This is a Word file with only the original code of the CRC look-up table)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:12288
    • 提供者:ZZcxy
  1. CRC查表

    0下载:
  2. 实现modbus crc校验功能,通过查表法,返回16为crc校验结果(To achieve modbus crc check function, through the look-up table method, return 16 for the crc check results)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:唐春林
  1. 12-查表显示LED灯

    0下载:
  2. 12-查表显示LED灯(12- look-up table shows LED lights)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:7168
    • 提供者:3df75zll
  1. 双向链表

    0下载:
  2. 通过利用数据结构你的双向链表是想了链表的增删改查(Improving and deletions of two-way linked list)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:1王者1
  1. 单链表

    0下载:
  2. 用 C 语言实现了一个单链表的基础的增删查改功能(This is a simple list with C)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:301056
    • 提供者:afasd
  1. 电动汽车永磁同步dq电流查询表自动生成开源程序

    2下载:
  2. 电动汽车永磁同步电机查表法满足MTPA-MTPV的dq电流查询表自动生成开源程序(Table-Looking Method for Permanent Magnet Synchronous Motor of Electric Vehicle Satisfies MTPA-MTPV's DQ Current Query Table Automatically Generating Open Source Program.)
  3. 所属分类:其他

    • 发布日期:2019-09-25
    • 文件大小:753664
    • 提供者:alphaalgorithm
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com