CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - iterative

搜索资源列表

  1. 2434

    0下载:
  2. An adaptive Iterative Learning Control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:744701
    • 提供者:maryam
  1. 1

    0下载:
  2. 1. 编程序 用迭代法求a的立方根,求立方根的迭代公式为 ::Xi+1=(2*Xi)/3+a/(3*Xi*Xi) 假定X的初值为a,迭代到|Xi+1-Xi|<10的-5次方为止. 显示a=3,27的值,并通过调用pow(a,1.0/3)函数加以验证.。 -Programmed iterative method to find the cube root and cube root iteration formula :: Xi+1 = (2* Xi)/3+ a/(3* Xi* X
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-22
    • 文件大小:18923
    • 提供者:邓俊
  1. AES_algorithm

    0下载:
  2. AES是一种可用来保护电子数据的新型加密算法。特别是,AES是可以使用128、192和256位密钥的迭代式对称密钥块密码,并且可以对128位(16个字节)的数据块进行加密和解密。-AES is a new encryption algorithm to protect one of the available electronic data. In particular, AES may be used for 128, 192, and 256-bit key iterative symmet
  3. 所属分类:CA program

    • 发布日期:2017-12-01
    • 文件大小:7864
    • 提供者:杨书金
  1. crc

    0下载:
  2. 迭代crc,用于drom的crc校验,参数可以自己更改。-Iterative crc, crc check for drom the parameters can be changed.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-17
    • 文件大小:7501
    • 提供者:杨茜茜
  1. Jacobi

    0下载:
  2. 数值计算方法中的一个上机实验,雅克比迭代法,一份很详细的实验报告,包括源码-Numerical methods in an experiment on the computer, Jacobi iterative method, a very detailed lab report, including source code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:1109151
    • 提供者:蔡仕林
  1. heatexchanger

    1下载:
  2. 三股流换热器设计计算 包括物性求解 及热平衡方程的建立迭代-Three streams of establishing heat balance equation and iterative design of heat exchanger
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:2022
    • 提供者:王和旭
  1. aes

    0下载:
  2. C语言实现AES加解密,AES是一个迭代,对称密钥分组的加密算法-C language AES encryption and decryption, AES is an iterative, symmetric key block encryption algorithm
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:532785
    • 提供者:张三
  1. Robust-methods

    2下载:
  2. 主要利用稳健方法比如迭代算法来对跳频信号在Alpha稳定分布噪声环境下进行参数估计-Main advantage of robust methods such as iterative algorithm for frequency-hopping signals Alpha stable distribution parameter estimation in noisy environments
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:12531
    • 提供者:彭营
  1. DES

    0下载:
  2. QT 实现 DES加密,一种对称加密算法,DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位,产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 个循环,使用异或,置换,代换,移位操作四种基本运算。-QT achieve DES encryption, a symmetric
  3. 所属分类:Network Security

    • 发布日期:2017-03-30
    • 文件大小:266416
    • 提供者:cyr
  1. SINGLE

    0下载:
  2. 单像空间后方交会VB程序,给出控制点和近似值,迭代后找到精确值,并画迭代曲线。-Single like space resection VB program, control points and approximation, find accurate value after the iteration, and iterative curve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:8810
    • 提供者:LIKE
  1. SINGLECARRIER

    0下载:
  2. iterative frequency domain pocket combining techniq fr UWb
  3. 所属分类:Exploit

    • 发布日期:2017-04-06
    • 文件大小:1873
    • 提供者:nachi
  1. DES

    0下载:
  2. DES 使用一个 56 位的密钥以及附加的 8 位奇偶校验位(每组的第8为作为奇偶校验位),产生最大 64 位的分组大小。这是一个迭代的分组密码,使用称为 Feistel 的技术,其中将加密的文本块分成两半。使用子密钥对其中一半应用循环功能,然后将输出与另一半进行“异或”运算;接着交换这两半,这一过程会继续下去,但最后一个循环不交换。DES 使用 16 轮循环,使用异或,置换,代换,移位操作四种基本运算。-DES uses a 56 bit key and an additional 8 bit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:3368
    • 提供者:Line
  1. Gausssader

    0下载:
  2. 高斯赛德尔迭代求解方法,是一种数值结算方法,仅仅大家参考学习,希望大家多多提出意见,加强交流。-High Sisaideer iterative solution method is a numerical method of settlement, only reference study, we hope the advice, strengthen exchanges.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-17
    • 文件大小:4607190
    • 提供者:
  1. caisetuxiangjiamichengxv

    1下载:
  2. 采用了迭代混沌,Arnold算法,傅里叶变换加密,小波变换加密对彩色图像的加解密过程-Using iterative chaotic, Arnold algorithm to encrypt the Fourier transform, the wavelet transform color image encryption and decryption process
  3. 所属分类:CA program

    • 发布日期:2017-05-14
    • 文件大小:3442608
    • 提供者:zhangsan
  1. j1-1

    0下载:
  2. 求解椭圆方程的jacobi迭代,其中边界采用的是重叠一层网格点的边界替换。-Jacobi iterative solving elliptic equations, Which uses a boundary layer of overlapping grid point boundary replacement.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2325
    • 提供者:lily
  1. PT

    0下载:
  2. 这是matalab计算脉冲序列控制算法中迭代部分核心思想,通过这个计算能够有效地计算出分叉结果。-This is a matlab to calculate the pulse sequence control algorithm iterative part of the core ideology, by this calculation can effectively calculate the bifurcation results.
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4283
    • 提供者:zhangyong
  1. SHA

    0下载:
  2. 安全哈希算法(SHA-1) 具有169bite消息摘要的迭代hash函数,学生原创 《密码学原理与实践》安全hash算法 sha-1 实现 -The Secure Hash Algorithm (SHA-1) has an iterative hash function with a 169bite message digest. The student s original cryptography principle and practice safe hash algorithm sh
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-12-12
    • 文件大小:4570159
    • 提供者:周韬略
  1. ghsss

    0下载:
  2. 用Visual C++实现的高斯—赛德尔迭代法 很好用的-With Visual c++ implementation of gauss- seidel iterative method is very useful
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:46080
    • 提供者:cptgcocebeh
  1. goolyou

    0下载:
  2. matlab逆broyden迭代法计算方程,推荐给大家 不错的-Matlab inverse broyden iterative method to calculate equation, recommend to you good
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-19
    • 文件大小:12288
    • 提供者:Hilgb
  1. 5625

    0下载:
  2. Using MATLAB dynamic clustering or iterative self-organizing data analysis, BP neural network function fitting and pattern recognition, ECG data and includes source code written in MATLAB.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:kiuyanlei
« 1 23 »
搜珍网 www.dssz.com