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

搜索资源列表

  1. sll

    0下载:
  2. 一种非线性流式加密算法,对称加密,它的加密和解密都是用同一把密钥完成。对称加密比不对称加密快得多,但缺点在于,它的安全性完全依赖于保持密码的机密性。 不对称加密,它要求使用两个密钥,一个是公共的(公钥),另一个是私有的(私钥)。每个密钥都要求使用另一个密钥来解密一条消息。它的复杂性提高,因此没有普及。 -a nonlinear flow encryption algorithms, symmetric encryption, the encryption and decryption a
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:81.56kb
    • 提供者:云容
  1. s-des算法分析及实现

    0下载:
  2. :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:537.19kb
    • 提供者:王冰
  1. newt_g

    0下载:
  2. 牛顿迭代法求非线性方程的根 调用格式:f_name函数名; x0初值; xmin,xmax:x坐标; n_point描绘曲线所用点数-Newton iteration of nonlinear equations for root Call format: f_name function names x0 initial value xmin, xmax: x coordinates n_point curve described by points
  3. 所属分类:Scanner

    • 发布日期:2017-04-01
    • 文件大小:694byte
    • 提供者:侯源君
  1. cx

    0下载:
  2. 有限元源程序 有FORTAN 编写的 是非线性有限元程序迭代模块演示源程序-Finite Element FORTAN source code has been prepared in nonlinear finite element procedures are iterative source module demo
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:4.08kb
    • 提供者:胡东
  1. CH

    0下载:
  2. 非线性有限元代码用FORTRAN编写的原程序-Nonlinear finite element code with the preparation of the original FORTRAN program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:4.4kb
    • 提供者:胡东
  1. MOV

    0下载:
  2. 非线性有限元代码用FORTRAN编写的原程序-Nonlinear finite element code with the preparation of the original FORTRAN program
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:6.34kb
    • 提供者:胡东
  1. Nonlinear_Programming

    0下载:
  2. 全面而完整,本概述提供了密钥算法和理论的单卷处理。笔者提供所有理论方面的明确解释,与大多数结果严格的证明。这两个部分的处理开始的优选条件和凸规划,对偶,广义凸性的讨论,并选定非线性规划分析推导。第二部份是有关技术和数值解无约束优化方法,并介绍了常用的约束非线性优化问题的算法。本次毕业级文本不需要超出初等微积分,线性代数,高等数学和现实背景分析。 -Comprehensive and complete, this overview provides a single-volume treatm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-06-15
    • 文件大小:22.68mb
    • 提供者:zhangkaibo
  1. test_probs_src

    0下载:
  2. 经典的Fortran中nonlinear equation检验程序-this is a efficient program to test the nonlinear equation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.59mb
    • 提供者:刘斌
  1. md5

    0下载:
  2. MD5算法的实现以及分析,主循环有四轮(MD4只有三轮),每轮循环都很相似。第一轮进行16次操作。每次操作对a、b、c和d中的其中三个作一次非线性函数运算,然后将所得结果加上第四个变量,文本的一个子分组和一个常数。再将所得结果向右环移一个不定的数,并加上a、b、c或d中之一。最后用该结果取代a、b、c或d中之一。-MD5 algorithm implementation and analysis, the main loop there are four rounds (MD4 only thr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:186.86kb
    • 提供者:范小饭
  1. DMC

    0下载:
  2. DMC控制由于具有对模型精度要求低,控制精度高鲁棒性强等优点可有效的克服过程的不确定性、非线性和关联性,并能方便的处理过程被控量和操纵变量中的各种元素。所以对该系统应用DMC控制方法进行MATLAB仿真。-DMC control accuracy because the model has low and high control precision and strong robustness advantages of the process can effectively overcome
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:933byte
    • 提供者:马永晶
  1. weno5

    0下载:
  2. Essentially non-oscillatory (ENO) and Weighted ENO (WENO) are finite difference or finite volume schemes. The first ENO scheme is constructed by Harten et. al. in 1987. The first WENO scheme is constructed in 1994 by Liu,Osher and Chan for a third or
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-08-22
    • 文件大小:4kb
    • 提供者:ns2d
  1. 2

    0下载:
  2. LFSR and stream password \ generate nonlinear sequences \ DES algorithm for encryption and decryption operations, in front of a few relatively simple, DES algorithm results also
  3. 所属分类:CA program

    • 发布日期:2017-04-11
    • 文件大小:1.12kb
    • 提供者:皇子
  1. sms4-01[1].tar

    0下载:
  2. 本算法是一个分组算法,该算法的分组长度为128比特,密钥长度为128比特。加密和密钥扩展均为32轮非线性迭代结构。-This algorithm is a grouping algorithm that packet length is 128 bits key length of 128 bits. Encryption and key expansion are 32 nonlinear iteration structure.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:238.39kb
    • 提供者:zhouyufeng
  1. linear-algebra

    0下载:
  2. 李超+线性代数在OI中的应用与题目讲解 线性代数是数学的一个分支,它的研究对象是向量,向量空间(或称线性空间),线性变换和有限维的线性方程组。向量空间是现代数学的一个重要课题;因而,线性代数被广泛地应用于抽象代数和泛函分析中;通过解析几何,线性代数得以被具体表示。线性代数的理论已被泛化为算子理论。由于科学研究中的非线性模型通常可以被近似为线性模型,使得线性代数被广泛地应用于自然科学和社会科学中。-Lie+ linear algebra applications with the subjec
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-18
    • 文件大小:104.68kb
    • 提供者:shy
  1. fremap

    0下载:
  2. Explicit pagetable population and nonlinear (random) mappings support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-04
    • 文件大小:2.62kb
    • 提供者:ponjiebu
  1. lz4hc

    0下载:
  2. Explicit pagetable population and nonlinear (random) mappings support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:13.87kb
    • 提供者:gbxannie
  1. fremap

    0下载:
  2. Explicit pagetable population and nonlinear (random) mappings support.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.93kb
    • 提供者:cipanggai
  1. assignment5

    0下载:
  2. 使用C语言在matlab中编程解决非线性回归问题-Nonlinear Regression
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:634byte
    • 提供者:Leon
  1. geffe

    1下载:
  2. 标准的Geffe密钥流序列生成器,它由3个LFSR线性反馈移位寄存器和非线性组合子系统组成。供交流和学习。-Standard Geffe key stream sequence generators, which consists of three linear feedback shift register LFSR and nonlinear combination subsystems. For communication and learning.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-11
    • 文件大小:1.02kb
    • 提供者:李力
  1. 1-s2.0-S0952197602000878-main

    0下载:
  2. The paper presents an in situ parameter estimation method to determine the equivalent circuit parameters of the three-winding transformer (TWT). The suggested method also estimates geometrically a complex parameter that is mutual leakage between
  3. 所属分类:CA program

    • 发布日期:2017-04-26
    • 文件大小:125.74kb
    • 提供者:fouzirock
« 12 »
搜珍网 www.dssz.com