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

搜索资源列表

  1. Imageprocessing.rar

    2下载:
  2. 包括图像分析的四部分代码:matlab扩散和高斯函数,线性扩散,线性复扩散,非线性扩散。,It contains four parts: [1]MATLAB function:diffusion.m gauss.m [2]Linear diffusion Applying linear diffusion to images creating linear scale-space. MATLAB code: demo_lin.m Image: haifa1.bmp [3]Li
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:234.45kb
    • 提供者:吴豪科
  1. Duda-Pattern Classification Duda《模式分类》第二版

    5下载:
  2. Duda《模式分类》第二版第1、3、5章部分课后习题和上机题的解答和程序代码-Duda pattern classification, the second edition of the first chapter 1,3,5 some after-school exercises and answers questions on the machine and program code
  3. 所属分类:matlab例程

    • 发布日期:2012-09-27
    • 文件大小:70.2kb
    • 提供者:yuhua
  1. KPLS

    7下载:
  2. 基于核函数的偏最小二乘算法,先对原矩阵进行核函数非线性变化,再用非线性迭代求解-Kernel-based partial least-squares algorithm, first the original non-linear function of changes in the nuclear matrix, and then non-linear iterative solution
  3. 所属分类:matlab例程

    • 发布日期:2013-12-02
    • 文件大小:749byte
    • 提供者:书虫
  1. RS_encod_decod

    2下载:
  2. 自从发表《RS纠错编码原理及其实现方法》以来,收到很多初识RS编码的读者的来信, 大家纷纷表示这篇文章对初学者很有帮助,但同时也指出了很多不足。比如第一版的例子中都是按照码长 , 但在实际应用中并不总是这种情况,还有就是MATLAB程序,由于作者在工程中是在DSP上用C实现的, 所以文章中的MATLAB程序只是用来说明问题,并没有经过调试。做事应该有始有终,这次修改, 附有详细的经过调试的MATLAB程序。并尽量做到程序具有通用性。-Since the publication o
  3. 所属分类:matlab

    • 发布日期:2016-03-31
    • 文件大小:902.36kb
    • 提供者:陈文礼
  1. gpc

    1下载:
  2. 阶梯式广义预测控制的程序,单值广义预测控制,有纯滞后的阶梯式广义预测控制,一般有纯滞后的GPC及带迟滞的一阶环节辨识-Step-by-step procedures for generalized predictive control, single-valued generalized predictive control, a pure time-delay ladder-type generalized predictive control, are generally of the G
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:11.78kb
    • 提供者:夏来
  1. ECG

    2下载:
  2. 该代码首先对ECG信号进行消噪过滤,并且对信号进行平方,加窗等处理,最后用于对QRS波形的检测,压缩文件内同时包含了2个心电数据信号,可直接用于测试-The code first ECG signal de-noising filter, and the square of the signal, such as window handle, and finally used for the detection of QRS waveform, at the same time compress
  3. 所属分类:matlab例程

    • 发布日期:2017-05-03
    • 文件大小:677.94kb
    • 提供者:zhengp
  1. golomb_compress

    0下载:
  2. 一种基于多扫描链相容 压缩的 Golomb 码的压缩方法。这种方法首先把原始测试集的测试向量转变成多扫 描链的形式,从而进行第一次压缩——相容压缩,接着对已经相容压缩过的测试 集进行重排,使其仍然保持原始测试集模式之间变化位较少的特性,并通过对测 试模式的优化排序使得相邻模式间具有最少的不同位,最后利用 Golomb 码的编码 方法进行第二次压缩。-The method of Golomb codes compression based on compatible co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4.48kb
    • 提供者:张志刚
  1. Depth-First-Traverse

    0下载:
  2. 此代码为“图的深度优先遍历”的源代码,图的存储形式为邻接矩阵,里面有图的邻接矩阵存储的代码,有深度优先遍历的算法,还有验证的主函数。-This code for the " depth-first traversal map" of the source code, Figure storage form of adjacency matrix, there are plans stored in the adjacency matrix code, a deep traver
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2.09kb
    • 提供者:熊龙龙
  1. Broad-First-Search(AdjLGraph)

    0下载:
  2. 此代码为“图的广度优先遍历”的源代码,图的存储形式为邻接表,里面有图的邻接表存储的代码,还有广度优先遍历的算法,还有验证的主函数。-This code is " breadth-first traversal map" of the source code, Figure storage form of adjacency list, there are plans stored in the adjacent table code, as well as breadth-fi
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.22kb
    • 提供者:熊龙龙
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:101.83kb
    • 提供者:周武静
  1. oulalujingbianli

    0下载:
  2. 通过欧拉路径计算非叶子节点的后代数目,并且先序遍历输出构造的二叉树-Eulerian path through the calculation of non-leaf node the number of generations, and output first traversal of the binary tree structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:550.91kb
    • 提供者:hsing
  1. Artificial-Intelligence-for-Games-Source-Code

    0下载:
  2. Game development lives in its own technical world. It has its own idioms, skills, and challenges. That’s one of the reasons I find it so much fun to work on. There’s a reasonably good chance of being the first person to meet and beat a new progra
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1.5mb
    • 提供者:v0id995
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.66kb
    • 提供者:孙准
  1. EightPazzelBfs

    0下载:
  2. This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:35.09kb
    • 提供者:somatco
  1. ACRush_GCJ_WorldFinal09

    0下载:
  2. 2009 Google Code Jam总决赛第一名楼天成(ACRush)的全套代码打包-2009 Google Code Jam finals the first floor, Tiancheng (ACRush) of the complete code package
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:30.8kb
    • 提供者:王文怡
  1. ACRush_GCJ_WorldFinal08

    0下载:
  2. 2008 Google Code Jam总决赛第一名楼天成(ACRush)全部代码打包-2008 Google Code Jam finals the first floor, Tiancheng (ACRush) all the code package
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:24.04kb
    • 提供者:王文怡
  1. Curvelet

    1下载:
  2. The code first quantize the face image in different bit planes and then perform curvelet transform with different resolution
  3. 所属分类:数值算法/人工智能

    • 发布日期:2014-03-29
    • 文件大小:63.42kb
    • 提供者:HirenParmar
  1. DFS-first-algorithm

    1下载:
  2. DFS优先算法Matlab代码,十分强大!-DFS first algorithm Matlab code is very powerful!
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3.7kb
    • 提供者:王彤
  1. Code

    1下载:
  2. 改程序包里包含中值、均值滤波、自适应中值滤波和一种改进的椒盐噪声滤波程序,前三种是给第四种作对比的,第四种方法对椒盐滤除效果很好。-Change the program package contains the value, mean filtering, adaptive median filter and an improved impulse noise filtering program is the first three compare to the fourth, the four
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:4.71kb
    • 提供者:刘剑桥
  1. wavelet-MATLAB-code

    2下载:
  2. 实现以下功能:装载信号;完成信号的单尺度一维离散小波分解;从系数中重构低频部分和高频部分;显示高频和低频部分;由小波逆变换恢复信号;多层一维分解;提取系数的低频和高频部分;重构第3层的低频系数;重构第1、2、3、4、5层的高频信号;重构原始信号并显示-Achieve the following functions: load signal complete signal single-scale one-dimensional discrete wavelet decomposition r
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1.19kb
    • 提供者:王艳
« 12 3 4 5 6 7 8 9 10 ... 24 »
搜珍网 www.dssz.com