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

搜索资源列表

  1. MFCIteratorDemo

    0下载:
  2. 这个项目演示了STL风格的迭代子,如何编写自己的迭代子,使用容器来简化STL,并与STL兼容。在这个例子中使用的容器是MFC框架应用程序,文档模板,文档类CWinApp,-the project demonstrated the STL - style iteration, how to prepare their son iteration, the use of containers to simplify the STL, and compatible with the STL. In t
  3. 所属分类:STL

    • 发布日期:2008-10-13
    • 文件大小:26.08kb
    • 提供者:张雷
  1. EM

    0下载:
  2. 用C++实现了期望最大化算法,为了简化,矩阵使用对角矩阵-C achieve expectations maximize algorithm, in order to simplify the use of matrix diagonal matrix
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.75kb
    • 提供者:方平
  1. evaluat_max

    0下载:
  2. 关于演化算法的小程序.以一个二元二次方程的求极值为例.对输入参数作了简化的固定处理.较好的说明了演化算法.可直接运行.-on evolutionary algorithm small procedures. A binary quadratic equation for the extreme example. To simplify the input parameters fixed address. A good note evolutionary algorithm. Direct op
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.75kb
    • 提供者:苏海鹏
  1. tpabbrevia_3_04

    0下载:
  2. Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.6mb
    • 提供者:江焱风
  1. 一个 PCA 算法的matlab程序

    0下载:
  2. 主成分分析(PCA)算法是用于简化数据的一种技术,对于某些复杂数据就可应用主成分分析法对其进行简化。-principal component analysis (PCA) algorithm is used to simplify the technology of data, For some complex data can be applied Principal Component Analysis streamline its.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.66kb
    • 提供者:赵俊义
  1. singalproessing

    0下载:
  2. matlab写的数字信号处理源代码,简化你的信号处理的工作。-Matlab write digital signal processing source code, simplify your signal processing work.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:41.78kb
    • 提供者:yupenghui
  1. ContrLib

    2下载:
  2. 用MATLAB的脚本语言M语言编写的,用于在MATLAB环境下实现帕笛近似(高阶模型简化降阶)的程序源代码,可以在MATLAB环境下直接运行。-MATLAB M scr ipting language language, MATLAB environment for the realization of Palau under Di approximation (high-order model to simplify Reduction) program source code, in the
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:14.98kb
    • 提供者:孙萌
  1. vc调用matlab

    0下载:
  2. 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a docu
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:李震
  1. guided-filter-code

    0下载:
  2. 本文提出了一种滤波源码来简化图像抠图中的一个大型稀疏矩阵算法,从而优化了算法,提高了效率。-This paper presents a filter in the source code to simplify the image matting, a large sparse matrix algorithm, to optimize the algorithm and improve efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2.09mb
    • 提供者:Sainan Zhang
  1. STLStream

    0下载:
  2. 使用标准模板库流(STL STREAM)来简化C++“线程安全”的日志记录-Logging:Flow using a standard template library (STL STREAM) to simplify the C++ “thread-safe”
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:11.01kb
    • 提供者:刘美娥
  1. textureclassfication

    0下载:
  2. 提出了一种基于函数联接的感知器神经网络的纹理分类方法.它采用高斯2马尔柯夫随机场模型(GM RF)对纹理进行描述,模型参数即为纹理特征,参数估计采用最小平方误差方法获得.将估计参数作为表达纹理的特征向量,用感知器网络对特征进行分类,并且采用函数联接的方式解决线性不可分问题.对纹理图象进行的实验表明,采用这种方法能够提高学习速度,简化计算过程,并取得较好的纹理分类效果. -Based on the function connected perceptron neural network tex
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:279.42kb
    • 提供者:singro jiang
  1. RandomGenerator

    0下载:
  2. 建模与仿真试验中需要产生随机数,以简化模型的建立,降低仿真程序的复杂度,本程序即实现了随机数的产生。-Modeling and Simulation tests need to generate random numbers, to simplify the model, reducing the complexity of simulation program, the process of achieving a random number generation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-14
    • 文件大小:4.89kb
    • 提供者:xyshyh012
  1. Ckanuotu

    0下载:
  2. 该程序可以化简卡诺图。首先输入真值,然后该程序会将化简以后的最简形式输出-Simplification of the procedure can be Karnaugh map. First of all input true value, then the program will simplify the simplest form of the future output
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:414.57kb
    • 提供者:夏树茂
  1. centermanifold06

    0下载:
  2. 该程序用来处理微分方程系统的,用来化简一个微分系统的-The procedures used to deal with differential equations system to simplify a system of differential
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-29
    • 文件大小:22.94kb
    • 提供者:曹俊飞
  1. roughset

    1下载:
  2. ,在MATLAB环境下对 学生自主学习成绩决策表进行了求解,分析了该决策表的上近似集、下近似集、不可分辨关系、约简、核集、属性依赖度的概念,从而 在原始数据的基础上得出了条件属性与决策属性间的关系。 -The knowledge theory based on rough set can help to simplify the knowledge proceeded from originaldata. In the paper it intro- duces the roug
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:333.7kb
    • 提供者:水晶
  1. Simplify

    0下载:
  2. To simplify boolean functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6kb
    • 提供者:Orhan Ucar
  1. bpnet

    0下载:
  2. 一个BP神经网络封装类。包括矩阵运算的封装。采用特殊封装方式,极大简化书写矩阵运算表达式,同时尽量减少申请/释放内存,提高运行速度。经过封装,这个神经网络结构很简单,易于理解,易于扩展。相信这个封装能给学习,应用神经网络的同学以方便。-A BP neural network package. Including a Matrix operations packaging. With special package methou, It greatly simplify the expressio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:4.8kb
    • 提供者:封装的艺术
  1. RSCC_Turbo

    1下载:
  2. 运用Log-Map迭代译码算法实现Turbo码的简化译码,改善了码率,提高译码速度,减小了运算量。-The use of Log-Map iterative decoding algorithm decoding Turbo codes to simplify and improve the bit rate, improve decoding speed and reduce the computational complexity.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:115.72kb
    • 提供者:何天玲
  1. sw_pretrigger

    0下载:
  2. This m-file implements a simple data acquisition gui with multiple channels and custom triggering It demonstrates how to: 1) Use nested functions to simplify data acquisition programs 2) Use a simple GUI (a couple of pushbuttons) to
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3.81kb
    • 提供者:Anna
  1. Maths_expr215140542009

    0下载:
  2. This a simple demo of how to evaluate mathematical expressions in text format, including provision for variables and functions. The code consists of three simple classes: 1) Calc - which does the main calculations, 2) Stack - which is used t
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:117.37kb
    • 提供者:serkan
« 12 3 4 5 »
搜珍网 www.dssz.com