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

搜索资源列表

  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. yuli

    0下载:
  2. 使用查表发实现公历转换为农历 文件说明 luanrday.h 头文件,声明了公历到农历转换的函数 luanrday.cpp 实现文件,实现了公历到农历的转换函数 chdate.cpp 例子程序,使用luanrday实现功能:使用汉字显示当前农历日期.-Made the realization of the use of look-up table is converted to the Lunar calendar luanrday.h document descri
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:4177
    • 提供者:花木
  1. ProtectPC

    0下载:
  2. 小精灵主动防御系统的设计与实现(附源码)。一个山寨版的简单的主动防御,代码比较简单, 进程方面:本主动防御系统采用驱动技术对进程创建进行拦截并通知用户,从而使用户了解到未知的恶意程序,达到防范病毒的目的。 文件方面:开启本主动防御将会对新创建的隐藏文件进行提示,从而达到对文件方面的监控。 注册表方面:病毒通常修改注册表,因此本主动防御系统提供了注册表创建功能,同时本主动防御系统还对病毒有可能的各种启动方式进行监控。 驱动方面:开启本主动防御将会对加载的驱动程序进行监控。 恶意
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:2632998
    • 提供者:阿东
  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. MyCRC16

    0下载:
  2. visual basic 的CRC-ITU算法程序,用查表法实现,crc多项式为x^16 + x^15 + x^2 +1-visual basic procedures of the CRC-ITU algorithm, using look-up table method to achieve, crc polynomial x ^ 16+ x ^ 15+ x ^ 2+1
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1561
    • 提供者:汪柏
  1. dictionary

    0下载:
  2. 利用Trie树实现一个英语单词辅助记忆系统,完成相应的建表和查表程序-Trie tree using an English word to achieve auxiliary memory system, complete the appropriate procedures for the construction table and look-up table
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:3562
    • 提供者:黄黄
  1. dsd

    0下载:
  2. 针对某个集体中人名设计一个散列表,使得平均查找长度不超过R,并完成相应的建表和查表程序-Design of a collective name for a hash table, so the average search length does not exceed R, and complete the tables and look-up table construction process
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:60057
    • 提供者:杨启帆
  1. chart-program

    0下载:
  2. 查表的一个程序源码,条件是三个,三个条件确定表中的一个数据-A program source code, the look-up table is three, three conditions determines a data table
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:1634
    • 提供者:耿直
  1. SmoothDraw

    0下载:
  2. 程序用于根据设定坐标绘制圆滑曲线,而后等间隔采样,将点坐标逐个输出。 曾用于舵机查表控制。 在SmoothDrawDlg.h内可以设定点坐标。 在SmoothDrawDlg.c内可以设定输出格式,不同按钮可以输出不同文件对应不同格式。 程序尚不完善,不可以随意修改点数,修改点数后须相应改变计算程序。 算法核心m_deal(),采用取三角形两边中点而后连线的方式将折线近似圆滑,效果不错。-Procedures used to set according to the coord
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-20
    • 文件大小:1896419
    • 提供者:籍汉超
  1. chazhao

    0下载:
  2. 1.基本训练 (1)先建立有序表,采用折半查找实现对某一已知的关键字的查找。 (2)输入一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 2.综合训练 哈希表设计: 【问题描述】 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。 【基本要求】 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度的上限为2。哈希函数用除留余数法(H
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:8044
    • 提供者:肖芬
  1. LCD

    0下载:
  2. 可以显示8X8的汉字的液晶程序,可以再通过查表显示对应的汉字-Can display LCD program 8X8 Chinese characters, you can then look up table displays the corresponding Chinese characters
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:30109
    • 提供者:oppoer
  1. CRC16VB

    0下载:
  2. VB写的16位CRC校验程序,查表法计算,可供参考-VB to write 16-bit CRC checksum procedure look-up table method, for reference
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:62555
    • 提供者:Lin
  1. ASCII2Int16Int32Test

    0下载:
  2. 自己写的一个ASCII码和十六进制十进制转换的一个小程序,有了这个工具就不用去查表了,长的字符串可以输入后立即转换-a small program to convert decimal and hexadecimal to ASCII code , with this tool you will not have to look-up table, and long strings can be immediately converted
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:5003
    • 提供者:张先韬
  1. arc_tan

    1下载:
  2. 反正切函数查表程序,先在0-pi/4内查表,再根据三角变换查找-Arc tangent function lookup program, the first in the 0-pi/4 look-up table, and then look under the triangular transformation
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:276086
    • 提供者:张飞
  1. Hash-table-design

    0下载:
  2. 针对某个集体(比如你所在的班级)中的“人名”设计一个哈希表,使得平均查找长度不超过R,完成相应的建表和查表程序。-For a collective (such as your class) in the names design a hash table, making the average to find the length of not more than R, to complete the appropriate procedures to build tables and lo
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1232
    • 提供者:fei
  1. simple_c_project

    0下载:
  2. 用链表程序实现的简单学生管理系统,可以实现增、删、查、改、排等功能,将学生的信息存储。-List program is used to implement a simple student management system, can realize to add, delete, check, change, and the students of information storage.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8621
    • 提供者:小宇哥
  1. crc16

    0下载:
  2. crc16循环冗余校验码查表法程序源码,CCITT16-crc16 cyclic redundancy check code look-up table program source code, CCITT 16
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:310514
    • 提供者:
  1. 4335512

    0下载:
  2. CRC12代码,查表法和计算法比较,可以得出明确的时间效应,,(CRC12 code, look-up table method and the calculation method of comparison, time effect, can be defined,)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-20
    • 文件大小:5120
    • 提供者:沈杰98
  1. bot

    0下载:
  2. 此程序为GMSK的调制解调程序,调制采用查表法,解调采用两比特差分解调(This program for GMSK modulation demodulation, modulation using look-up table method and demodulation using two bit difference demodulation)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:38912
    • 提供者:modpfier
  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 »
搜珍网 www.dssz.com