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

资源列表

« 1 2 ... .35 .36 .37 .38 .39 25540.41 .42 .43 .44 .45 ... 28275 »
  1. matlabimagepross

    0下载:
  2. 压缩包中共有7个文件,主要包含了MATLAB进行图象处理的源程序,及部分信号处理的程序,关键处都有注释。-compressed A total of seven documents, primarily comprised of MATLAB for image processing of the source, and some signal processing procedures, have crucial Notes.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6271
    • 提供者:李浩
  1. 遗传算法的一个例子

    1下载:
  2. 本程序是使用一种遗传算法解决m个工件分配给m架机床的效益最优化问题,-this program is to use a genetic algorithm to solve m m allocated to the workpiece-machine efficiency optimization,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:19120
    • 提供者:阳光灿烂
  1. gacode-in-c

    0下载:
  2. This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective(
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:24548
    • 提供者:阳光灿烂
  1. Secant

    0下载:
  2. 弦割法也是求解非线性方程的一个重要而且实用的手段,上载这些数值分析的基本算法,旨在让初学数值分析的人有个很好的参考,以便提高自己的编程能力,达到学习数值分析的最终学习目的.-string cut France solving nonlinear equations is an important and useful means of those on the numerical analysis of the basic algorithm, aimed at beginners who Nu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:780
    • 提供者:赵云
  1. bisect

    0下载:
  2. 用二分法求解非线性方程,只要用户输入所求的方程,方程的根就很快被程序计算出,方便而且还很快捷.对于数值分析这样的课程,将算法通过程序实现,具有很好的教学价值.-dichotomy used to solve nonlinear equations, as long as import demand equation, the equation roots soon be worked out procedures to facilitate and very fast. Numerical an
  3. 所属分类:matlab例程

    • 发布日期:2014-01-21
    • 文件大小:817
    • 提供者:赵云
  1. Secant

    0下载:
  2. 弦割法求解非线性方程的matlab程序 输入所要求解的方程,就可以快速的得到方程的解,对数值分析的教学很有帮助和实用价值-string cut method of nonlinear equations of Matlab admission procedures for solving the equation, we can quickly obtain its solution to the teaching numerical analysis very helpful and prac
  3. 所属分类:matlab例程

    • 发布日期:2014-01-21
    • 文件大小:780
    • 提供者:赵云
  1. bp数字识别

    0下载:
  2. 基于bp人工智能的图像识别的技术,配套源代码-bp artificial intelligence-based image recognition technology and supporting source code
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:36470
    • 提供者:zz
  1. CRC32数据检验算法代码

    0下载:
  2. 在远距离数据通信中,为确保高效而无差错地传送数据,必须对数据进行校验即差错控制。循环冗余校验CRC(Cyclic Redundancy Check/Code)是对一个传送数据块进行校验,是一种高效的差错控制方法。-in long-distance data communication, in order to ensure efficient without error to transmit data, the data must check that the error control. C
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:19028
    • 提供者:zhou
  1. 最大子长方体问题

    0下载:
  2. *Cube:最大子长方体问题 问题描述: 一个长,宽,高分别为m,n,p的长方体被分割成个m*n*p个小立方体。每个小立方体内有一个整数。 求所给长方体的最大子长方体。子长方体的大小由它所含所有整数之和确定。 */-* Cube : The biggest problem for rectangular Problem descr iption : a long, wide and high respectively m, n, p rectangular cut into the 000 m
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1256
    • 提供者:phq
  1. 最大k乘积问题

    0下载:
  2. /*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k * Product of the biggest problems Descr iption : I set up is a n-bit decimal integer. If I will be divided into k, k
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1452
    • 提供者:phq
  1. 数字三角形问题

    0下载:
  2. /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/ * Digital triangle Issue Descr iption : given an OK by the number n of triangular figure
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1082
    • 提供者:phq
  1. 解决TSP的遗传算法

    1下载:
  2. 对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3857
    • 提供者:阳光灿烂
« 1 2 ... .35 .36 .37 .38 .39 25540.41 .42 .43 .44 .45 ... 28275 »
搜珍网 www.dssz.com