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

搜索资源列表

  1. peuker.pdf

    0下载:
  2. Simplicial Methods for Solving Selected Problems in General Relativity Numerically
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:4245417
    • 提供者:quax
  1. tokenizer

    0下载:
  2. General purpose string tokenizer (C++ string version). The default delimiters are space(" "), tab(\t, \v), newline(\n),carriage return(\r), and form feed(\f).If you want to use different delimiters, then use setDelimiter() to override the delimiters.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:103124
    • 提供者:vale
  1. harr

    0下载:
  2. for using this code need to use signal toolbox and general toolbox in your matlab Using Haar transform to compress the image (showing remaining coefficen of Thresholded Image) and then using Inverse 2D Haar transform and finding the SNR to se
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:8254
    • 提供者:jams1166
  1. inpainting

    0下载:
  2. For using this code need to use signal toolbox and general toolbox in your matlab Inpainting using sparse regularization. Consider the pepper image with many missing pixels. Assume that the image is noisy-free. (a) Inpaint the image by usi
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:20536
    • 提供者:jams1166
  1. denoisingWavelet

    0下载:
  2. Wavelet denoising For using this code need to use signal toolbox and general toolbox in your matlab In the first part of this assignment, we asked to obtain a (black-and-white) digital image of size 512 by 512 and then generate noi
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:90648
    • 提供者:jams1166
  1. chuandihanshu

    0下载:
  2. 求传递函数的一般格式,通过该程序,我们基本上能写出求任意的传递函数的式子-The general format of the transfer function of demand。Through this program, we can write the formula basically seeking arbitrary transfer function
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:25258
    • 提供者:身在江湖
  1. qr_decomposition

    0下载:
  2. 矩阵QR分解,该程序给出了一种简便的求解矩阵的QR分解的算法,该算法通用简便-Matrix QR decomposition, the program presents a simple algorithm for solving matrix QR decomposition, the algorithm of general is simple
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:616222
    • 提供者:张瑶瑶
  1. EigenValue

    0下载:
  2. 该程序给出了一种简便通用的求解矩阵特征值的算法,精度高计算快-The program presents a simple and general algorithm for solving matrix eigenvalues, high precision of calculation is fast
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3751
    • 提供者:张瑶瑶
  1. Real-matrix-decompositi

    0下载:
  2. 利用Householder变换及变换QR算法对一般实矩阵进行奇异值分解。-Real matrix singular value decomposition of general procedures
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2144
    • 提供者:luyu
  1. MISCELLANEOUS

    0下载:
  2. This software may be used for non-commercial purposes only, so long as this copyright notice is reproduced with each such copy made. The software in this folder focuses on the computations associated with general type-2 FLSs.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2236
    • 提供者:sabz
  1. simplex-algorithm

    0下载:
  2. 单纯形法是求解线性规划问题的通用方法。先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。-Simplex method is a general method for solving linear programming problems. First find a basic feasible solution, its identification, to see whether it is the
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:5367
    • 提供者:haoguaiguai
  1. sort_and_search

    0下载:
  2. 几个重要的排序算法(插入,冒泡,选择及快排等)和查找算法(普通查找,二分查找)-Several important sorting algorithms (insertion, bubble, selection and fast scheduling, etc.) and search algorithms (general search, binary search)
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1374
    • 提供者:李彦宏
  1. DOMN1

    0下载:
  2. Preconditioned Sparse Iterative Ax=b Solver. Routine to solve a general linear system Ax = b using the Preconditioned method.-Preconditioned Sparse Iterative Ax=b Solver. Routine to solve a general linear system Ax = b using the Preconditioned
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:8967
    • 提供者:adit
  1. code

    0下载:
  2. 求解线性不定方程组的一个基解(未知数个数大于方程个数),代码简单有效,可以利用该代码求出所有基解,从而得到不定方程组解得一般形式-A radical solution for solving linear equations uncertain (unknown number greater than the number of equations), the code is simple and effective, you can use the code to all base solut
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1506
    • 提供者:卡久
  1. Naive-Bayes

    1下载:
  2. 基本的朴素贝叶斯算法,使用python编写。执行效率一般。-The basic Bayesian algorithms, written using python. Efficiency in general.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:814
    • 提供者:王科
  1. BTree

    0下载:
  2. 是关于数据结构里面一般树的代码,用C语言写的,不错的一个代码。-There is general tree data structure code, written in C language, a good code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2501
    • 提供者:员凯
  1. exRBFNN

    1下载:
  2. 用于初学者学习径向基函数神经网络,可以了解径向基函数神经网络的预测程序。对径向基函数神经网络有一个大体的了解。-For beginners to learn the radial basis function neural network prediction program can understand radial basis function neural network. Radial basis function neural network has a general underst
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:629
    • 提供者:郑铮
  1. GPCAPDASpectral

    0下载:
  2. General Principle Component Analysis (GPCA)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-25
    • 文件大小:6144
    • 提供者:Majid
  1. PSOFully

    1下载:
  2. Fully informed particle swarm optimization for optimizing a general function.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1229
    • 提供者:kumar
  1. slove-the-function

    0下载:
  2. matlab中解决一般线性方程组 微分方程组等各种方程类型的解决方法 入门级的好帮手-matlab help in solving various types of equations of general solutions of differential equations of linear equations, such as the entry-level
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:85288
    • 提供者:陈江波
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com