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

搜索资源列表

  1. jijiucheshiyanchengxu

    0下载:
  2. 中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。 实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:646
    • 提供者:邱晓波
  1. hashmap

    0下载:
  2. 哈希表的实现 hashmap.h - declaration of class HashMap hashmap.cpp - definition of class HashMap hash-driver.cpp demonstrates use of class HashMap and its member functions.-A Hash Table Implementation The following header file and implementation fil
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:667941
    • 提供者:刘亚
  1. qianru_EZWJL

    0下载:
  2. EZW举例 该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -EZW example of t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:10748
    • 提供者:核武器
  1. runasil_V0_0_0_1

    0下载:
  2. http://blog.didierstevens.com/2010/12/01/runasil/ The following command launches notepad.exe with a low integrity level, instructing notepad to open test.txt: runasil.exe notepad.exe test.txt To automatically launch notepad via runasil
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:35806
    • 提供者:QvasiModo
  1. A1L-A02

    0下载:
  2. Based on the idea to exploit the statistical dependencies from both temporal and inter-view reference pictures for motion compensated prediction, this paper presents a sys- tematic evaluation of multi-view video coding with opti- mized pred
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:570199
    • 提供者:qwxie
  1. key

    0下载:
  2. 控制595对键盘进行扫描,完成键盘工作的功能,该文件给Key.h提供底层接口-Control 595 of the keyboard scan, the completion of the work function of the keyboard, the underlying interface file to Key.h
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1405
    • 提供者:李宁
  1. check

    0下载:
  2. 1.利用实验一建立的有序表,采用折半查找实现对某一已知的关键字的查找。 2.随机产生一组关键字,利用二叉排序树的插入算法建立二叉排序树,然后删除某一指定关键字元素。 3.已知散列函数为H(key)=key p(p为自定义的常数),冲突处理方法分别为线性探测法和外拉链法,建立散列表并实现查找某一指定关键字元素。-1. Experiment established orderly table, using a binary search to achieve a known keyword
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:11959
    • 提供者:BidyBai
  1. chazhao

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

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

    2下载:
  2. 哈希表的操作基本功能如下: (1)生成n个随机数并输出。 (2)确定适当的哈希地址空间大小m,使控制装填因子α在0.75左右。 (3)采用除留余数法作为哈希函数 H(key)=key p,选择适当的p。 (4)用开放定址法中线性探查法处理冲突建立哈希表,并计算平均查找长度。 (5)功能:检索、插入、删除。-The basic function of the operation of the hash table as follows: (a) generating a ra
  3. 所属分类:Other systems

    • 发布日期:2017-06-24
    • 文件大小:2048
    • 提供者:
  1. Testini

    0下载:
  2. 跨平台的ini读写程序,支持#和 注释 主要文件有两个CYRdWrIni.c和CYRdWrIni.h-Ini write cross-platform program to support# and notes there are two key documents and CYRdWrIni.h CYRdWrIni.c
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:11825
    • 提供者:陈鹏飞
  1. gamesource-code

    0下载:
  2. 命令提示符下的小游戏,类似吃豆人,wsad控制方向,以H为中心的周围8个键控制射击-Command prompt game like Pac-Man, wsad control the direction of H centered around eight key control shooting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:14391
    • 提供者:weiyuan
  1. TM043NDH03_CAK_20130925.ZIP

    0下载:
  2. BITEK BIT1630M scaler 完整源代碼. 支持天馬TM043NDH03 4.3 屏(480 (H) x RGB x 272 (V)). 用 Keil C51 實現 ADC Key 功能.-BITEK BIT1630M source code. It supports TIANMA TM043NDH03 panel and ADC Key feature in Keil C51.
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:99815
    • 提供者:Jeffrey Chang
  1. DNW-WinCE-716

    0下载:
  2. dnw wince716 1. Run “DNW.exe” on PC and “Communication” -> “Option” to choose proper communication parameters, then “Serial” ->“Connect”. 2. Applying power to MT688. 3. System will run and message will show in DNW windows. 4. Pressing “sp
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:12044695
    • 提供者:ninjatune81
  1. sort

    0下载:
  2. 基数排序 基数排序(radix sort)属于“分配式排序”(distribution sort),又称“桶子法”(bucket sort)或bin sort,顾名思义,它是透过键值的部份资讯,将要排序的元素分配至某些“桶”中,藉以达到排序的作用,基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。 快速排序 快速排序由C. A. R. Hoare在1962年提出。它的基本思想是
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3167
    • 提供者:贺敏
  1. kuaisupaixu

    0下载:
  2. 数据结构快速排序,借助快速排序算法思想,在一组无序的记录中查找给定关键字值等于key的记录。假设此组记录存放于数组R[l...h]中,若查找成功,则输出该记录在R数组中的位置及其值,否则显示not find信息。-Quick Sort data structure, with the quick sort algorithm thinking, look for a given key value equal to the key records in an unordered set of r
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:687
    • 提供者:hubinyuan
  1. STM32-DAC

    0下载:
  2. 使用软件: keil5 硬件资源: 1,DS0(连接在PA8) 2,串口1(波特率:9600,PA9/PA10连接在板载USB转串口芯片CH340上面) 3,ALIENTEK 2.8/3.5/4.3/7寸TFTLCD模块(通过GPIO驱动,连接关系见lcd.h) 4,按键KEY0(PC5)/KEY_UP(PA0,也称之为WK_UP) 5,DAC(STM32内部DAC通道1,通过PA4输出) 6,ADC(STM32内部ADC1_CH1,连接
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3956872
    • 提供者:dingye
  1. CuckooFilter-master

    0下载:
  2. 网上找到的一个很不错的cuckoo算法,C语言实现,容易移植(Cuckoo Filter ============= A key-value filter using cuckoo hashing, substituting for bloom filter. Usage ----- ```c cd cuckoo_filter make ./cockoo_db input_file output_file ``` Define `CUCKOO_DBG` in
  3. 所属分类:其他

  1. Hasche

    1下载:
  2. 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。(Set the hash function H (key) = key MOD 11 (table length =11), input a set of keyword sequences, set up the hash table storage structure based on the m
  3. 所属分类:其他

    • 发布日期:2020-06-06
    • 文件大小:10506240
    • 提供者:了zr
搜珍网 www.dssz.com