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

搜索资源列表

  1. neipaixu

    0下载:
  2. [问题描述] 将N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前,要求使用最少的附加空间,且算法的时间复杂度为O(N) [输入] 待排序记录个数,各关键字的值。 [输出] 关键字从正负分开,正数在前 [存储结构] 待排序记录顺序存储。 [算法的基本思想] 快速排序算法每次任取一个记录的关键字为标准,将其余记录分为两组将,N个关键字去整数的记录进行整序, 以使所有关键字为非负数的记录排在关键字为负数的记录之前。 #in
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:7.42kb
    • 提供者:Demonic
  1. 用线性表实现的Btree

    0下载:
  2. 实现m阶B_树 (2)将线性表中的键值插入到B_树中(即建立索引); (3)当删除和插入数据到线性表时,同时维护其索引B_树。 (4)可根据所给键值范围,输出该范围的所有键值-achieve m bands Containing tree (2) linear scale for the keys inserted into Containing tree (index); (3) When the deletion and insertion of data to the linear sca
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17.19kb
    • 提供者:白潘恩
  1. 09

    0下载:
  2. 本程序主要实现的是:一个打字练习的小游戏。运行程序之后,屏幕是会随机出现一个字符,然后用户根据这个字符敲击键盘上的相应字母,如果二者吻合(称为命中)则分数增1,否则分数减1。此外,如果超过了一定的时间用户还未按键,则分数也减1。-The main achievement of this process is: a typing practice game. After running the program, the screen will be a random character, and
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:46.62kb
    • 提供者:李晓杰
  1. PerfectHash

    0下载:
  2. 向大家推荐一个Perfect hash算法 它能对一个静态的keys数组生成1-1的hash函数 id = hash(key) id 在 (0,n-1)之间 n为key的总数 这个函数的构造时间是O(n),查询时间是常数 占用的内存是每个key使用2.7bits 提供了不同的算法供选择。-O (n), query time is constant, the memory occupied by the use of each key provides a
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2.46mb
    • 提供者:asdf_asdfa
  1. sort_for_several_keys

    0下载:
  2. 多关键字排序,首先产生所需的随机数,然后排序-the program for keys sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:71.31kb
    • 提供者:bobo
  1. about_HanoiTower

    0下载:
  2. 本程序是基于VC6.0的汉诺塔移动程序,程序可实现4个盘子的移动,并添加可视化效果,通过‘enter’键控制盘子的移动,便于初学者对盘子移动的观察。程序代码清晰明了,对于数据结构的学习有很大帮助。-This procedure is based on the Tower of Hanoi move VC6.0 program, the program can achieve four plates move, and add visual effects, through the ' en
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:yingl
  1. zoumigong

    0下载:
  2. 走迷宫 程序开始运行时显示一个迷宫地图,迷宫中央有一只老鼠,迷宫的右下方有一个粮仓。游戏的任务是使用键盘上的方向键操纵老鼠在规定的时间内走到粮仓处。 要求: 1老鼠形象可辨认,可用键盘操纵老鼠上下左右移动; 2迷宫的墙足够结实,老鼠不能穿墙而过; 3正确检测结果,若老鼠在规定时间内走到粮仓处,提示成功,否则提示失败; 4找出走出迷宫的所有路径,以及最短路径。 另希望能说明采用的设计方法、设计技术路线,包括采用的设计方法和步骤以及任务流程图,指定的功能模块说明、设计说明
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:803byte
    • 提供者:孙婷婷
  1. rescue

    1下载:
  2. rescue 孤岛营救问题 大兵瑞恩被关押在迷宫的东南角,即(N,M)单元里,并已经昏迷。迷宫只有一个入口, 在西北角。也就是说,麦克可以直接进入(1,1)单元。另外,麦克从一个单元移动到另一个 相邻单元的时间为1,拿取所在单元的钥匙的时间以及用钥匙开门的时间可忽略不计。-island to rescue Private Ryan, rescue issues to be held in the southeast corner of the maze, namely (N, M)
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-10-26
    • 文件大小:306.62kb
    • 提供者:yjian
  1. HashTable

    0下载:
  2. 实现Hash的基本功能,类实现一个哈希表,该哈希表将键映射到相应的值。任何非 null 对象都可以用作键或值。为了成功地在哈希表中存储和获取对象,用作键的对象必须实现 hashCode 方法和 equals 方法。 -Hash achieve the basic functions of class implements a hash table, hash table that maps keys to values. Any non-null object can be used as
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:28.02kb
    • 提供者:王晨
  1. AA

    0下载:
  2. 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.14kb
    • 提供者:陆梦迪
  1. Exercise1

    0下载:
  2. SSD7. ex1. Part II Write SQL statements as specified below. You may find this help on setting up your DBMS useful. Submit your SQL statements in a file named createDB.sql. Write the DDL statements to create the two tables using the CREATE
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1.74kb
    • 提供者:Evgenya
  1. 4

    0下载:
  2. B+树用以进行排序,建立检索表,进行一定范围的数据的查找,和文件目录下文件的管理,提高检索的速度-B+ tree for sorting, the establishment of keys, to find a range of data, files and file directory management and improve the speed of retrieval
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5.94kb
    • 提供者:ok
  1. MoreKeyOrder

    0下载:
  2. 多关键字排序 ,课程设计 利用多关键字排序进行高考分数处理,除了需对总分进行排序外,不同的专业对单科分数的要求不同,因此在总分相同的情况下,按用户提出的单科分数的次序要求排出考生录取的次序(详见题集p169)。 假设待排序的记录数不超过1000,表中记录的关键字数不超过5,各个关键字的范围均为0至100。按用户给定的进行排序的关键字的优先关系,输出排序结果。 测试用例自己设计。-More keys order design
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:119.22kb
    • 提供者:zdx
  1. redis-2.4.10.tar

    0下载:
  2. edis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)和zset(有序集合)。-Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets a
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:607.25kb
    • 提供者:jiaohauge
  1. Heap-sort

    0下载:
  2. 堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
  3. 所属分类:Data structs

    • 发布日期:2017-11-05
    • 文件大小:1006byte
    • 提供者:周杨
  1. MapKit_1.4

    0下载:
  2. 轻松创建哈希表的跨平台(Unix,Windows)库-This is a cross-platform (unix, windows) library to easily create and use hash tables (similar to STL s hash_map or python dictionaries) in C. Multiple keys and values types are provided (int, double, strings,...), and
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:57.36kb
    • 提供者:ling
  1. MultipleDataCompression

    0下载:
  2. The objective of Multiple Data Compression is to compress the text file and decompress the same file as the compression and decompression is done by some unique keys which made the text file containing unique characters. -The objective of Multiple Da
  3. 所属分类:Data structs

  1. superqueue

    0下载:
  2. 优先队列,区别于传统队列队首出队,而是按照优先级出队,比如键值的大小-Priority queue, the queue is different traditional first team out of the team, but in accordance with the priority of the team, such as the size of the keys
  3. 所属分类:Data structs

    • 发布日期:2017-12-12
    • 文件大小:13.3kb
    • 提供者:李智强
搜珍网 www.dssz.com