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

搜索资源列表

  1. matlab-signal

    0下载:
  2. 用c语言实现下列的数字信号处理算法 1.离散傅里叶级数合成连续周期信号 2.DIF FFT 测试程序 3.将输入数据的幅度画出图形 4.使用FFT实现快速卷积 5.使用FFT实现快速相关 6.取样混迭演示程序 -language used to achieve the following digital signal processing algorithms 1. Discrete Fourier series synthetic signal two conse
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:19741
    • 提供者:胡叶
  1. anneal_SimulatedAnnealing

    0下载:
  2. anneal_SimulatedAnnealing.rar用C语言编写,能弥补Matlab中无现成模拟退火算法函数的不足-anneal_SimulatedAnnealing.rar C language, Matlab can make up for the non-existing simulated annealing function of inadequate
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:43569
    • 提供者:wang
  1. CCodes

    0下载:
  2. 二进制编码的简单遗传算法的C语言源程序,很少的C语言优化算法程序
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:117627
    • 提供者:王晓磊
  1. MSER

    0下载:
  2. 主要函数由c语言编写,但是有matlab的mex文件方便使用。
  3. 所属分类:matlab例程

    • 发布日期:2010-09-20
    • 文件大小:2690130
    • 提供者:concha
  1. 关于无线传感器网络的S-MAC定位算法的C 语言代码

    1下载:
  2. 关于无线传感器网络的S-MAC定位算法的C 语言代码.希望对大家有帮助.,Wireless sensor networks on S-MAC algorithm for C language code. Want to help you.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-21
    • 文件大小:24188
    • 提供者:李亚杰
  1. 0.背包问题C语言算法

    0下载:
  2. 给定n种物品和一个背包,物品i的重量是Wi,价值是vi,被包容量是C,应该如何选择装入被包的物品,使得装入背包中物品的总价值最大?对于每种物品i,只有两种选择,装入或者不装入. 输入:第一行两个正整数n(物品数)和C(容量) 第二行n个正整数n,表示物品价值 第三行n个正整数n,表示物品重量 输出:第一行表示总价值 第二行n个数(0/1),0表示物品不装入,1表示装入 例如, 输入: 5 10 6 3 5 4 6 2 2 6 5 4 输出 15 1 1 0 0 1 ,
  3. 所属分类:matlab例程

    • 发布日期:2017-03-29
    • 文件大小:622
    • 提供者:cj
  1. kmean

    0下载:
  2. 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:10711
    • 提供者:刘斌
  1. aco

    1下载:
  2. 一共四个蚁群算法 程序源码,三个matlab,一个C语言-A total of four procedures for source code ant colony algorithm, three matlab, a C language
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8680
    • 提供者:cib
  1. GA

    0下载:
  2. 遗传算法 C语言源码Denis Cormier (North Carolina State University)开发的,Sita S.Raghavan (University of North Carolina at Charlotte)修正,很实用-GA C language source code Denis Cormier (North Carolina State University) developed, Sita S. Raghavan (University of North
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4224
    • 提供者:宣奇波
  1. 蚁群算法

    1下载:
  2. 基本蚁群算法C语言编写,txt存储,可以直接复制粘贴使用
  3. 所属分类:matlab例程

  1. sc_decode_bpsk

    0下载:
  2. poalr 编译码算法 C++语言实现 SC的,有待完善-poalr code for C++, the main is SC
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1273599
    • 提供者:xifeng
  1. 混合蛙跳C语言

    0下载:
  2. 用C语言编程实现的混合蛙跳算法(SFLA),该算法于2003年首次提出~!(The shuffled frog leaping algorithm with C language programming (SFLA), the algorithm is put forward for the first time in 2003!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:2629632
    • 提供者:燃烧男孩
  1. particle

    0下载:
  2. 利用C++语言,实现了粒子滤波算法,该算法可以用于机动目标的跟踪。(The particle filter algorithm is realized by using C++ language, and the algorithm can be used for maneuvering target tracking.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:964608
    • 提供者:lchy
  1. C语言系统编程资料

    0下载:
  2. LEACH仿真,在matlab平台仿真出LAECH算法图(LEACH protocol matlab simulation code)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:12288
    • 提供者:以冬
  1. main

    0下载:
  2. 遗传算法用c语言求一个函数最小值 函数为min y=x^6-10x^5-26x^4+344x^3+193x^2-1846x-1680(The genetic algorithm uses the C language to find the minimum value of a function)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:2048
    • 提供者:网二233
  1. 蚁群算法

    0下载:
  2. 蚁群算法,包括蚁群算法解决TSP问题,蚁群算法寻找最优解等问题还包括蚁群算法的c语言程序,希望能帮助大家!(Ant colony algorithm, including ant colony algorithm to solve the TSP problem, ant colony algorithm to find the optimal solution and other issues, including the C language program of ant colony al
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:23076864
    • 提供者:linmi
  1. SVM

    0下载:
  2. 该算法用Visual Studio编写 ,用于实现对样本的训练以及测试,并可以转换成matlab语言,直接调用子程序(The algorithm is written in Visual Studio, which is used to train and test the sample, and can be converted into a matlab language and directly invoked the subroutine.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-21
    • 文件大小:23552
    • 提供者:飘逸的猪
  1. 模糊PID控制算法C语言代码

    2下载:
  2. 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)
  3. 所属分类:matlab例程

  1. NSGA-II算法C语言代码

    2下载:
  2. 基于NSGA-II算法原理,利用C语言实现了交叉、变异、以及非支配排序、拥挤度计算等算法模块。
  3. 所属分类:matlab例程

  1. C-Digital-Beamforming-develop

    1下载:
  2. C 语言版本的 波束形成,绍了三大类自适应算法,基于来波方向的波束形成,基于参考信号的波束形成和基于信号结构特性的盲自适应算法(C version of beamforming,)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-22
    • 文件大小:421888
    • 提供者:一个两个
« 12 3 4 5 »
搜珍网 www.dssz.com