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

资源列表

« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 2673 »
  1. simulated-annealing

    0下载:
  2. 关于模拟退火算法,用于解决最短路径的C语言程序设计,解决了TSP问题-About simulated annealing algorithm, C language program designed for solving the shortest path to solve the TSP problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:228.27kb
    • 提供者:zero5885
  1. HAFFMAN

    0下载:
  2. 详细的HAFFMAN树的创建和遍历源代码,其中注视很详细,个人实验课所作,若有不当之处请指出。-Detailed HAFFMAN tree creation and traversal source code, which focused on a very detailed, individual lessons by experiment, if irregularities Please indicate.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:228.15kb
    • 提供者:欧阳云飞
  1. CAlgorithm

    0下载:
  2. C常用算法程序集,分20课题收集了编程中上百个常用算法。请采用C编译环境-C common algorithms for assembly, sub-20 subjects in the collection of hundreds of commonly used programming algorithm. Please use the C compiler environment
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:228.05kb
    • 提供者:steven
  1. AVL

    0下载:
  2. 用控制台界面完美演示平衡二叉树的操作过程,用纯C编写,基于VS2008-Interface with the console perfectly balanced binary tree of the operation shows, written in pure C, based on VS2008
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:228.02kb
    • 提供者:石头
  1. yizhi_list

    0下载:
  2. 不同的数据结构组成的链表,供学习类间关系使用-Different components of the linked list data structure for studying the relationship between the use of category
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:228.02kb
    • 提供者:ffgu
  1. 20090617_8f6e9e3c0763fc45d223PN1YEBwr8dUx

    0下载:
  2. 数据结构的 源码 很好的东东 小弟我不简单才搞到的-datastructure
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:227.95kb
    • 提供者:mynameNULL
  1. BPlusTree

    0下载:
  2. B+树实现的完全代码。B+树定义文件,本程序实行一个简单的B+树 (1) 一个v阶的B+树由根结点、内部结点和叶子结点组成。 (2) 根结点可以是叶子结点,也可以是有两个或更多子树的内部结点。 (3) 每个内部结点包含v - 2v个键。如果一个内部结点包含k个键,则有且只有k+1个指向子树的指针。 (4) 叶子结点总是在树的同一层上。 (5) 如果叶子结点是主索引,它包含一组按键值排序的记录;如果叶子结点是从索引,它包含一组短记录,每个短记录包含一个键以及指向实际记录的
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:227.79kb
    • 提供者:王军杰
  1. change

    0下载:
  2. 这是一套实现字典顺序查找的c++容器编写的算法,对于不重复的大型文档速度很优越,已经在codeblocks下成功运行。代码最大的特点是效率非常好-it s good for someone who want find a word in a long file.you can find that c++ vector is very fast and simple.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:227.63kb
    • 提供者:张晓坤
  1. jinzhizhuanhuan

    0下载:
  2. C语言版数据结构实验,进制转换相关功能的实现,C++环境,多多理解-C language version of the data structure experiments hex conversion function the implementation, C++ environment, a lot of understanding
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:227.63kb
    • 提供者:exia
  1. EightQueens

    0下载:
  2. 八皇后问题,一个古老而著名的问题,回溯算法的典型例题,数据结构中递归的使用例子-Eight Queens problem, an ancient and well-known problem, backtracking algorithm of a typical example, the use of recursive data structure example
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:227.55kb
    • 提供者:李自华
  1. paixu

    0下载:
  2. 实现了数据结构中直接插入排序、直接插入排序、折半插入排序、冒泡排序、简单选择排序等排序方法-To achieve data structure directly insertion sort, direct insertion sort, binary insertion sort, bubble sort, simple choice sort, sorting method
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:227.55kb
    • 提供者:辛欣
  1. he_fu_man_bian_ma

    0下载:
  2. 假设一个文件中出现了8种符号S0,SQ,S2,S3,S4,S5,S6,S7,那么每种符号要编码,至少需要3bit。假设编码成000,001, 010,011,100,101,110,111。那么符号序列S0S1S7S0S1S6S2S2S3S4S5S0S0S1编码后变成 000001111000001110010010011100101000000001,共用了42bit。我们发现S0,S1,S2这3个符号出现的频率比较大,其它符号出现的频率比较小,我们采用这样的编码方案:S0到S7的码辽分别01
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:227.36kb
    • 提供者:谭毅
« 1 2 ... .45 .46 .47 .48 .49 650.51 .52 .53 .54 .55 ... 2673 »
搜珍网 www.dssz.com