Welcome![Sign In][Sign Up]
Location:
Search - gauss.rar

Search list

[Mathimatics-Numerical algorithmsGauss.rar

Description:
Platform: | Size: 1571 | Author: | Hits:

[AlgorithmGaussmodule

Description: 没有说明,自己看吧。可以用来帮助你了解以及处理数学计算方面的问题-do not demonstrate that ion battery. Can be used to help you understand the mathematical calculation and processing aspects of
Platform: | Size: 508928 | Author: liyujun | Hits:

[GIS programProjection_0102040308

Description: 本程序可以实现地图投影变换,包括高斯投影,方位投影,圆柱投影等-this procedure can be achieved map projection transformation, including Gauss projection, the projection position, cylindrical projection, etc.
Platform: | Size: 94208 | Author: xieyuhong | Hits:

[Special Effectsgaussfiltcoef

Description: 此源码在matlab环境下运行。此程序功能是:输入采样频率,能够返回高斯滤波器的系数,由连续域经过采样得到离散域的高斯滤波系数。-This source in the matlab environment. This program features are: input sampling frequency, to return the coefficient of Gaussian filter, after sampling from the continuous domain to be discrete domain Gaussian filter coefficients.
Platform: | Size: 1024 | Author: 石榴石 | Hits:

[Algorithmgauss-seidel

Description: gauss-seidel算法实现对方程组的求解-gauss-seidel algorithm for the equations
Platform: | Size: 1024 | Author: | Hits:

[matlabGauss-Serdel

Description: 此程序为解线性方程组的Gauss-Serdel迭代法的源程序-This procedure for solving linear equations Gauss-Serdel source iteration
Platform: | Size: 1024 | Author: yang | Hits:

[Special EffectsPSF

Description: 本文针对灰度图像的盲复原问题进行了一些研究,介绍了两种不同的图像盲复 原处理的方法。一种是误差一参数分析法,该方法适合于辨识可以用参数来表征的 点扩散函数,如线性移动模型和Gauss模型等,然后根据估计的参数确定退化图像 的点扩’散函数,再利用常规的复原算法(如维纳滤波法)对退化图像进行复原处理 另一种是非负支撑域约束递归逆滤波(NAS-R工F)算法,文中介绍了NAS-R工F算法 的基本思想,并结合正则化的思想,提出了NAS-RIF的改进算法,相应对该算法的 性能效果进行了仿真分析。 1.图像去噪MATLAB仿真程序.m 2.图像点扩展函数获取MATLAB仿真程序.m 3.约束最小二乘法图像复原MATLAB仿真程序.m
Platform: | Size: 3778560 | Author: 刘赛 | Hits:

[AlgorithmChapter04.NumericalIntegration

Description: 清华大学《数值分析A》-第04章.数值积分 梯形 Simpson Romberg Gauss型求积 数值微分 -Tsinghua University,
Platform: | Size: 252928 | Author: 大乔 | Hits:

[AlgorithmGauss

Description: 不使用matlab内部调用程序的按照高斯消元法本身原理来编写。-Do not use matlab within the procedure call in accordance with the Gauss elimination principle to the preparation of their own.
Platform: | Size: 29696 | Author: chuchenyun | Hits:

[GIS programgsty

Description: 高斯投影的正算代码。可以实现基本的高斯投影操作。-Gauss projection is counting code. Can achieve the basic operation of Gauss projection.
Platform: | Size: 2251776 | Author: 刘华尧 | Hits:

[Multimedia Developgauss

Description: 混合高斯背景建模算法,包含了阴影消除方面的一些处理。-AppWizard has created this gauss application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
Platform: | Size: 1920000 | Author: luowen | Hits:

[Othergsty

Description: 高斯投影,选择不同的椭球参数由大地坐标的正反算-Gauss Projection
Platform: | Size: 4096 | Author: botao | Hits:

[Compress-Decompress algrithmsGausCoor

Description: 高斯投影正反算及邻带换算的成品 可直接经行运算工作-Positive and negative Gauss projection operator and its adjacent zone of the finished product can be directly converted by the line of computing tasks
Platform: | Size: 24576 | Author: 叶春 | Hits:

[Graph programbianyuanjiance

Description: EdgePicker类中实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明-EdgePicker class implements Kirsch, Prewitt, Sobel, Gauss edge extraction algorithm and, based on MATLAB, the Canny algorithm of the Canny algorithm, BianYuanJianCe.CPP to achieve the background extraction. Program to read the image, store use the ImageMagick library, ImageMagick library to use is illustrated in the ImageMagick.rar
Platform: | Size: 12272640 | Author: 孙瑜鑫 | Hits:

[CSharpProgramaInterpolacion

Description: Programa de algoritmos matematicos muestra los metodos de ecuaciones lineales,metodos de no ecuaciones lineales,Interpolacion y sumatorias como: Newton, biseccion, falsa posicion, punto fijo, secante, metodo de gauss, gauss seidel etc.-Programa de algoritmos matematicos muestra los metodos de ecuaciones lineales,metodos de no ecuaciones lineales,Interpolacion y sumatorias como: Newton, biseccion, falsa posicion, punto fijo, secante, metodo de gauss, gauss seidel etc.
Platform: | Size: 4849664 | Author: NUBIA1 | Hits:

[Mathimatics-Numerical algorithmsgaussian_jodan

Description: 用选主元的Gauss-Jordan方法计算矩阵的逆矩阵 matlab-With pivoting Gauss-Jordan method of inverse matrix matlab
Platform: | Size: 1024 | Author: zwx | Hits:

[AlgorithmBL_XY

Description: 高斯正算,即大地坐标系转换成高斯独立坐标系-direct solution of the gauss projection
Platform: | Size: 1024 | Author: 黄竹坑 | Hits:

[Special Effectsedge

Description: 实现了Kirsch、Prewitt、Sobel、Gauss边缘提取算法,并根据MATLAB中的Canny算法实现了Canny算法,BianYuanJianCe.CPP中实现了背景提取。程序中图像的读取、存储用到了ImageMagick库,ImageMagick库的使用方法在ImageMagick.rar中有说明。-Achieved Kirsch, Prewitt, Sobel, Gauss edge detection algorithm and the Canny algorithm based on MATLAB implements Canny algorithm, BianYuanJianCe.CPP to achieve the background extraction. Program to read the image, use the ImageMagick library storage, ImageMagick library use is described in the ImageMagick.rar.
Platform: | Size: 12292096 | Author: 陈英滔 | Hits:

[Special Effectsvisual-detecting-for-PCB

Description: 用VC++视觉检测程序,可以打开PCB板的照片文件,对其进行编辑、点运算、几何变换、正交变换、图像增强、形态变换、边缘与轮 廓检测、图像分析与复原、图像编码等功能。其中点运算包括图像反色、线性变换、阀值变换等功能;边缘检测包括Robert算子、 Sobel算子、Gauss-Laplace算子等;正交变换包括傅里叶变换、离散余弦变换、沃尔什变换;图像编码包括哈弗曼编码表、香农弗 曼编码表、行程编码、LZW编码等。 对于研究电子封装技术,视觉检测及电机精确控制的同学学习参考使用。-visual detecting for PCB.rar
Platform: | Size: 7317504 | Author: luaiming | Hits:

[Algorithmh.rar

Description: 主要是利用高斯求积公式来计算积分,以达到高精度(Gauss quadrature formula is used to calculate the integral, so as to achieve high precision)
Platform: | Size: 2048 | Author: 问宝宝 | Hits:

CodeBus www.codebus.net