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

搜索资源列表

  1. 大整数加减运算源程序

    0下载:
  2. 多数程序设计语言处理整数的能力时有限的,如C语言中,int类型数据范围是-32768-32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,设计算法实现大整数的加减运算。-majority programming language processing integral to the limited capacity, such as C language, int data type is the scope -32768-32767. Practic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2.98kb
    • 提供者:陈晓岚
  1. AsimpletoolforDES

    0下载:
  2. 这是我在学习Visual C++过程中做过的一个程序,可以作为大家学习Visual c++编程能力学习的参考,相信对读者会有所启发.-This is my learning Visual C conducted in the course of a procedure, As we can learn Visual Programming c learning ability of reference, I believe the readers will be inspired.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:35.51kb
    • 提供者:xp
  1. AES源码

    0下载:
  2. 这个是高级加密标准的C语言程序-this is the Advanced Encryption Standard C Programming Language
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:14.76kb
    • 提供者:陈科
  1. 实例81 用C编程获取WPS的文件密码

    0下载:
  2. 用C编程获取WPS的文件密码-C programming WPS access to the password file
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11.12kb
    • 提供者:于健英
  1. 大整数的加法

    0下载:
  2. 多数程序设计语言处理整数的能力是有限的,如C语言中,int类型数据范围是-32767----32767。实际问题的处理过程中往往涉及大整数的运算,如RSA加密算法要求至少64bit的整数,本程序是设计算法实现大整数的加减运算。-majority programming language processing is integral to the limited capacity, such as C language, int data type is the scope -32767 ----
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:842byte
    • 提供者:王承陶
  1. LED.rar

    0下载:
  2. LED单片机C语言编程(16*32的超大屏显示有源程序及仿真),LED single-chip C programming language (16* 32 have the large screen display and simulation source)
  3. 所属分类:加密解密

    • 发布日期:2017-03-27
    • 文件大小:277.49kb
    • 提供者:haibucuo
  1. MD5

    0下载:
  2. 信息安全实验指导源程序第二弹-MD5源程序!用网上最流行的加密方法MD5,能保证您的文件安全,还能学习最流行的加密方法。纯c编程,代码清晰,有解释说明。希望对广大初学者有用!欢迎下载!-Experimental source of information security guidance to the second bomb-MD5 source! Using the Internet s most popular encryption method MD5, can guarantee th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:6.04kb
    • 提供者:maowu
  1. DESalgorithm

    0下载:
  2. DES算法。使用C++编程实现的DES加密算法。-DES algorithm. The use of C++ programming to achieve the DES encryption algorithm.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:473.04kb
    • 提供者:
  1. 734939RSA

    0下载:
  2. rsa算法源程序,C代码.信息安全rsa非对称加密算法用c语言编程实现 rsa的C语言实现 gcc 3.4.2编译通过 -rsa algorithm source code, C code. information security rsa asymmetric encryption algorithm using c language rsa the C programming language compiler gcc 3.4.2 through
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:45.47kb
    • 提供者:易守望
  1. 06FFdes

    0下载:
  2. 使用c++编程语言,实现DES加密解密算法-Using c++ programming language, the realization of DES encryption and decryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:9.91kb
    • 提供者:asdf
  1. Addison_Wesley-Bjarne_Stroustrup-The_C++_Programm

    0下载:
  2. This book introduces standard C++ and the key programming and design techniques supported by C++. Standard C++ is a far more powerful and polished language than the version of C++ introduced by the first edition of this book. This book presents eve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-11
    • 文件大小:2.85mb
    • 提供者:Di_Ablo
  1. CProgramming

    0下载:
  2. InsightThis a very different book on the C language! In an easy, conversational style, Peter van der Linden, of Sun s compiler and OS kernel group, presents dozens of astonishing examples drawn from practical experience, including: - Software th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2.15mb
    • 提供者:nbsdude
  1. CRC--C-language

    1下载:
  2. CRC校验C语言实现,CRC(Cyclic Redundancy Check)校验应用较为广泛,以前为了处理简单,在程序中大多数采用LRC(Longitudinal Redundancy Check)校验,LRC校验很好理解,编程实现简单。用了一天时间研究了CRC的C语言实现,理解和掌握了基本原理和C语言编程。结合自己的理解简单写下来。-CRC, C language, CRC (Cyclic Redundancy Check) verification is widely used, prev
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3.85kb
    • 提供者:xiangyunl
  1. shiyan

    0下载:
  2. 1、设计一个周期 3 的多表代替密码并予以实现,要求:第 1 个表由密钥字法 产生(密钥字自拟),第 2 个表由洗牌法产生(注意,字母 a~z 与数字 0~25 一一对应,洗牌法即相当于实验一的方法1(n=25)),第三个表由公式法 产生(数学公式自拟,注意它须是 Z26上的一个一一变换)。 2、设计一个周期 5 的 16-置换移位密码并予以实现,要求:5 个 16-置换至少有一个是由实验一(n=15)提供的两个方法以外、自行设计的其它方法产生。 -With the C pr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:151.74kb
    • 提供者:吴燕
  1. DESsample-secret

    0下载:
  2. des加密的简化c语言编程,完整的步骤和过程。-des c programming language to simplify encryption, complete the steps and processes.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:2.89kb
    • 提供者:王疆颍
  1. dsa

    0下载:
  2. 通通过DSA算法的C编程说明加密算法的运用-Pass through the DSA algorithm in C programming note the use of encryption algorithms
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:39.68kb
    • 提供者:陈雨
  1. MD5

    0下载:
  2. 实现MD5加密,C/C++编程实现,可以自由改写代码。-MD5 encryption, C/C++ programming, free to rewrite the code.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:5.44kb
    • 提供者:江诚
  1. AES-encryption-algorithm-c

    0下载:
  2. AES加密算法c语言实现代码,对提高C语言编程能力有一定帮助。-AES encryption algorithm c language code, to improve the ability of the C programming language .
  3. 所属分类:Crack_Hack

    • 发布日期:2017-11-02
    • 文件大小:58.86kb
    • 提供者:周利
  1. C-programming

    0下载:
  2. 这是几个基础的C语言程序源代码,包括九九乘法表、求公约数、行列互换、指针赋值和顺序输出等,供初学者使用-This is the basis of several C language source code, including the multiplication table, find the number of conventions, the ranks of the swap, pointer assignment and sequential output, for beginner
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:895.09kb
    • 提供者:邓玉洁
  1. DES

    0下载:
  2. DES、3DES加密解密算法,标准C编程,适合所有平台。测试程序为VS2010。运算Des\Debug\Des.exe文件,代码文件为Des-Code.cpp和Des_head.h(DES, 3DES encryption and decryption algorithm, standard C programming, suitable for all platforms. The test program is VS2010. Operation Des\Debug\Des.exe, the
  3. 所属分类:加密解密

    • 发布日期:2018-04-29
    • 文件大小:865kb
    • 提供者:cpuyph
« 12 »
搜珍网 www.dssz.com