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

搜索资源列表

  1. 平衡二叉树c++

    1下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数(wangliwei007也是我,质料没添全就换这个好号,请斑竹给我发个号好吗?我也想下载东西,急)-balanced binary tree generating arbitrary input nodes as 2 6 8 0 to demonstrate that automatically generates balanced binary tree bf f
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:王立伟
  1. factor

    1下载:
  2. 整数因子分解问题 大于1 的正整数n可以分解为:n=x1*x2*…*xm。对于给定的正整数n,编程计算n共有多少种不同的分解式
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:54512
    • 提供者:lin
  1. SOR

    0下载:
  2. 松弛因子的介绍(“松弛迭代法是高斯-塞德尔迭代法的一种加速方法,基本思想是将高斯-塞德尔迭代法得到的第k+1次近似解向量与第k次近似解向量作加权平均,当权因子(即松弛因子)w选择是适当时,加速效果很明显。因此这个方法最关键的是如何选取最佳松弛因子。")和算法。-Relaxation factor of the introduction (" relaxation method is the Gauss- Seidel iteration method for an accelerated
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4594
    • 提供者:陈倩倩
  1. bMinusTree

    0下载:
  2. b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. c

    0下载:
  2. 爱因斯坦的思考题 二叉树算法集 分解质因数新解 石子归并问题等有趣的C程序-Consider Einstein' s title tree decomposition algorithm sets new quality factor solution stones merge interesting questions, such as C procedures
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:21550
    • 提供者:刘亚东
  1. RecursiveAlgorithmForTransformationOfQuot

    0下载:
  2. 递归算法改造"求最大公因数"的欧几 里 得 算 法,华大出品-Recursive algorithm for transformation of " seeking the greatest common factor" of the Euclidean algorithm, UW produced
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:964
    • 提供者:moxingwen
  1. syntax

    0下载:
  2. LL(1)文法的实现。具体设计要求如下: 1. 可以使用任何语言来完成,例如:Java、C、C++。 2. 文法采用常用的方式进行描述,例如:S→aA。 3. 以文件方式读取文法。 4. 分别求出每一个非终结符FIRST 集FOLLOW集和SELECT集。 5. 画出预测分析表。 6. 判定读入的文法是否是LL(1)文法。 7. 给定的任意符号串判定是否是文法中的句子,将分析过程用计算机打印出来。 8. 查出文法中是否含有左递归或左公因子。若有则消除左公因子和左递
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:5713
    • 提供者:冯景航
  1. AVL-Trees

    0下载:
  2. AVL Tree program written in C++ using namespaces with branching factor and threshold values
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6104
    • 提供者:uday
  1. zuixiaogongyinshu

    0下载:
  2. 功能描述:求解所输入的几个数的最小公因数。-Descr iption: enter a few numbers to solve the least common factor.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:863049
    • 提供者:金庸
  1. hash

    0下载:
  2. C语言实现,利用hash表实现插入查找数据,并针对各种负载因子求平均查找次数-C language, the use of search data into the hash table implementation, and the load factor for a variety of averaging to find the number of
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:721494
    • 提供者:刘星
  1. AVL

    0下载:
  2. 这是平衡二叉树的另一种编码方式,不是使用平衡因子,而是使用高度。-This is the balance of the binary tree of another kind of coding method, not the use of balance factor, but use height.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:244323
    • 提供者:高艳芝
  1. Algorithm-experiment-report

    0下载:
  2. 算法的完整实验报告,内容包含:提公因子,排序和BF/BP算法比较 内含截图和源代码-Complete experimental report of the algorithm includes: mention common factor, sort and BF/BP algorithm contains screenshots and source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:214085
    • 提供者:
  1. Document-ranking-algorithm

    0下载:
  2. 以前的算法是根据点击数目来排行,有很多不足的地方,比如没有考虑时间因素,没有考虑用户对其的推荐等因素,我打算以文章浏览次数,评论次数,引用次数以及文章的日期来生成。把用户的评论数目作为推荐次数,文章的发表日期到今天的时间做为时间因素。   1条评论和100次浏览有相同积分。   1条Traceback等于2条评论的积分。评论和引用的增长是线性的。   浏览次数增大,取得的积分以开平方根的方式增长,即数字越大,变化越小。   文章的日期做为负积分,以指数方式增长,越老的文章,会变为
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:16657
    • 提供者:丁一恒
  1. Polynomial

    0下载:
  2. 一个d阶多项式有如下形式: cdxd+cd− 1xd− 1+cd− 2xd− 2…+c0 其中,cd≠0,指数都是非负数。每一个cixi是多项式中的一项。 设计一个C++的模板类 Polynomial<T>,T给出系数的类型,要求能够实现多项式的表示和运算。Polynomial类应该包括私有变量degree,和其他需要的变量。对多项式的表示要求用线性表的形式,例如(c0,c1,c2,…,cd)表示系数表。并设计以下成员函数和操
  3. 所属分类:Data structs

    • 发布日期:2017-03-21
    • 文件大小:478518
    • 提供者:酉永松
  1. 123

    0下载:
  2. 液压气动设备计算 工作压力缸筒内径安全系数抗压指数-Hydraulic and pneumatic equipment working pressure cylinder diameter calculated safety factor of compression index
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:290789
    • 提供者:何军
  1. ctree

    0下载:
  2. 平衡二叉树生成 输入任意个节点 如 2 6 8 0为显示 可自动生成平衡二叉树 bf为平衡因子 h给深度 可插入删除 计算转动次数-Balanced binary tree to generate arbitrary input nodes as 2680 to show a balanced binary tree can be automatically generated for the balance factor bf depth h to calculate the number o
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2659
    • 提供者:陈小文
  1. zhishu-fenjie

    0下载:
  2. 将一个正整数分解质因数。例如:输入90,打印出90=2*3*3*5。 程序分析:对n进行分解质因数,应先找到一个最小的质数k,然后按下述步骤完成: (1)如果这个质数恰等于n,则说明分解质因数的过程已经结束,打印出即可。 (2)如果n <> k,但n能被k整除,则应打印出k的值,并用n除以k的商,作为新的正整数你,重复执行第一步。 (3)如果n不能被k整除,则用k+1作为k的值,重复执行第一步。 -The prime factorization of a
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:790
    • 提供者:郭同学
  1. int_divide_SA13006029

    0下载:
  2. 整数因子问题的C语言源代码 计算机算法设计与分析中的题目 递归与分治算法-C language source code for a computer algorithm design and analysis topics recursive divide and conquer algorithm with integer factor issues
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:934297
    • 提供者:冰仔
  1. principal-component-analysis

    0下载:
  2. 因子分析是指研究从变量群中提取共性因子的统计技术。最早由英国心理学家C.E.斯皮尔曼提出。因子分析可在许多变量中找出隐藏的具有代表性的因子。将相同本质的变量归入一个因子,可减少变量的数目,还可检验变量间关系的假设。-Factor analysis is the study of common factors extracted from the variable group statistical techniques. First proposed by British psychologis
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2815
    • 提供者:黄毅
  1. sushu

    0下载:
  2. 求最大k使m^k是n!的约束, 分解m的质因子,然后求质因子的最小幂-Seeking maximum k so m ^ k is n! Constraints, the decomposition m of prime factors, then the minimum power factor for quality
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3335
    • 提供者:wuleizhihen
« 12 »
搜珍网 www.dssz.com