CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - divide

搜索资源列表

  1. Lischner_-_Exploring_C++ProgrammersIntroductionto

    0下载:
  2. Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, e
  3. 所属分类:SCM

    • 发布日期:2017-05-08
    • 文件大小:1587937
    • 提供者:Garrett
  1. petroline

    0下载:
  2. 输油管道问题 计算机算法设计分析 分治法算法实现题-Computer Algorithm Design and Analysis of pipeline issues divide and conquer algorithm question
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:514968
    • 提供者:吴沁竹
  1. suzifenge

    1下载:
  2. 数字分割,黑白和彩色图像的,代码简单实用,还配图片-The digital divide, black and white and color images, the code is simple and practical, but also with pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:220394
    • 提供者:李佳
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:28446
    • 提供者:wgl
  1. XIANC

    0下载:
  2. WIN 98/NT/2000/XP 是个多任务操作系统,也就是:一个进程可以划 分为多个线程,每个线程轮流占用CPU 运行时间和资源,或者说,把CPU 时间划成片,每个片分给不同的线程,这样,每个线程轮流的“挂起”和 “唤醒”,由于时间片很小,给人的感觉是同时运行的-WIN 98/NT/2000/XP is the duty operating system, is also: An advancement may delimit to divide into many threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:228344
    • 提供者:SEOUSEO
  1. CLOSESTPAIR

    0下载:
  2. 使用分治算法找到平面上的n各点的集合S中最小距离的一个点对-Use Divide and Conquer Algorithm to find the plane of the set of n points S in the minimum distance of a point on the
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:367376
    • 提供者:钟峰
  1. 3

    0下载:
  2. 1、随机生成一个5*5矩阵A,元素符合均匀分布;再随机生成一个5*5矩阵B,元素符合正态分布。对A和B进行加、减、乘、除、比较等矩阵运算,查看运算结果。 2、创建5阶魔术矩阵,求A的行列式、特征值、逆、秩、迹、条件数。 3、假设矩阵 ,求A的LU分解、正交分解、特征值分解、奇异值分解。 4、创建6阶单位稀疏矩阵,并显示其全部元素。 -1, randomly generated a 5* 5 matrix A, elements in line with uniform
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1768
    • 提供者:zhu
  1. fenzhifazuiyoujiewenti

    0下载:
  2. 分治法解决最优解问题,很好很强大 分治法解决最优解问题,很好很强大-Divide and conquer the optimal solution to solve the problem, very good very strong Oita conquer the optimal solution to solve the problem, very good very strong
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:高宇
  1. Fraction

    0下载:
  2. 分数计算器,具有加减乘除等功能!对研究计算器算法很有帮助!-Mark, add, subtract, multiply and divide calculator function!
  3. 所属分类:Algorithm

    • 发布日期:2017-05-09
    • 文件大小:1884742
    • 提供者:高勇
  1. GUI_29

    0下载:
  2. 用matlab GUI实现的可以在当前界面做加减乘除、乘幂的界面程序。-a GUI that can do add,minus,mutli,divide and power
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1607
    • 提供者:zxz
  1. grid

    0下载:
  2. This the approach in which we divide space into a finite number of cells that form a grid structure on which all of the operations for clustering is performed. -This is the approach in which we divide space into a finite number of cells that form
  3. 所属分类:Document

    • 发布日期:2017-03-27
    • 文件大小:73871
    • 提供者:joko
  1. fenshu

    0下载:
  2. 算法分析中的分书问题,运用分治法解决的经典问题-Analysis of algorithms written in the sub-problem, the use of divide and conquer to solve the classic problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:133492
    • 提供者:感飞
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. fenzhifa

    0下载:
  2. 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:924
    • 提供者:xiaolu
  1. calculator

    0下载:
  2. Simple web calculator, add, subtract, multiply and divide
  3. 所属分类:SCM

    • 发布日期:2017-04-10
    • 文件大小:1304
    • 提供者:kitichen
  1. This_one

    0下载:
  2. Cooperative communication_power control a) Generate random binary sequence of +1’s and -1’s. (b) Given different Power to the source and the relay as well (c) Multiply the symbols with the channel and then add white Gaussian noise. (d) At
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:1281
    • 提供者:tafa
  1. Divfuntion

    0下载:
  2. 算法分析实验 算法分析分治法 最近点对问题-Experimental analysis of algorithms analysis of algorithms divide and conquer the nearest point of the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2295
    • 提供者:tabuiy
  1. IntergerDivision

    0下载:
  2. LC-3 assembly language machine code to test and solve the Problem of Integer Divide and Modulo.
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:2284
    • 提供者:eden
  1. 2

    0下载:
  2. X,Y 为字节类型数,求((X+Y)*8-(X-Y)*2)/16 写出完整的数据段和代码段,不用乘除指令 -X, Y the number of bytes type, seek ((X+ Y)* 8-( XY)* 2)/16 write complete data segment and code segment, do not multiply and divide instructions
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:29184
    • 提供者:施洋葱
  1. fenzhi

    0下载:
  2. 正好在写用分治法求众数问题实验报告,写好了,让大家看下-Just writing to use divide and conquer the problem seeking plural experimental report, written, and let everyone Kanxia
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:46745
    • 提供者:isolate
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com