CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - Matlab算法

搜索资源列表

  1. c02

    0下载:
  2. [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用 [2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。 [OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别 [javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发的 [MySoft.rar] - 一种利用硬盘序列号对
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1632486
    • 提供者:宇文龍
  1. anewunscengedkalmanparticlefilter

    0下载:
  2. 一种新的改进的UPF粒子滤波,在不降低精度的同时有效降低了算法的运行时间,很好用,可直接适用-A new particle filter to improve the UPF, achieved without lowering the accuracy of the algorithm at the same time effectively reduce the running time, very good, and can be directly applicable
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:35040
    • 提供者:李光
  1. PFC

    1下载:
  2. 此算法实现了单元机组负荷系统预测函数控制-This algorithm unit load system predictive functional control
  3. 所属分类:Other windows programs

    • 发布日期:2016-04-03
    • 文件大小:57590
    • 提供者:王天坤
  1. hopfieldNetwork

    0下载:
  2. 基于MATLAB的HOPFIELD字母识别算法!! 可以识别形状不全的字母-MATLAB-based recognition algorithm HOPFIELD letters! ! Failure to identify the shape of the letters
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3341
    • 提供者:tdw
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. myGPA

    0下载:
  2. 灰度投影算法在电子稳像中的应用,简单的小程序-Gray-scale projection algorithm in the electronic image stabilization in the application of simple procedures
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2634
    • 提供者:童玉娟
  1. 7125654769

    1下载:
  2. 用Matlab实现的人工免疫算法的源程序,用户可以根据需要定义相应的参数-Using Matlab the artificial immune algorithm to achieve the source, the user can define the parameters of the corresponding
  3. 所属分类:Console

    • 发布日期:2017-04-15
    • 文件大小:7633
    • 提供者:程俊仁
  1. tuxingde

    0下载:
  2. 实现图形的广度优先算法,在此程序中包括结点的搜搜实现过程-The realization of the breadth-first algorithm graphics in this program include node realization process Soso
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:3496
    • 提供者:liweixia
  1. filter

    0下载:
  2. 垃圾邮件过滤器,本软件基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90%以上。-Spam filters, the software based on the Naive Bayes algorithm, using NetBeans generated interface (requires JDK1.6), apply to SMS, mail messages, diaries and other do
  3. 所属分类:File Operate

    • 发布日期:2017-04-02
    • 文件大小:977675
    • 提供者:张家
  1. smart_antenna

    0下载:
  2. 智能天线算法 智能天线在TDSCDMA中的应用-Smart antenna algorithms in smart antenna TDSCDMA Application
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4898
    • 提供者:张宏
  1. GA

    2下载:
  2. 本程序是在MATLAB平台上,利用智能优化算法遗传算法来解决01背包问题。在0 / 1背包问题中,需对容量为c 的背包进行装载。从n 个物品中选取装入背包的物品,每件物品i 的重量为wi ,价值为pi 。对于可行的背包装载,背包中物品的总重量不能超过背包的容量,最佳装载是指所装入的物品价值最高。-This procedure is in the MATLAB platform using intelligent genetic algorithm optimization algorithm t
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1625
    • 提供者:周薇
  1. sa_tsp

    1下载:
  2. 旅行商(TSP)问题一直以来都是一个NP难问题,旅行商问题(TSP问题)就是一销售商从n个城市中的某一城市出发,不重复地走完其余n-1个城市并回到原出发点,在所有可能的路径中求出路径长度最短的一条。本次软件设计是利用模拟退火算法解决TSP问题,通过该软件设计,对模拟退火算法和旅行商问题有个初步的认识。-Traveling Salesman (TSP) problem has always been a NP hard problem, traveling salesman problem (TS
  3. 所属分类:Other windows programs

    • 发布日期:2016-03-14
    • 文件大小:1424
    • 提供者:周薇
  1. PARK

    1下载:
  2. OFDM同步中的PARK经典算法,有单径或多信道下的仿真,其他的子函数网上也可以找到-OFDM Synchronization PARK classic algorithms, there is a single track or multi-channel under the simulation, the other can also be found online Functions
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2504
    • 提供者:胡位
  1. oct3bank

    1下载:
  2. 三分之一倍频程滤波器组的算法。可以从时域进行滤波得到频谱,需要读入数据。-One-third octave filter bank algorithm. Can be time-domain filter spectrum, the need to read into the data.
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1727
    • 提供者:she
  1. Bolasso-feature-selection-prediction

    0下载:
  2. 这个程序实现了Francis R. Bach的Bolasso算法,用于特征选取和预测。主要用于高纬度问题的特征选取,它使用了带有Bootstrap方法的自助抽样的正则化回归,并使用了Karl Skoglund的lars实现。-This procedure achieved Francis R. Bach s Bolasso algorithms for feature selection and forecasting. The main problem for high-latitude fe
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:199173
    • 提供者:xuechaoling
  1. duhamel

    1下载:
  2. duhamel积分的程序,是一个很经典的算法,可以计算任意荷载体系的动力响应。-duhamel integral procedure is a very classic algorithms, can calculate arbitrary load system dynamic response.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-07
    • 文件大小:918
    • 提供者:tyaya
  1. schmidl

    3下载:
  2. OFDM同步定时程序,主要是Schmid和lPark定时算法。-OFDM timing synchronization process, the main Schmid and are regularly lPark algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3887
    • 提供者:张彩
  1. ISODATAm

    1下载:
  2. 模式识别中的isodata算法,内有详细的说明文档-Pattern Recognition ISODATA algorithm, which has detailed documentation.
  3. 所属分类:Other systems

    • 发布日期:2015-03-25
    • 文件大小:8791
    • 提供者:Eric
  1. lab

    0下载:
  2. 通过labwindows cvi环境开发,通过接口调用matlab算法实现矩阵的求逆。
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-13
    • 文件大小:2760
    • 提供者:yjblabwindow
  1. ME

    0下载:
  2. 运动估计(包含七种算法),对于学习视频压缩的朋友来说很有用。-Me
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4621510
    • 提供者:lll
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 ... 50 »
搜珍网 www.dssz.com