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

搜索资源列表

  1. MD5_Carithmetic

    0下载:
  2. 其实网上这方面的代码已经不少了,但是大多都如出一辙,主要是给出的代码不但不好理解(主要是为了处理大文件,支持分块,这样就会屑弱初学者对算法的理解),该源代码在引入必要头文件后可以在VC6.0下顺利通过编译-fact that the Internet has been a lot of code, but most of all the same, given the code is not only poor understanding (mainly to handle large file
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1.93kb
    • 提供者:傻傻
  1. Linux_Kernel_CN(1)

    0下载:
  2. 本书并不是特意一本Linux 的内部手册相反它是对操作系统的介绍同时以Linux作为示例书中每一章遵循从共性到特性的原则它们将首先给出核心子系统的概叙然后进行尽可能的详细描叙 我不会用routine_X()调用routine_Y()来增加bar 数据结构中foo 域的值这种方式来描叙核心算法 你自己可以通过阅读代码发现它每当需要理解一段代码时我总是将其数据结构画出来这样我发现了许多相关的核心数据结构以及它们之间的关系 每一章都是非常独立的就象Linux 核心子系统一样当然有时它们还是有联系的比如
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1.14mb
    • 提供者:陈彬
  1. des

    0下载:
  2. 一个C++的DES算法源码.引入工程中即可使用,加解密的函数分别是DES(char *key,char *s_text,char *d_text)和_DES(char *key,char *s_text,char *d_text) 使用上也比较方便-A C++ Source of the DES algorithm. The introduction of projects to use, a function of encryption and decryption are DES (c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:5.13kb
    • 提供者:risun
  1. ibe.tar

    0下载:
  2. IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:257.64kb
    • 提供者:pandora
  1. AES_C

    0下载:
  2. 这是一个非常好的诠释AES算法的程序,对于这么一个较复杂的算法,该程序只用里100行就完全的实现了算法的功能,压缩包里有.txt的文档,里面有相关介绍。-This is a very good procedure for the interpretation of AES algorithm, for such a more complex algorithm, the program in only 100 lines on the full realization of the functi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:7.73kb
    • 提供者:lala
  1. des

    0下载:
  2. 较为全面系统的介绍了DES算法的实现程序,供大家参考-More comprehensive and systematic introduction to the realization of the DES algorithm procedure for your reference
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:5.65kb
    • 提供者:赵文娟
  1. tracegraph202linux

    0下载:
  2. Introduction Finally I found an algorithm to compute that member of the number-sequence {... 0.02, 0.05, 0.1, 0.2, 0.5, 1, 2, 5, 10, 20, ...}, which is most close to a given number. the code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-06
    • 文件大小:1.01mb
    • 提供者:luciano
  1. introductiontomoderncryptography

    0下载:
  2. 一本介绍密码学现代知识的学习资料,对于密码算法编程方面很有用。-A descr iption of the study of modern knowledge of cryptography information programming for the cryptographic algorithm is useful.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4.27mb
    • 提供者:lixiaobo
  1. IntroductiontoalgorithmsCormenSolution

    0下载:
  2. introduction to algorithm design
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-04
    • 文件大小:1.46mb
    • 提供者:prat
  1. K_means

    0下载:
  2. 对原始K_MEANS算法引入人工免疫的思想,是运行结果更好-The introduction of the original algorithm of artificial immune K_MEANS idea is to run the results better
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:154.97kb
    • 提供者:李丽
  1. suanfadaolunzhongwenban

    0下载:
  2. 这是著名的mit课程算法导论的中文版,希望对大家有帮助-This is a well-known algorithm for mit course Introduction to the Chinese version, we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-16
    • 文件大小:24.41mb
    • 提供者:小i
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:59.13kb
    • 提供者:whalestudio
  1. HardwareStructure-SHA-1

    0下载:
  2. J安全散列算法是数字签名等密码学应用中重要的 工具!目前最常用的安全散列算法是"#$ &算法’它被广泛 地应用于电子商务等信息安全领域!为了满足应用对安全散 列算法计算速度的需要’该文提出了一种快速计算"#$ & 算法的硬件结构!该方法通过改变硬件结构(引入中间变量’ 达到缩短关键路径的目的’进而提高计算速度!这种硬件结 构在)*&+,-工艺下的$"./实现可以达到0*12345的数 据吞吐量’是改进前的两倍以上6它在782$上实现的性能 也接近目前"#$ &算法
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:202.89kb
    • 提供者:徐晓刚
  1. zishiyingjiami

    1下载:
  2. 为了提高图像加密算法的鲁棒性,提出了一种新的自适应图像加密算法。首先,把任意大小的灰度或彩 色图像分成2 × 2 子块 然后,用左上角子块的像素灰度值和Chebyshev 混沌映射构造与右上角子块等大的矩阵,用该 矩阵对右上角子块进行像素灰度值替换 最后,按顺时针对每个子块进行加密,直到左上角子块加密完毕。该算法不 依赖于图像的大小,而且适用于灰度图像和彩色图像,因而有很强的鲁棒性。同时灰度值扩散机制的引入使得该算 法具有良好的扩散性和扰乱性。-This paper presen
  3. 所属分类:CA program

    • 发布日期:2017-11-21
    • 文件大小:42.2kb
    • 提供者:wangc
  1. C2

    0下载:
  2. 算法导论第二章源代码,自己敲的。。欢迎大家学习-source code of introduction to algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1.12mb
    • 提供者:陈拓
  1. chipher

    2下载:
  2. :目前混沌系统与加密技术相结合是现如今最热门的一个课题,虽然有大量的加密算法面世,但是这些加密算法并不成熟,仍然需要进一步的研究。本文采用像素位置置乱变换和像素值替代变换相结合的加密思想,设计出一种基于混沌的数字图像加密算法。引入了整数域上的逆仿射变换,算法中采用二维 logistic 混沌映射相结合的方法,生成多组混沌序列,像素置乱变换与灰度值替换都由这些混沌序列所控制。多混沌序列产生的密钥空间大于单一的混沌序列所产生的密钥空间,因此本文研究的算法加密强度很高。-The current cha
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:817.11kb
    • 提供者:sanmei
  1. astar

    0下载:
  2. A*算法,能够顺利运行,程序里面有详细的介绍,非常适合初学者,matlab程序-A* algorithm, to the smooth operation, and the program which has a detailed introduction, very suitable for novice to learn to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-05
    • 文件大小:5.9kb
    • 提供者:天涯梦
  1. QGKJT

    0下载:
  2. C source code 刘汝佳算法竞赛入门经典第二章代码-Introduction to C source code Liu Rujia algorithm competition classic chapter 2 code
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-21
    • 文件大小:5kb
    • 提供者:Anpajq
  1. linux

    0下载:
  2. 《鸟哥的Linux私房菜:基础学习篇》是最具知名度的Linux入门书《鸟哥的Linux私房菜基础学习篇》的最新版,全面而详细地介绍了Linux操作系统。(Illustrations, algorithm introductory books, the author is Aditya Bhargava, this book is rich in examples, illustrations and letters, to make easy understanding of the algor
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-05-01
    • 文件大小:2.39mb
    • 提供者:jpcEE
搜珍网 www.dssz.com