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

搜索资源列表

  1. liebao

    0下载:
  2. 动物世界里猎豹的奔跑总是很让人有速度的美感。这天,猎豹盯上了一只野猪,现在 要捉住它,由于猎豹很好的保护色,所以野猪没发现猎豹。猎豹和野猪在同一条直线上, 他们的坐标分别是 x 和 y,x 是小于等于 y 的。 现在猎豹有两种跑法: 1跑动一格,就是从x到x+1或者x-1; 2跑动一倍,就是从x到2*x。 现在请你找出最少要几步捉到野猪。 ★数据输入 输入第1行给出两个正整数x、y(0<x<=y<=100000),分别表示猎豹的坐
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1588
    • 提供者:刘少东
  1. zidian

    0下载:
  2. 字典算法,支持大量数据,非选择,冒泡排序-Dictionary algorithm, support large amounts of data, non-choice, bubble sort
  3. 所属分类:Data structs

    • 发布日期:2017-05-24
    • 文件大小:7752219
    • 提供者:sundm
  1. DictionaryTree

    0下载:
  2. 字典树算法,可以很方便的实现多叉树,而且查找很方便,是ACM算法设计中常用的数据结构-Dictionary tree algorithm, can easily multi-tree, and find it convenient, it is commonly used in ACM algorithm design data structures
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:8967
    • 提供者:wangrui
  1. trie

    0下载:
  2. N-trie树 实现字典树,可以从TXT文件中读取数据-N-trie tree to achieve the dictionary tree, you can read data from a TXT file
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:3088
    • 提供者:ddmonk
  1. Staff-management-system

    0下载:
  2. 职工管理系统 数据结构课程设计 1.1问题描述   对单位的职工进行管理,包括插入、删除、查找、排序等功能。 1.2要求   职工对象包括工号、姓名、性别、出生年月、工作年月、学历、职务、住址、电话等信息。 (1)新增一名职工:将新增职工对象按姓名以字典方式存入职工管理文件中。 (2)删除一名职工:从职工管理文件中删除一名职工对象。 (3)查询:从职工管理文件中查询符合某些条件的职工。 (4)修改:检索某个职工对象,对其某些属性进行修改。 (5)排序:按某
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:160984
    • 提供者:lynne
  1. xiaoxingyinghancidian

    0下载:
  2. 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任一英文单词。 提高要求:选用两种以上的方法实现字典的操作
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:928
    • 提供者:姚伦帮
  1. CCITTV_42bis--compression-algorithm

    0下载:
  2. 本文主要介绍CCITT v.42bis建议的压缩算法的主要特点,以及实现该算法的数据结构,形成新串的方法,动态维护字典的方法和指针编码,并给出V.42bis建立的模拟结果。V.42压缩可以用于SNDCP子层分组数据部分的压缩。-This paper describes the main features recommended by the CCITT v.42bis compression algorithm, and the data structure of the algorithm,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:358161
    • 提供者:曾秀姗
  1. T-REC-V[1].42bis-199001

    0下载:
  2. V.42bis数据压缩算法,一种基于自适应字典的通用无损压缩算法。(英文版)-V.42bis data compression algorithm, an adaptive dictionary-based general-purpose lossless compression algorithm. (English)
  3. 所属分类:压缩解压

    • 发布日期:2014-04-01
    • 文件大小:252195
    • 提供者:曾秀姗
  1. wsBiTree

    0下载:
  2. C语言实现的二叉树数据结构的字典算法 包括前中后层排序算法-the binary tree Data Structures classic code
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:185375
    • 提供者:yangzheng
  1. NYOJ.290.DictionaryTree

    0下载:
  2. 字典树,Trie树,查找插入效率都很高的一种高级数据结构。-Dictionary tree, Trie, an advanced data structures to find the insertion efficiency high.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:986
    • 提供者:xxq
  1. structure

    0下载:
  2. 各种各样的高级数据结构原理以及C++实现,例如红黑树,哈希表,笛卡尔树,字典树,斐波那契堆,二叉堆,SBT等等。-The wide range of advanced data structural principle C++ of implementation, such as red-black trees, hash tables, Cartesian tree dictionary tree, Fibonacci heap, binary heap, SBT and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:19991552
    • 提供者:冰封
  1. KSVD

    2下载:
  2. ksvd算法的代码,可以通过训练字典,从而实现对数据的稀疏表示。-ksvd algorithm code, through training dictionary in order to achieve the sparse representation of the data.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:15152
    • 提供者:孙硕
  1. muban

    0下载:
  2. 线段树,next()字符串,表达式树,字典树,划分树,树状数组,ac自动机等高级数据结构程序-The segment tree next () string expression tree dictionary tree partition tree, tree array, ac automata senior data structure program
  3. 所属分类:Data structs

    • 发布日期:2017-12-08
    • 文件大小:65930
    • 提供者:枫琳絮
  1. comp.zip

    0下载:
  2. 一个基于命令行操作的通用数据压缩程序,使用的是静态字典+LZ77+算术编码的算法。,Universal data compression program, a command-line-based operation is the static dictionary+LZ77+ arithmetic coding algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:18290
    • 提供者:suline
  1. Data_Compress_System

    0下载:
  2. 各种数据压缩和解压的源码,用mfc实现。包括熵编码,预测编码,变换编码,字典编码- 是作为论文参考,和学习解压缩解压的完美代码。-The source of a variety of data compression and decompression, with mfc achieved. Entropy coding, predictive coding, transform coding, dictionary coding- as reference papers, and learni
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:16583274
    • 提供者:liz
  1. M

    0下载:
  2. 字典树的基本功能是用来查询某个单词(前缀)在所有单词中出现次数的一种数据结构,它的插入和查询复杂度都为O(len),Len为单词(前缀)长度,但是它的空间复杂度却非常高,如果字符集是26个字母,那每个节点的度就有26个,典型的以空间换时间结构。-The basic function of the dictionary tree data structure is used to query a number of times a word (prefix) appears in all the
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:758
    • 提供者:赵霞娟
  1. excle

    0下载:
  2. 在excle的宏界面上,通过宏编程,实现字典索引,将两列数据迅速匹配-On excle macro interface, through macro programming, dictionary index will quickly match two columns of data
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:11611
    • 提供者:欧阳松
  1. KSVD

    0下载:
  2. 字典学习中,采用奇异值分解和k均值方法训练数据得到字典的算法。-Dictionary learning, using singular value decomposition and k-means algorithm training data obtained dictionary.
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3511
    • 提供者:ann
  1. spams-matlab2.5

    0下载:
  2. 数据挖掘机器学习的在线字典学习稀疏矩阵分解源码-Data mining online dictionary learning sparse matrix factorization source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-17
    • 文件大小:4455295
    • 提供者:赵栋梁
  1. dictionary

    0下载:
  2. 常用数据结构,dictionary字典(有序链表描述)-Commonly used algorithms and data structures, dictionary Dictionary (ordered list descr iption)
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2686
    • 提供者:yuli
« 1 23 »
搜珍网 www.dssz.com