CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - algorithm complexity

搜索资源列表

  1. EffiTestLinList

    0下载:
  2. 一个检验C++链表工作效率的小程序,可以检测算法的复杂性-a test C Chain efficiency of the small program, the detection algorithm complexity
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.94kb
    • 提供者:王通顺
  1. 新c++我们的呀

    0下载:
  2. 按时org,开放的网络天书! 基数排序是这样实现的: 假设需排序数列的取值...如果化成比较树可以知道,这样的排序算法复杂度的下限是O(N*lnN),而基数排序没有比较元素,所以所需排序时间就少了,我们... www.cnic.org/wiki/鍩烘暟鎺掑-time org, open network hieroglyphics! Sort base is achieved : a few assumptions need to sort out ... If the value into
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:5.38kb
    • 提供者:相同
  1. Algorithm

    0下载:
  2. 通过时、空复杂度,对算法在具体问题上的性能进行分析。PPT,很适合算法爱好者学习参考-Through time and space complexity of the algorithm in the performance of specific issues for analysis. PPT, lovers learning algorithm is very suitable reference
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2.23mb
    • 提供者:superduck1
  1. qinjiushaosuanfa

    0下载:
  2. 菜鸟编程。。仅供参考。在数值计算中解多项式的简单算法:秦九韶算法,算法复杂度 n*(n+1)/2-Programming rookie. . Is for reference only. In the numerical calculation of a simple polynomial solution algorithm: Qin Jiushao algorithm complexity of n* (n+ 1)/2
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:159.58kb
    • 提供者:cathy
  1. createpassword

    0下载:
  2. 在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 如果要提高写文件的效率,可以使用缓冲区,分批写入。 -In many cases we need to exhaustive combinations of algorithms, such as the password dictionary.// This algorithm, the key is passwor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:921byte
    • 提供者:王文娟
  1. 2

    0下载:
  2. 扩展欧几里德算法不但能计算(a,b)的最大公约数,而且能计算a模b及b模a的乘法逆元。平方和乘算法的复杂度:执行次数至少要k次模乘,最多需要2k次模乘。-Extended Euclidean algorithm for computing not only (a, b) the common denominator, and to calculate a modulus b and b modulus a multiplicative inverse of. Square and by the
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:1.06kb
    • 提供者:俞佳
  1. goldIssuse

    0下载:
  2. 关于算法设计中金币阵列问题的实现程序,算法复杂度较低-Algorithm design in gold on the issue of implementation of procedures for the array, the algorithm complexity is low
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1.41kb
    • 提供者:zhou
  1. main2

    0下载:
  2. 使用c++解决算法中的社会名流问题:找出一组人中,被所有其他人认识,同时不认识其他人的人,算法复杂度为O(n)-Algorithm using c++ to solve the problem of the celebrities: to find a group of people, by all the other people understand, while others who do not know, the algorithm complexity is O (n)
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:168.04kb
    • 提供者:丁欢
  1. e3_4

    2下载:
  2. 考虑整数线性规划问题max(ci*xi)试设计一个解此问题的动态规划算法,并分析算法的计算复杂性-Consider the integer linear programming problem max (ci* xi) try to design a solution of this problem, dynamic programming algorithm, and analysis of algorithms computational complexity
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:1.91kb
    • 提供者:wu
  1. Resources-Allocation

    0下载:
  2. 在传统的子载波分配过程中,具有优先权的用户将优先选择最好的载波,这将导致载波利用效率下降。 许多改进算法通过牺牲一定的公平性来提升容量并降低复杂度,但是这可能会使用户间无法达到所要求的公平 性。针对这些问题,提出了一种基于公平度门限的载波和功率自适应分配算法。在载波分配过程中,通过公平度 门限来决定载波分配优先级,从而实现容量和公平度的粗略折中。载波分配后利用粒子群(PSO)算法进行功率分配来达到所要求的公平度门限。实验结果表明,该算法在满足所要求公平度门限的同时提升了系统容量。 -
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:715.59kb
    • 提供者:wangfei
  1. equalization-algorithm-

    0下载:
  2. 一个用于高阶调制单载波系统的低复杂度均衡算法,非常有用-a low-complexity equilization algorithm which can be applied in single-carrier systems wiht high order modulation
  3. 所属分类:Communication

    • 发布日期:2017-11-22
    • 文件大小:4.4mb
    • 提供者:wang qi
  1. sorting-algorithm

    0下载:
  2. 各种排序算法的C语言实现,包含时间复杂度的比较与分析-C language implementation of various sorting algorithms, includes time complexity comparison and analysis
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:415.07kb
    • 提供者:兰武伟
  1. The-Lagrange-interpolation-algorithm

    0下载:
  2. 基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:99.77kb
    • 提供者:吴军
  1. ShellSort

    0下载:
  2. 程序才用c语言编写,实现希尔排序功能,算法复杂度为以2为底logn,另外有红黑树源码-Procedures before using the c language to achieve Hill sorting algorithm complexity is base 2 logn, another red-black tree Source
  3. 所属分类:Console

    • 发布日期:2017-04-25
    • 文件大小:257.27kb
    • 提供者:卢桂福
  1. Chow

    1下载:
  2. MIMO-OFDM系统中的自适应算法中的一种。Chow算法是根据各个子信道的信道容量来分配比特的。与Hughes-Hartogs算法相比,没有了大量的搜素和排序,简化了算法复杂度。-MIMO- OFDM systems in one of the adaptive algorithm. Chow algorithm is based on the channel capacity of each channel to allocate bits. Compared with Hughes- Ha
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:刘晨
  1. try11

    0下载:
  2. 冒泡排序 经典算法 计算复杂度 O(N2) VOID MAIN函数包括 -Classic bubble sort algorithm complexity of O (N2) VOID MAIN functions include
  3. 所属分类:CSharp

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

    0下载:
  2. try12文件描述:堆排序 经典算法 计算复杂度 O(NLOGN) VOID MAIN函数包括 -try12 File Descr iption: Classic heap sort algorithm complexity O (NLOGN) VOID MAIN functions include
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5.62kb
    • 提供者:yangxintong
  1. try13

    0下载:
  2. try13文件描述: 快速排序 经典算法 计算复杂度 O(NLOGN) VOID MAIN函数包括 -try13 File Descr iption: The classic quick sort algorithm complexity O (NLOGN) VOID MAIN functions include
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:10.85kb
    • 提供者:yangxintong
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2.27mb
    • 提供者:Summer-LXN
  1. analysig complexity

    0下载:
  2. designing algorithms requires a wonderful knowledge base on complexy analysis, these document gives you just that
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:163kb
    • 提供者:thomas85
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com