搜索资源列表

  1. euclid

    0下载:
  2. euclid算法的简单实现,比较简单,仅供大家参考
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12108
    • 提供者:ahsm
  1. a223

    0下载:
  2. 此程式可輸入二個整數,並以歐幾里得演算法求其最大公因數(GCD)-this program can import two integers, and Euclid algorithms for its greatest common divisor (GCD)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:張世謙
  1. euclid

    0下载:
  2. c语言经典的实现了最大公约数的算法 可以处理int内的任意整数!还有运行图 及运行处理的结果!-c classical language to achieve a common denominator of the algorithm can handle int the arbitrary integer! There diagram and operation of the outcome!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:93184
    • 提供者:杨海亮
  1. EUCLID

    0下载:
  2. 本程序完成了欧几里得算法求最大公约数、扩展欧几里得算法求乘法逆元和素性检验判断输入的数是否为素数-This procedure for the completion of the Euclid algorithm for greatest common divisor, extended Euclid algorithm for multiplication and inverse primality test to determine
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:28672
    • 提供者:chenchenrao
  1. euclid

    0下载:
  2. euclid算法的简单实现,比较简单,仅供大家参考-Euclid algorithm to achieve a simple, relatively simple, for your reference
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:524288
    • 提供者:ahsm
  1. euclid

    0下载:
  2. 欧几里德算法又称辗转相除法,用于计算两个整数a,b的最大公约数。-Euclidean algorithm, also known as division algorithm, used to calculate the two integers a, b the common denominator.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:212992
    • 提供者:skittles
  1. midify_euclid

    0下载:
  2. 修正的euclid算法matlab程序,验证通过-Euclid algorithm matlab revised procedures, to verify through
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:16384
    • 提供者:张凯斌
  1. EUCLID

    0下载:
  2. 欧几里德算法:非常实用的!经调试通过!源代码不需任何修改!-Euclidean algorithm: very useful! After debugging through! Source code without any modification!
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:liusong
  1. bch_matrix_v1_0_tar

    0下载:
  2. The package contains a Reed-Solomon coding and decoding program, derived partly from Phil Karn/Robert Morelos-Zaragoza "new_rs_erasures.c". In particular the Berlekamp-Massey algorithm has not been modified. New
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-10
    • 文件大小:17408
    • 提供者:shijianhong
  1. RS_Euclid_FPGA

    0下载:
  2. RS译码的Euclid算法及其FPGA实现,并通过仿真器的出结果,对于设计RS译码很有帮助-RS decoding Euclid algorithm and its FPGA implementation, and through the simulator results are helpful for the design of RS decoder
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:52224
    • 提供者:番茄
  1. lubangxingdetuxiangpinjie

    0下载:
  2. 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:160768
    • 提供者:王钰
  1. gcd

    0下载:
  2. 欧几里得算法求最大公约数电路的Verilog实现,消耗功率较低-Euclid algorithm for the realization of the common denominator Verilog circuit, lower power consumption
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:jh
  1. euclid

    0下载:
  2. 欧几里德算法和一些其他的简单功能。 求最大公约数之类-Euclidean algorithm and some other simple functions. Such as seeking common denominator
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:450560
    • 提供者:xiaolin
  1. 040204

    0下载:
  2. rs码的Simulink仿真,将修正的euclid作为RS码的核心。-rs of the Simulink simulation code will be amended as the RS code euclid core.
  3. 所属分类:编程文档

    • 发布日期:2024-05-10
    • 文件大小:235520
    • 提供者:李霞
  1. euclidesfunciones

    0下载:
  2. Euclid s Extended Algorithm Algoritmo de Euclides Extendido
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:Tonychief
  1. Euclid

    0下载:
  2. 使用欧几里德算法求最大公倍数,内有欧几里德算法的步骤。-Euclid Algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-10
    • 文件大小:897024
    • 提供者:阿庚
  1. Euclid

    0下载:
  2. 扩展Euclid算法/解线性同余方程/用中国剩余定理解同余方程组-Euclid
  3. 所属分类:文档资料

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:pan zj
  1. euclid

    0下载:
  2. 最简单、最基础的欧几里得算法,运用此代码可以实现欧几里得算法的一般功能-euclid
  3. 所属分类:加密解密

    • 发布日期:2024-05-10
    • 文件大小:889856
    • 提供者:emma
  1. EUCLID

    0下载:
  2. 辗转欧几里得算法 求多项式逆 网路安全中的算法-Inverse polynomial Euclidean algorithm was removed network security algorithms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:247808
    • 提供者:foxsmile
  1. extended-euclid

    0下载:
  2. 经典的Extended-Euclid算法,计算GCD-implement Extended-Euclid
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:yxc
« 12 3 4 5 »

源码中国 www.ymcn.org