搜索资源列表

  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:38398
    • 提供者:张伟华
  1. Euclidean

    0下载:
  2. 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:921
    • 提供者:朱方红
  1. bigint_zxf

    0下载:
  2. 一个很好用的大整数的类, 最大可支持9999990位的十进制整数, 可进行大整数的加、减、乘、除和取模运算,并带有求大整数的 最大公因数、扩展Euclidean算法、中国剩余定理算法、 Miller-Rabin素性测试算法、随机生成任意位的大整数等函数库, 这个类的动态库曾用于商业软件之中,其可靠性和速度是得到 确认的。用于商业目的可能需要注册。-a good use of the integer type, the
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:185001
    • 提供者:张晓峰
  1. Gcd_EuclideanExtendedEuclidean

    0下载:
  2. 实现《现代密码学理论与实践》中,求最大公约数的Euclidean算法和extended Euclidean算法。程序不大,但希望给像我这样的入门者提供一些方便。
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:301639
    • 提供者:信息安全
  1. 欧几里德算法

    0下载:
  2. 欧几里德算法和扩展欧几里德算法。用C和C++实现。-extended Euclidean algorithm and the Euclidean algorithm. C and C to achieve.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2051
    • 提供者:许俊
  1. 一种用于非球形分布数据的新型聚类算法

    0下载:
  2. 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:184504
    • 提供者:李中
  1. bch_Euclidean

    0下载:
  2. 用Euclidean算法实现BCH的编码和译码,仿真可直接运行-BCH encode and decode
  3. 所属分类:密码/编码算法

    • 发布日期:2010-11-19
    • 文件大小:3684
    • 提供者:54wangxinfang
  1. 加权欧氏距离及其应用

    0下载:
  2. 聚类算法中常用欧氏距离,这篇文章描述了使用加权的方法。-clustering algorithm common Euclidean distance, this article describes the use of weighted method.
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:18432
    • 提供者:石支柱
  1. 一种用于非球形分布数据的新型聚类算法

    0下载:
  2. 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:184320
    • 提供者:李中
  1. gmeans

    0下载:
  2. gmeans-- Clustering with first variation and splitting 文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,KL.文本数据使用的是稀疏矩阵形式. -gmeans clustering with first variation and splitting Gmeans,a text clustering algorithm, uses 3
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:71680
    • 提供者:修宇
  1. LVQ学习矢量化算法

    0下载:
  2. LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network. Source code may be found in LVQ.CPP. Sample training data is found in LVQ1.PAT. Sample test data is found in LVQTEST
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:37888
    • 提供者:张伟华
  1. Euclidean

    0下载:
  2. 欧几里德距离的C++算法,在人工免疫系统中有广泛的应用-Euclidean distance between the C algorithms, artificial immune system in a wide range of applications
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:朱方红
  1. immunity

    0下载:
  2. 提供一个人工免疫算法源程序,其算法过程包括: 1.设置各参数 2.随机产生初始群体——pop=initpop(popsize,chromlength) 3.故障类型编码,每一行为一种!code(1,:),正常;code(2,:),50%;code(3,:),150%。实际故障测得数据编码,这里Unnoralcode,188% 4.开始迭代(M次): 1)计算目标函数值:欧氏距离[objvalue]
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:江泉
  1. euclids

    0下载:
  2. RS码的完整译码程序,采用欧几里德算法.采用硬件实现结构-RS complete decoding procedures, using Euclidean algorithm. Using hardware structure
  3. 所属分类:DVD

    • 发布日期:2024-05-19
    • 文件大小:6144
    • 提供者:
  1. acscontrol

    0下载:
  2. 带约束的蚁群算法的程序,用于欧几里德(Euclid)TSP问题,用c语言编写的,供大家借鉴-Constrained Ant Algorithm procedures for Euclidean (Euclid), TSP, c language used, for everybody's reference
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:刘关俊
  1. number_theory_c++

    0下载:
  2. 数论算法库 C++ 语言实现 代码内容 数论算法库,包括以下算法: 欧几里德算法求a,b的最大公倍数 扩展的欧几里德算法,求出gcd(a,b)和满足gcd(a,b)=ax+by的整数x和y 求解模线性方程 ax ≡ b (mod n) 其中n>0 求解模线性方程组(中国余数定理) 模取幂运算 计算a^b mod n (a,b可能很大) Miller-Rabin随机性素数测试算法 -
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:henry
  1. K-meaneuclideandistance

    0下载:
  2. 这个是采用欧氏距离下的K-means算法的matlab实现-this is the Euclidean distance between the K-means algorithm to achieve the Matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:李序
  1. Euclidean

    0下载:
  2. 扩展欧几里德定理和中国剩余定理,ACM算法课件,比较简洁-Extended Euclidean theorems and Chinese Remainder Theorem, ACM algorithm courseware, simple comparison
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:16384
    • 提供者:liudiao
  1. Euclidean

    0下载:
  2. 扩展的Euclidean算法不仅能够被用于计算gcd(a,b),而且能够找到满足等式ax+by=d的整数x和y。-Extended Euclidean algorithm can be used to calculate gcd (a, b), and can be found to satisfy the equation ax+ by = d integers x and y.
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:刘昌俊
  1. 指纹定位算法仿真代码

    3下载:
  2. 定位指纹,室内,算法,欧式距离,最大后验概率,贝叶斯,加权贝叶斯,等(Location, fingerprint, interior, algorithm, Euclidean distance, maximum posterior probability, Bayes, weighted Bayes, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-19
    • 文件大小:4096
    • 提供者:萧十
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org