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

资源列表

« 1 2 ... .29 .30 .31 .32 .33 234.35 .36 .37 .38 .39 ... 2673 »
  1. C_The-critical-path

    0下载:
  2. 用C写的,求顶点事件的最早发生时间和顶点最晚发生时间 -Written in C, find the earliest time events vertex and vertex latest time occurred
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:林晓
  1. C_A-topological-sort

    0下载:
  2. 用C写的,输入一张图的顶点和入度,得出顶点的拓扑排序-Written in C, the degree of input into the vertex and a graph, draw the vertices of topological sorting
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.58kb
    • 提供者:林晓
  1. Source1

    0下载:
  2. change hb matrix to csc matrix
  3. 所属分类:Data structs

  1. MatrixChain

    0下载:
  2. 实验二-矩阵链乘 Descr iption 给定n个矩阵A1,A2,…,An,其中,Ai与Aj+1是可乘的,i=1,2,…,n-1。 你的任务是要确定矩阵连乘的运算次序,使计算这n个矩阵的连乘积A1A2…An时总的元素乘法次数达到最少。 例如:3个矩阵A1,A2,A3,阶分别为10×100、100×5、5×50,计算连乘积A1A2A3时按(A1A2)A3所需的元素乘法次数达到最少,为7500次。-MatrixChain dp
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:genegi
  1. Observer

    0下载:
  2. a observer pattern desing example in c++ a basic class room one
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.68mb
    • 提供者:jymbovs
  1. dbscan_homework

    0下载:
  2. dbscan算法,数据挖掘期末作业。用matlab编写。自己是一份报告。内含全部代码。测试可以使用。-dbscan algorithms, data mining final assignment. Written in matlab. It is a report. Contains all the code. Test can be used.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:30.23kb
    • 提供者:许鑫
  1. 4.17

    1下载:
  2. 编写一个递归算法实现: T(n)=T[n/2](向上取整)+T[n/2](向下取整)+n T(1)=1 然后用栈来模拟递归调用,重新编写一个算法. -Write a recursive algorithm implementation: T (n) = T (rounded up) [n/2]+ T n/2+ n (round down) T (1) = 1 Then use the stack to simulate the recursive call to w
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:16.5kb
    • 提供者:echo42
  1. 4.6

    0下载:
  2. 用C++实现的。给线性表添加一个成员函数,倒置线性表中元素的顺序。对于n个元素的线性表,算法的时间代价为n.-With c++ implementation. Linear table to add a member function, the order of the elements in a linear inversion table. For the linear table of n elements, the algorithm of time cost for n.
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:17.08kb
    • 提供者:echo42
  1. mergesort

    0下载:
  2. 用C++实现在数据的输入,并通过输入要查找的数据的值返回所查找的数据所在数组中的位置-In c++ to realize the data input, and through the input data to find the value of the return to find the position of the array of data
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:18.05kb
    • 提供者:echo42
  1. MinMaxHeap

    0下载:
  2. 最小最大堆的插入,删除,找最大最小值操作实现(写成C++库文件的形式,可在.cpp代码中直接调用)-MinMaxHeap, we can implement findMin and findMax in O(1) time and insert or delete in O(log n) time.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.71kb
    • 提供者:hzf
  1. Huffmancode

    0下载:
  2. 依据字符出现概率来构造异字头的平均长度最短的码字-On the basis of the average length of characters appear different prefix probability to construct the shortest codeword
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:13.03kb
    • 提供者:葛格
  1. expression_calcuate

    0下载:
  2. 输入一个表达式,可以求出表达式的值(表达式中可以带括号,进行加减乘除运算)-Enter an expression, you can calculate the value of the expression (expression in parentheses, are add, subtract, multiply and divide operations)
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:23.74kb
    • 提供者:葛格
« 1 2 ... .29 .30 .31 .32 .33 234.35 .36 .37 .38 .39 ... 2673 »
搜珍网 www.dssz.com