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

资源列表

« 1 2 ... .69 .70 .71 .72 .73 23374.75 .76 .77 .78 .79 ... 28278 »
  1. sorting

    0下载:
  2. 对以下八种排序方法:直接插入排序,希尔排序,折半插入排序,起泡排序,快速排序,简单选择排序,堆排序,归并排序。进行比较-For the following eight sorting methods: direct insertion sort, shell sort, binary insertion sort, bubble sort, quick sort, simply sort, heap sort, merge sort. Compare
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:11.09kb
    • 提供者:gongli
  1. Huffman-Coding

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

    • 发布日期:2017-05-03
    • 文件大小:525.83kb
    • 提供者:rivasherlock
  1. Josephus

    0下载:
  2. 约瑟夫环(约瑟夫问题)是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列-Josephus (Josephus problem) is the application of a mathematical problem: Given n individuals (with numbers 1,2,3 ... n respec
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:507.96kb
    • 提供者:rivasherlock
  1. inverlinklist

    0下载:
  2. 单链表是线性表的一种链式存储,属于线性结构,是通过指针来实现链式存储的,比之以顺序表,其存储密度更低,但是在插入, 删除操作上,其效率比顺序表要高-Single-chain is a chain store linear form, are linear structure is realized by the chain pointer stored in the order form, which is lower than the storage density, but in the
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:500.44kb
    • 提供者:rivasherlock
  1. zui--xiao-shengcheng-shu

    0下载:
  2. 最小生成树算法 非诚实用 的几种求解算法-very good
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:472.28kb
    • 提供者:李超
  1. sorting_list

    0下载:
  2. 排序算法的小例子,对初学者有一定的帮助,排序算法是常用的算法-Small example of sorting algorithms, there is some help for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.69kb
    • 提供者:cao
  1. Linked-List

    0下载:
  2. 一个简单的数据结构例子,用于自动建立一个单链表-A simple example of the data structure used to automatically create a single list
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:840byte
    • 提供者:张明
  1. Circular-Queue

    0下载:
  2. 一个简单的数据结构例子,用于建立一个循环队列。-A simple example of the data structure, used to establish a circular queue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:679byte
    • 提供者:张明
  1. EvaluateReversePolishNotation

    0下载:
  2. Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: [ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9 [ 4 ,
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:579byte
    • 提供者:lb
  1. MaxPointsonaLine

    0下载:
  2. Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂直于x轴的直线斜率为无穷大,截距用x截距),同时还需要保存每
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:857byte
    • 提供者:lb
  1. The-constructor-and-destructor

    0下载:
  2. 学习使用构造函数和析构函数的小程序,通过观察运行结果来更好的学习-Learn to use the constructor and destructor small program run by looking to better learning results
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:5.98kb
    • 提供者:梅旭光
  1. string-class

    0下载:
  2. 来自己尝试编写一个string类,要求有基本的string类的功能-To try to write yourself a string class requires a basic function string class
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2.75kb
    • 提供者:梅旭光
« 1 2 ... .69 .70 .71 .72 .73 23374.75 .76 .77 .78 .79 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭