CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 最小最小算法

搜索资源列表

  1. 电子节拍器

    0下载:
  2. 捕捉拍频 * 捕捉拍频功能仅在拍子停止时可用。 * 以一定节奏连纽按动Tap按钮两下或更多,Tempo会自动对应于按动的拍频。 * 连续2秒没有按动Tap,或启动拍子,则上次按动的记录将被清除,并在下次按动时重新记算拍频。 * 拍频将以连续按下的拍子间隔,以一定算法进行统计,得出近似值。 调节音量 * 拖动Volume框中的滑条即可调节音量,向左拖动使音量减小,向右拖动反之。 * 最小音量为静音,最大音量为拍音的原音量。 运行模式 * 选择Rum
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:36.03kb
    • 提供者:王静
  1. B_M算法

    2下载:
  2. VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30.2kb
    • 提供者:赖晖
  1. maandian

    0下载:
  2. 这是一个判断马鞍点的算法,当用户输入一个二维数组,当一个元素为每行的最小,而又是每列的最大时,它就是马鞍点!-This is a judgment of the saddle point algorithms, user input when a two-dimensional array, When one element per line for the smallest, which is the largest per, it is saddle point!
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:944byte
    • 提供者:刘六龙
  1. AddM

    0下载:
  2. 最小M段和的动态规划算法,包含输入与输出文件
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3.17kb
    • 提供者:张仁春
  1. systemcaes.tar

    0下载:
  2. 面积最小的AES高级加密算法实现,和此代码的测试程序,可作为一个IP核直接使用,可减少开发人员的设计时间
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:86.41kb
    • 提供者:王鑫
  1. SGA

    0下载:
  2. 自编的基于实数编码的遗传算法源程序(fortran) ,用于搜索最小值-Self-based real-coded genetic algorithm source code (fortran), used to search for the minimum
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2.15kb
    • 提供者:wangrubin
  1. os_2

    1下载:
  2. 存储分配算法采用首次适应(FF)法。根据指针fhead查找空闲分区链,当找到第一个可满足分配请求的空闲区时便分配之。当某空闲区被分配后的剩余空闲空间大于规定的碎片最小容量MIN,则形成一个较小的空闲区留在空闲分区链中。 回收时,根据MAT将指定分区链入空闲分区链。若该分区有前邻或后邻分区,则将它们拼接成一块较大的空闲区。 -Storage allocation algorithm uses the first time to adapt to (FF) method. According
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:3.31kb
    • 提供者:
  1. zydd

    0下载:
  2. 熟悉操作系统的几种作业调度算法,包括FCFS,SJB以及小作业优先的几种算法,并能够对其进行编程实现。 在后备作业队列中输入5个作业各自运行所需要的时间及存储空间。   (1) 按先来先服务的原则进行调度,输出作业调度的顺序及等待的时间和。   (2) 按最短作业(即运行时间最短)优先的原则进行调度,输出作业调度的顺序及等待时间和。   (3) 按最小作业(即存储空间最小)优先的原则进行调度,输出作业调度的顺序及等待的时间和。 -Some familiar with the
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:59.98kb
    • 提供者:余祖澔
  1. src

    0下载:
  2. 使用C实现的R树结构,可以自动生成大量矩形或自己修改输入固定的矩形。根据最小扩大原则和Guttman的经典算法实现的结构。经过测试,构建的最小MBR结果都是正确的。-The use of C to achieve the R-tree, you can automatically generate a large number of rectangular or modify their own fixed rectangular input. The smallest expansion in
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.15mb
    • 提供者:李才
  1. LS_SVMlab

    0下载:
  2. 最基本的最小二支持向量机算法程序 比较完整,比较经典-lssvm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1.12mb
    • 提供者:qcdqcd
  1. main.cpp

    0下载:
  2. 最小覆盖问题,也就是经典的最小覆盖问题,采用了贪婪算法-The minimus cover
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:830byte
    • 提供者:lw3171796
  1. DivideConquer

    0下载:
  2. 使用C使用分治法实现了在一个乱序集合中求最大值,最小值的算法,运行环境:linux,g-The use of C using the divide and conquer to achieve an out of order in order to set the maximum, minimum algorithm, operating environment: linux, gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4.2kb
    • 提供者:ajaxhe
  1. CandM

    0下载:
  2. 模拟退火程序。f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simula
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:17.89kb
    • 提供者:刘育江
  1. m_build

    0下载:
  2. 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:4.37kb
    • 提供者:刘育江
  1. test

    0下载:
  2. 详细说明:以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the ri
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:37.22kb
    • 提供者:刘育江
  1. viCvxy10

    0下载:
  2. 利用VB编写的最小二乘辨识算法,辨识电路中电阻阻值-VB prepared by the least squares identification algorithm, identification of the resistance in the circuit
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:326.08kb
    • 提供者:张思文
  1. 111

    0下载:
  2. GPS定位的最小二乘算法,简单易懂,可调用。-Least squares algorithm for GPS positioning, simple and easy to understand, you can call.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:1kb
    • 提供者:崔玲玲
  1. maju

    0下载:
  2. 最小码距(汉明码距)、码重、信息码生成算法-Minimum code distance (Hamming code away from the), code weight information code generation algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-10-31
    • 文件大小:9kb
    • 提供者:liu
  1. pso

    0下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:10.12kb
    • 提供者:
  1. pso

    0下载:
  2. 标准PSO算法代码采用C++编制;注释丰富;带有测试函数;测试函数在(0,-1)处取得最小值3。-Standard PSO algorithm code using C++ preparation Notes rich with test function test function in (0,-1) obtained at the minimum three.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:10.43kb
    • 提供者:汤德琴
« 12 3 »
搜珍网 www.dssz.com