搜索资源列表
calculate mean value os a rasterlayer under a poly
- calculate mean value os a rasterlayer under a polygon layer
5
- 输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program
svd
- 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
bptree
- 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节
Matlab语言中边值问题算法的改进
- 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
InvMat
- 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding t
C45Driver1
- C4.5 is an upgrade version of ID3, which solves issues that are not addressed by ID3, e.g. C4.5 can handle missing value and continuous features.-C4.5 is an upgrade version of ID3, which solves issues that are not addres
svdfit
- 通过奇异值分解实现的最小二乘拟合算法 inear least-squares fit by singular value decomposition-through the singular value decomposition of the least squares fitting algorithm inear least-squares fit by singular value decomposition
r-value
- 用 excel 来计算数据中的相关系数 两个文件-excel used to calculate the data correlation coefficient of two documents
Adoptmeanvaluewavefilteringwaytodislodgenoisetothe
- Adopt mean value wave filtering way to dislodge noise to the image-Adopt mean value wave filtering way to disl odge noise to the image
ImagesmoothingContrastEnhancement
- 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase th
svd
- fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
S_StudentT
- 进行T分布检验,专门用于极值分析,如果有极值分析的需要可以进一步联系我!-T distribution for testing, specifically for the extreme value analysis, if there are extreme needs analysis can further contact me!
SVD
- % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
ImageFFT
- 自己写的图象的二维DFT,含有测试代码,并且可以将象素值输出-Write their own two-dimensional image of DFT, containing the test code, and can output pixel value
SGA2[1].0
- GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent mult
5
- 测试用例的设计-边界值法例子,第五个文档,上传太慢了。-Test Case Design- Examples of boundary value method, the fifth document, upload too slow.
calculate mean value os a rasterlayer under a poly
- calculate mean value os a rasterlayer under a polygon layer
RiskCalculator
- Simple VaR Calculator provides: - Evaluation of return distribution of single asset or portfolio of assets - Volatility forecasts using moving average and exponential algorithm - Value at Risk of single
get_psnr
- 这个是一个获取两个图像相似度的函数,对于图像处理和数字水印方面的编程者来说,会经常去计算两个图像的psnr值,从而来确定图像的相似度,使用matlab可以很方便的计算两个图像的psnr,但是由于matlab专业性很强,而且有没有版权保护,所以对于大批的使用VC语言的这方面的编程者,由于要经常使用而显得很麻烦。 通过调用get_psnr函数可以很方便的就得到两个图像的相似度。 -This is a similarity to ob