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

搜索资源列表

  1. 算法(strassen和strassen混合算法)

    0下载:
  2. strassen算法的扩展,可以计算任何偶数阶矩阵的相乘,一般strassen只能计算2的n次方阶(自己编写,英文注释~)-Strassen expansion algorithm can even order any calculation of matrix multiplication, general Strassen only two terms of the n-th-order (to prepare themselves, English Notes ~)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44.57kb
    • 提供者:建麟
  1. Strassen11

    0下载:
  2. 矩阵相乘的Strassen算法,其中 乘积矩阵C = H*H,H =(hij)n*n 1. hij = , i,j=1,…8 2. i,j=1,…12 矩阵H =(hij)n*n自动生成,取小数点后面6位计算 -Strassen matrix multiplication, the algorithm, the product matrix C = H * H, H = (hij) n * n 1. hij =, i, j = 1, ... 2. i, j = 1, ...
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15.74kb
    • 提供者:巫俊强
  1. TrainReset

    0下载:
  2. TrainReset:there are many trains need to drive out of the station .In terms of their numbers from small to large.There are only three railways used to place the trains ,and also need the same order.-TrainReset : there are many trains need to drive ou
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:874byte
    • 提供者:张丽颖
  1. TwoEmbranchmentTree

    0下载:
  2. TwoEmbranchmentTree:As ancestor has its children , a tree has its leaves. we could check its leaves in terms of algorithm as preorder , midorder or postorder.-TwoEmbranchmentTree : As ancestor has its children, a tree has its leaves. we could check
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:819byte
    • 提供者:张丽颖
  1. bignumber

    0下载:
  2. 大数计算模板加强版,此版本可以做到几乎全部的计算,包括大数取模计算。已经封装成类。可以直接定义。 -Enhanced version of the template computation of large numbers, this version can do almost all of the terms, including large numbers modulo calculation. Has been packaged as class. Can be defined direc
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2.27kb
    • 提供者:coolbe
  1. dxs

    0下载:
  2. 能实现一元多项式的基本操作,方便多项式的加减乘等计算-To achieve the basic operation of the polynomial for the polynomial in terms of addition and subtraction by
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:8.8kb
    • 提供者:雄风
  1. AutoPoke

    0下载:
  2. 斗地主*程序,牌面分析与余牌计算,还有各种更高效的*算法 斗地主*程序,牌面分析与余牌计算,还有各种更高效的*算法-Doude Zhu plug-in program analysis and hand over license terms, there are a variety of more efficient algorithms Doude Zhu plug-in plug-in program analysis and hand over license terms, t
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:276.37kb
    • 提供者:叶文鹏
  1. assign4

    0下载:
  2. 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:53.1kb
    • 提供者:刘洋
  1. YUESEFU

    0下载:
  2. 用词语言编写的一个解决约瑟夫环问题的程序,仅供参考。-Written in terms of a solution to the problem of the process Joseph Central, for reference only.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:718byte
    • 提供者:王珂
  1. 01datastructruebasicconception

    0下载:
  2. 本电子书讲述了数据结构的基本概念即一些关键术语为今后数据结构的学习打下坚实基础-This book describes the basic concepts of data structures that some of the key terms of data structure for the future lay a solid foundation of learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:444.98kb
    • 提供者:vans
  1. exercises-of-data-structure

    0下载:
  2. 数据结构作业,比较基础,适合初学者参考,就其对本科生而言-Data structure operations, basis of comparison for beginners reference to its undergraduate students in terms of
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.71mb
    • 提供者:孙楠
  1. polynomia

    0下载:
  2. 用链表完成对多项式的计算,数据结构经典算法。-Complete with a list of polynomial terms, the classical algorithm data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:1.83kb
    • 提供者:夏雨
  1. Problem_parsing_data_structures

    0下载:
  2. 数据结构习题解析,用面向对象方法与C++语言描述,配合严蔚敏的数据结构来看是最好的了-Problem parsing data structures, object-oriented methods and C++ language descr iption, with Yan Wei-min data structure is the best of terms
  3. 所属分类:Data structs

    • 发布日期:2017-05-18
    • 文件大小:4.81mb
    • 提供者:擎天草
  1. MovementInSorting

    0下载:
  2. 比较快速排序、合并排序、插入排序三种方法中对元素的腾挪次数。-Comparison in terms of element movement with quick sort, merge sort, insertion sort.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.44kb
    • 提供者:ptsntwsz
  1. polynomials

    0下载:
  2. 两个多项式相加,使用链表,计算时间复杂度,数据结构应用-Write a function to add two polynomials. Do not destroy the input. Use a linked list implementation. If the polynomials have M and N terms, respectively, what is the time complexity of your program?
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:775byte
    • 提供者:zhuang929
  1. TextWGL(DDA)

    0下载:
  2. 数值微分法(DDA)直线生成算法,算法实质:用数值方法微分方程,同时对x和y各增加一个小增量来计算下一步的x,y值。-Numerical differentiation (DDA) line generation algorithm, the algorithm in real terms: differential equations with numerical methods, while the x and y each increased by a small increment to
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1.86mb
    • 提供者:liqianmei
  1. FractionTest

    0下载:
  2. This program defines a class for fractions, which stores a numerator and denominator. A member function allows for retrieval of the fraction as a double and another outputs the value in lowest terms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:520.5kb
    • 提供者:vova
  1. tf-idf-algorithm

    0下载:
  2. 按tf-idf在剔除一些常用词后给出文本中术语的统计算法和程序,并按降序进行排序,另外,对文档建立inverted file,然后进行检索的算法-Tf-idf removed by a number of commonly used words in the text given after the algorithm in terms of statistics and procedures, according to descending order, in addition, the do
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:40.97kb
    • 提供者:黄华东
  1. jisuanqi

    0下载:
  2. c语言编程计算器,包括基础加减乘除功能和负数计算,修正小数点的错误。-c language programming calculator, including basic arithmetic functions and negative terms, fix the decimal point errors.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:麻君鑫
  1. RadASM-2.2.1.5

    0下载:
  2. 数据结构课件,ppt,以c++来讲叙数据结构-Data structures courseware, ppt, with c++ data structures in terms of Syria
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8.75mb
    • 提供者:fengyu
« 12 »
搜珍网 www.dssz.com