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

资源列表

« 1 2 ... .96 .97 .98 .99 .00 24401.02 .03 .04 .05 .06 ... 28278 »
  1. crosslink

    0下载:
  2. 本代码是根据数据结构的只是,采用C语言编译代码,用十字链表实现稀疏矩阵相加-This code is based on data structure only, the use of C language compiled code, with the sum of cross-linked to achieve sparse matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.45kb
    • 提供者:杨全校
  1. list

    0下载:
  2. 给定两个升序链表,将它们逆序输出并合并成为一个新的升序链表-Given two ascending lists, reverse output and merge them into a new list in ascending order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.04kb
    • 提供者:will
  1. 8queens

    0下载:
  2. 八皇后问题,是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。 高斯认为有76种方案。1854年在柏林的象棋杂志上不同的作者发表了40种不同的解,后来有人用图论的方法解出92种结果。计算机发明后,有多种方法可以解决此问题。-Eight queens problem is an ancient and well-known probl
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:334.83kb
    • 提供者:陈财雄
  1. huffman-tree

    0下载:
  2. 用优先队列实现哈胡曼树,实现程序的可模版化,不用浪费多余的时间去比较-Priority Queuing with Hu Ha Man Tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:703.08kb
    • 提供者:林瀚驰
  1. C_lianbiao

    0下载:
  2. Data *Create() //创建一个带头结点的空表 void Insert(Data *,int) //插入一个节点 void Reverse(Data *) //就地逆置 void Delete(Data *) //删除指定节点的节点 void Print(Data *) //打印链表 void Exit() //退出-Data* Create () // create an empty table to take the lead node void I
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.21kb
    • 提供者:
  1. Hffman

    0下载:
  2. 哈夫曼编码(Huffman Coding)是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。uffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码-Huffman coding (Huffman Coding) is an encoding, Huffman coding is a variable word length coding (VLC) of the kind. uffman i
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1.49kb
    • 提供者:weizhi
  1. BST

    0下载:
  2. 编写生成二叉树,可以实现二叉树的生成、增加、删除、遍历-Write generate binary tree, binary tree can generate, add, delete, traverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:423.55kb
    • 提供者:颜磊
  1. tuopupaixu

    0下载:
  2. 数据结构实验,关于拓扑排序的,希望对大家有帮助-Experimental data structure, on the topological sort, we hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:19.35kb
    • 提供者:倩儿
  1. algorithm-design-with-C-CPP-Java

    0下载:
  2. 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.53mb
    • 提供者:seuylc
  1. Index

    0下载:
  2. 主要是对index.dat 文件进行了深入的研究和数据结构的详细描述-Index.dat files mainly for in-depth research and a detailed descr iption of the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:23.73kb
    • 提供者:原志伟
  1. alogrithms-in-pku

    0下载:
  2. 北京大学 算法分析与复杂性理论国家级精品课程课件,非常值得一看。分治,贪心,动态规划,NP理论-Peking University, algorithm analysis and complexity theory national quality courseware, very worth seeing. Divide and conquer, greedy, dynamic programming, NP theory. . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:6.24mb
    • 提供者:grant
  1. hashsearch

    0下载:
  2. 1、系统应具备的功能: (1)设计哈希函数和哈希表; (2)设计解决冲突的方法; (3)输入一组数据建立哈希表,并实现在哈希表中进行查找。 -1, the system should have the function: (1) design a hash function and hash table (2) design solution to the conflict (3) input data to establish a set of hash tables, a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.26kb
    • 提供者:刘洋
« 1 2 ... .96 .97 .98 .99 .00 24401.02 .03 .04 .05 .06 ... 28278 »
搜珍网 www.dssz.com