搜索资源列表

  1. calculate mean value os a rasterlayer under a poly

    0下载:
  2. calculate mean value os a rasterlayer under a polygon layer
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:860
    • 提供者:ChunKaiChen
  1. 5

    0下载:
  2. 输入三个整数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
  3. 所属分类:汇编语言

    • 发布日期:2024-03-29
    • 文件大小:19456
    • 提供者:
  1. svd

    0下载:
  2. 矩阵的奇异值分解算法-A algorithm of matrix singular value decomposition
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-03-29
    • 文件大小:9216
    • 提供者:董启文
  1. bptree

    0下载:
  2. 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-03-29
    • 文件大小:3072
    • 提供者:qqiang
  1. Matlab语言中边值问题算法的改进

    0下载:
  2. 一片论文,是关于Matlab语言中边值问题算法的改进,-a thesis on the Matlab language boundary value problems algorithm,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-03-29
    • 文件大小:151552
    • 提供者:作风小
  1. InvMat

    0下载:
  2. 利用矩阵的奇异值分解压缩图像,先将图像分块,对各块中的每个对应象素内积得到相关矩阵A,然后对A进行奇异值分解,选择n(n<N)个较大的特征值对应的特征向量,利用该向量与各块图像内积来压缩和恢复图像-matrix of singular value decomposition image compression, image first block of the block of each pixel corresponding t
  3. 所属分类:其他小程序

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:王志气
  1. C45Driver1

    0下载:
  2. 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
  3. 所属分类:数据库编程

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:12
  1. svdfit

    0下载:
  2. 通过奇异值分解实现的最小二乘拟合算法 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
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:游江
  1. r-value

    0下载:
  2. 用 excel 来计算数据中的相关系数 两个文件-excel used to calculate the data correlation coefficient of two documents
  3. 所属分类:matlab例程

    • 发布日期:2024-03-29
    • 文件大小:5120
    • 提供者:flyingbunny
  1. Adoptmeanvaluewavefilteringwaytodislodgenoisetothe

    0下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:2048
    • 提供者:xue
  1. ImagesmoothingContrastEnhancement

    0下载:
  2. 直方图均衡:原始图的直方图变换为均匀分布的形式,这样就增加了象素灰度值的动态范围从而达到增强对比度的效果 中值滤波:中值滤波属于非线性平滑滤波器,它可以消除噪声又能保护图象的细节-histogram equalization : the original plan to transform the histogram in the form of uniform distribution. This will increase th
  3. 所属分类:2D图形编程

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:xuhua
  1. svd

    1下载:
  2. fortran版奇异值分解子程序,适合气象统计计算。-fortran version of singular value decomposition subroutine, suitable for meteorological statistical computing.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-03-29
    • 文件大小:4096
    • 提供者:王勇
  1. S_StudentT

    0下载:
  2. 进行T分布检验,专门用于极值分析,如果有极值分析的需要可以进一步联系我!-T distribution for testing, specifically for the extreme value analysis, if there are extreme needs analysis can further contact me!
  3. 所属分类:matlab例程

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:赵明
  1. SVD

    0下载:
  2. % 奇异值分解 (sigular value decomposition,SVD) 是另一种正交矩阵分解法;SVD是最可靠的分解法, % 但是它比QR 分解法要花上近十倍的计算时间。[U,S,V]=svd(A),其中U和V代表二个相互正交矩阵, % 而S代表一对角矩阵。 和QR分解法相同者, 原矩阵A不必为正方矩阵。 % 使用SVD分解法的用途是解最小平方误差法和数据压缩。用svd分解法解线性方程组,在Quke2中就用这个
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-03-29
    • 文件大小:3072
    • 提供者:zhxj
  1. ImageFFT

    0下载:
  2. 自己写的图象的二维DFT,含有测试代码,并且可以将象素值输出-Write their own two-dimensional image of DFT, containing the test code, and can output pixel value
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-03-29
    • 文件大小:60416
    • 提供者:林启荣
  1. SGA2[1].0

    0下载:
  2. GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent mult
  3. 所属分类:matlab例程

    • 发布日期:2024-03-29
    • 文件大小:9216
    • 提供者:yuandi
  1. 5

    0下载:
  2. 测试用例的设计-边界值法例子,第五个文档,上传太慢了。-Test Case Design- Examples of boundary value method, the fifth document, upload too slow.
  3. 所属分类:软件工程

    • 发布日期:2024-03-29
    • 文件大小:4096
    • 提供者:王才
  1. calculate mean value os a rasterlayer under a poly

    0下载:
  2. calculate mean value os a rasterlayer under a polygon layer
  3. 所属分类:GIS编程

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:ChunKaiChen
  1. RiskCalculator

    0下载:
  2. 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
  3. 所属分类:matlab例程

    • 发布日期:2024-03-29
    • 文件大小:19456
    • 提供者:白洋
  1. get_psnr

    0下载:
  2. 这个是一个获取两个图像相似度的函数,对于图像处理和数字水印方面的编程者来说,会经常去计算两个图像的psnr值,从而来确定图像的相似度,使用matlab可以很方便的计算两个图像的psnr,但是由于matlab专业性很强,而且有没有版权保护,所以对于大批的使用VC语言的这方面的编程者,由于要经常使用而显得很麻烦。 通过调用get_psnr函数可以很方便的就得到两个图像的相似度。 -This is a similarity to ob
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-03-29
    • 文件大小:1024
    • 提供者:莫雨
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org