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

搜索资源列表

  1. Matlab 6.X辅助优化计算与设计   源代码

    0下载:
  2. 电子工业Matlab 6.X辅助优化计算与设计原代码-electronics industry Matlab 6.X assisted optimization code with the original design
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:71941
    • 提供者:宏观
  1. pi(x)

    0下载:
  2. 用Meisell-Lehmer算法计算PI(x),即计算在小于x范围内的质数个数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:857535
    • 提供者:张涛
  1. CRCx8+x2+x+1

    0下载:
  2. CRC查表法生成x8+x2+x+1,里面有源程序
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:
  1. Matlab7.x

    0下载:
  2. 关于MATLAB7.X
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:61199
    • 提供者:sarah
  1. fuzzy control.语言变量X,Y,Z的隶属度函数

    1下载:
  2. 语言变量X,Y,Z的隶属度函数.模糊控制规则表,还有matlab程序,阐述了模糊规则的生成过程!,good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-02-11
    • 文件大小:2508
    • 提供者:惠小锁
  1. GA.通过遗传算法的思想来解决

    0下载:
  2. 本MATLAB例程,为通过遗传算法的思想来解决f(x)=x*sin(10pi*x)+2.0,-1<=x<=2的最大值问题。,The MATLAB routines for the adoption of the idea of genetic algorithm to solve f (x) = x* sin (10pi* x)+ 2.0,-1
  3. 所属分类:matlab例程

    • 发布日期:2017-03-27
    • 文件大小:5716
    • 提供者:周钟
  1. someccode 象棋之马踏棋盘

    0下载:
  2. 一些c程序,象棋之马踏棋盘、把算术表达式转化未逆波兰表达式、保龄球计分规则算法、可进行多达50位的大整数运算(+X)、铁路调度算法,演示了堆栈的基本用法,Some c procedures, horse riding chess board, the arithmetic expressions are not translated into Reverse Polish expression, bowling scoring rules algorithm, can be as many as
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:3349
    • 提供者:
  1. 输入三个整数x,y,z,请把这三个数由小到大输出

    0下载:
  2. p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,      然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-09-11
    • 文件大小:875
    • 提供者:1314aa
  1. x264

    0下载:
  2. x.264源码,供有需要的人士共同研究,x264包含多种编解码器,和不同的测试环境-x.264 source for those who need to study, x264 includes a wide range of codecs, and different test environment
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:611611
    • 提供者:cziy
  1. MATLAB6.x

    0下载:
  2. 《MATLAB6.x信号处理》pdf文档,希望对大家有用哈-err
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4761600
    • 提供者:晓红
  1. plot

    1下载:
  2. 定义坐标轴的显示范围用axis指令 语法:axis([xmin xmax ymin ymax]) 你的例子ymin ymax应分别设为0和0.5,xmin xmax 取周期的两端。 然后再plot(x,y) 欢迎一起探讨matlab的使用:) -draw picture in matlab
  3. 所属分类:matlab

    • 发布日期:2016-06-12
    • 文件大小:22954
    • 提供者:周易
  1. Max-fonction

    0下载:
  2. a program for to maximise the fonction f(x,y)=x+y with genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2641
    • 提供者:kamel
  1. jbeam

    0下载:
  2. JBEAM-soft is a software package written in MATLAB. It was used to generate the simulation results, as well as figures, in paper "JBEAM: multiscale curve coding via beamlets" by X. Huo and Jihong Chen. This paper will appear in IEEE Trans. Image Proc
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:302076
    • 提供者:Galilleo
  1. zh-hans-6.x-1.0.tar

    0下载:
  2. drupal 中文语言包 -drupal language chinese
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:213991
    • 提供者:刘艳龙
  1. xujinpeng3.14

    1下载:
  2. 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4346
    • 提供者:竹子的信仰
  1. MATLAB7.X

    0下载:
  2. 《深入浅出MATLAB7.X混合编程》主要讲了MATLAB与其他应用软件的接口,并附有实例源码-" Easy to understand MATLAB7.X hybrid programming," say the main MATLAB interface with other applications, together with examples of source
  3. 所属分类:matlab

    • 发布日期:2017-06-09
    • 文件大小:16006314
    • 提供者:linglong
  1. X-ray-attenuation-

    1下载:
  2. 广谱X射线衰减的非线性 广谱X射线衰减的非线性-X-ray attenuation of the nonlinear spectrum
  3. 所属分类:matlab

    • 发布日期:2014-09-04
    • 文件大小:66560
    • 提供者:usher
  1. x-IMU-MATLAB-Library-master

    2下载:
  2. x-IMU官方matlab例程,非常强大,做惯性导航的可以参考(x-IMU matlab examples)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:538624
    • 提供者:MR.CHANG
  1. X-means

    1下载:
  2. 对K-means聚类算法的改进X-means算法。针对K值如何设定的问题,利用BIC准则判断聚类点数量。同时附有两个初始聚类点的选择程序,自己选吧。(The improved X-means algorithm for K-means clustering algorithm. In view of the problem of how to set the K value, the number of clustering points is judged by the BIC criteri
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:4096
    • 提供者:kbc1993
  1. 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值

    0下载:
  2. 用遗传算法求解f(x)=10*sin(5x)+7*cos(4x),x∈[0,10]上的最大值
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com