搜索资源列表

  1. Cmex.pdf

    0下载:
  2. 使用C 语言编制Mex算法程序,对于提高算法的性能有很大帮助。 希望该文档能帮助大家进入matlab 和 c 语言之间互动的世界,也期待你编制更多的原创程 序奉献给研学论坛,尤其是混沌和分形版面-The use of C language algorithm Mex procedures, for improving the algorithm performance of much help. I hope the docum
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:116736
    • 提供者:胡海峰
  1. scm_mex_core

    0下载:
  2. This file contains functions for calculation of Spatial channel model for * Multiple Input Multiple Output (MIMO) simulations. It also has a mex gateway function * for Matlab use.-This file contains functions for c
  3. 所属分类:通讯编程

    • 发布日期:2024-05-18
    • 文件大小:9216
    • 提供者:allan
  1. cvlib_mex

    0下载:
  2. opencv函数包,用于matlab调用-opencv function package, calls for matlab
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:978944
    • 提供者:ronghjr
  1. Dijkstra

    0下载:
  2. Dijkstra最短路算法 .详细中文注释.-Dijkstra shortest path algorithm. Detailed English Notes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:Jiandong Yang
  1. kantz_lyapunov_c

    1下载:
  2. 混沌kantz算法的mex实现kantz_lyapunov_c-kantz lyapunov c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:aircraft
  1. ShortEst

    0下载:
  2. matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可-matlab most short-circuit the greedy algorithm, using VC++ to achieve, and copy it to
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:70656
    • 提供者:
  1. sfilter

    0下载:
  2. 虽然这是一个用C语言编写的图像处理源码,但可以很简单能过MATLAB命令来调用即mex s_trans.c ,以后就直接可以用M语言来完成操作。它是用来得到一幅图像每个像素周围的信息量。-Although this is a language with C-source image processing, but can be very easy to have MATLAB command to call that mex s_tra
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:
  1. Lyapunov_exponents

    0下载:
  2. 小数据量法计算 Lyapunov 指数的 Matlab 程序 - (mex 函数,超快)-Small amount of data calculated Lyapunov index of Matlab procedures- (mex function, ultra-fast)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:54272
    • 提供者:peter
  1. NN

    0下载:
  2. 最详尽的神经网络源码,包括最主要的三个神经网络算法:GRLVQ , SRNG和H2MGLVQ算法,提供详细的源码和例程,三个监督基于LVQ classifieur-Fast implementation of the GRLVQ, SRNG and H2MGLVQ algorithms, three supervised LVQ classifieur Please run mexme_NN to recompile m
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:165888
    • 提供者:yangle
  1. LDPCCode

    0下载:
  2. LDPC编解码代码,使用matlab中的Mex文件,解码速度较快-LDPC Codec using mex file in Matlab
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:shiyuhai
  1. STCode

    0下载:
  2. 空时编码源代码,在Matlab中使用Mex文件编写,速度快-space time codec
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-18
    • 文件大小:73728
    • 提供者:shiyuhai
  1. TurboCode

    0下载:
  2. Turbo码的编解码源代码,在MatlAB中使用Mex文件实现,速度快-Turbo codec
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-18
    • 文件大小:35840
    • 提供者:shiyuhai
  1. OpenCV-wraper

    0下载:
  2. cvlib_mex封装了OpenCV库大约30个函数,OpenCV是当前流行的实时计算机视觉库,拥有很多的图像处理的算法。 -OpenCV library encapsulates cvlib_mex around 30 function, OpenCV is popular real-time computer vision library, with a lot of image processing algorithms.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:845824
    • 提供者:wth
  1. BruteSearch

    0下载:
  2. K-nearest neighbors 搜索 聚类时经常使用的一种方法 国外网站转载- The following utilities are provided: - Nearest neighbor - K-Nearest neighbors - Radius Search They al
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:Ming
  1. meanshiftc

    0下载:
  2. example mex file in matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:41984
    • 提供者:choi
  1. mex_vc6.0

    0下载:
  2. 利用vc和matlab混编,调试mex文件的方法。附带VC详细操作步骤以及C++源程序-use VC and matlab to debug code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:600064
    • 提供者:刘彦璋
  1. Sobel

    0下载:
  2. 本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。-This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school pro
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:66560
    • 提供者:
  1. G.729coder

    0下载:
  2. G.729编码器部分,全部以.m文件来实现,没有.mex文件,运行速度低,但是便于转换成其他的语言。-generation of G.729 encoder in .m.
  3. 所属分类:Audio

    • 发布日期:2024-05-18
    • 文件大小:182272
    • 提供者:tao fei
  1. gnumex2.01

    0下载:
  2. gnumex 这是在matlab上用gnu 做c/c++编译器进行mex编译的工具。-henhao henqiangda!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:268288
    • 提供者:任吾
  1. SONY_mex-5di-car

    0下载:
  2. sony mex-5di service manual
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:2392064
    • 提供者:franco
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 21 »

源码中国 www.ymcn.org