CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .26 .27 .28 .29 .30 1331.32 .33 .34 .35 .36 ... 28278 »
  1. genrator for hash function

    0下载:
  2. about sorce for generation hash in message
  3. 所属分类:数值算法/人工智能

    • 发布日期:2016-10-10
    • 文件大小:68.41kb
    • 提供者:majeded
  1. MATLAB_Codes

    0下载:
  2. 史峰 《MATLAB智能算法30个案例分析(第2版)》 所有源代码,所有源码均在MATLAB R2009a和R2014a环境下运行测试通过;读者可以结合自己计算机中的MATLAB版本选择对应的源码。-SHI Feng MATLAB intelligent algorithm 30 Case Analysis (2nd Edition)" all source code, source code are all in MATLAB R2009a and R2014a environme
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:2.72mb
    • 提供者:小王
  1. wsn

    0下载:
  2. 无线传感器网络定位(WSN),仿真经过自己实际仿真,比较不错额。-Wireless sensor network location (WSN), simulation after their actual simulation, a relatively good amount.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:张浩
  1. Bilinear

    0下载:
  2. 利用双线性非标准化的方法,解决有限元的求解精度问题-Bilinear non-standardized methods to solve the problem of the accuracy of the finite element solver
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:35.5kb
    • 提供者:liuzhao
  1. OCR

    0下载:
  2. ocr识别很好的例子,非常适合字符识别实现借鉴-ocr example source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:288.83kb
    • 提供者:tan
  1. Greedy-Algorithm

    0下载:
  2. greedy 算法 c++ .greedy algorithm based on nearest neighbours-greedy algorithm based on nearest neighbours
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1.21kb
    • 提供者:wangjin
  1. diedai

    0下载:
  2. 迭代法是用于求方程或方程组近似根的一种常用的算法设计方法。设方程为f(x) 0,用某种数学方法导出等价的形式x g(x),然后按以下步骤执行: (1) 选一个方程的近似根,赋给变量x0; (2) 将x0的值保存于变量x1,然后计算g(x1),并将结果存于变量x0; (3) 当x0与x1的差的绝对值还小于指定的精度要求时,重复步骤(2)的计算。 若方程有根,并且用上述方法计算出来的近似根序列收敛,则按上述方法求得的x0就认为是方程的根。-Iteration is a com
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:22.78kb
    • 提供者:宋文儒
  1. abcdef

    0下载:
  2. 将A、B、C、D、E、F这六个变量排成如图所示的三角形,这六个变量分别取[1,6]上的整数,且均不相同。求使三角形三条边上的变量之和相等的全部解。如图就是一个解。 程序引入变量a、b、c、d、e、f,并让它们分别顺序取1至6的证书,在它们互不相同的条件下,测试由它们排成的如图所示的三角形三条边上的变量之和是否相等,如相等即为一种满足要求的排列,把它们输出。当这些变量取尽所有的组合后,程序就可得到全部可能的解。-The variables A, B, C, D, E, and F are a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:27.05kb
    • 提供者:宋文儒
  1. s2

    0下载:
  2. 设数组A中存放互不相同的n个整数,试编写算法, 输出从这n个数中取出k个数的所有组合(0<k< n)。-A set stored in the array of n integers different each other, try to write the algorithm, the output the number n Remove all combinations of the number k (0 <k< n)。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:5.45kb
    • 提供者:宋文儒
  1. s3

    0下载:
  2. 请编写算法,生成任意一个集合的幂集(不计空集 )。集合元素用1, 2, 3, …表示,采用数组存储-Please write algorithms to generate any power set of a set (excluding the empty set). Collection of elements with 1, 2, 3, ... that the use of an array of storage
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:5.99kb
    • 提供者:宋文儒
  1. s1

    0下载:
  2. 精确值为。 1)编制按从大到小的顺序,计算SN的通用程序。 2)编制按从小到大的顺序,计算SN的通用程序。 3)按两种顺序分别计算,并指出有效位数。(编制程序时用单精度) 4)通过本次上机题,你明白了什么?-Exact value. 1) prepared in descending order, the calculation SN general procedure. 2) prepared in accordance with the order small to lar
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1.5kb
    • 提供者:宋文儒
  1. s2

    0下载:
  2. 给定初值及容许误差,编制牛顿法解方程f(x) 0的通用程序。 (2)给定方程,易知其有三个根 a)由牛顿方法的局部收敛性可知存在当时,Newton迭代序列收敛于根x2*。试确定尽可能大的。 b)试取若干初始值,观察当时Newton序列的收敛性以及收敛于哪一个根。 (3)通过本上机题,你明白了什么?-Given the initial value and allowable error, the preparation of Newton method to solve the e
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:1.85kb
    • 提供者:宋文儒
« 1 2 ... .26 .27 .28 .29 .30 1331.32 .33 .34 .35 .36 ... 28278 »
搜珍网 www.dssz.com