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

搜索资源列表

  1. Delphi_JiaMi_JieMi

    0下载:
  2. 用Delphi写的一个简单的加密解密算法,具体为:输入一行字符串,从第n个字符开始,没间隔k个字符取出来,然后把剩下的字符加到取出来的后面,形成密文,然后再解密-with Delphi write a simple encryption and decryption algorithms, in particular : input string, n from the characters, not characters interval k taken out and then added
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:338.84kb
    • 提供者:小魏
  1. MasteringAlgorithmswithC

    0下载:
  2. 一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.91mb
    • 提供者:kaiyan
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:21.87kb
    • 提供者:s_wilfred
  1. 1-encryprion-JPEG2000-Image-by-Arnold

    0下载:
  2. 针对JPEG2000格式的图像,利用了Arnold变换对图像的小波系数进行加密,对初步研究JPEG2000图像加密算法的有试用价值-JPEG2000 image format for the use of the Arnold transform the image of the wavelet coefficients encryption, preliminary study of the JPEG2000 image encryption algorithms have tested th
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-20
    • 文件大小:5.55mb
    • 提供者:fengye
  1. RC4

    0下载:
  2. 实现RC4加解密方法,通过对RC4加解密流程的了解,实现三个算法,从而实现对于信息的加解密。-The realization of RC4 encryption method, RC4 encryption and decryption processes of understanding, the realization of the three algorithms, in order to achieve for information encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:12.03kb
    • 提供者:和风
  1. SHA1_TOP

    0下载:
  2. sha_1加密运算模块,运算速率100Mbps,规格512位请大家参考-encryption algorithms sha_1 module, computing rate of 100Mbps, the specifications please refer to 512
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:5.27kb
    • 提供者:刘文庆
  1. Memory.Management.Algorithms.and.Implementations.I

    0下载:
  2. Memory.Management.Algorithms.and.Implementations.In.C.C++一书的源码和书中图片的ppt格式大图。-Source code for book <<Memory.Management.Algorithms.and.Implementations.In.C.C++>> and all book diagrams in ppt format.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-24
    • 文件大小:816.98kb
    • 提供者:李松
  1. F5Hash

    0下载:
  2. F5隐写算法的实现,F5算法,一种适用于JPG图像的隐写算法-F5 steganography algorithm, F5 algorithm, a JPG image for steganalysis algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-25
    • 文件大小:483.37kb
    • 提供者:Fbw
  1. Mastering.Algorithms.with.C

    0下载:
  2. Data comes in all shapes and sizes, but often it can be organized in the same way. For example, consider a list of things to do, a list of ingredients in a recipe, or a reading list for a class. Although each contains a different type of data, they a
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1.91mb
    • 提供者:marrolig
  1. cryptography3

    0下载:
  2. Using RSA encryption Algorithms in VB.NET
  3. 所属分类:CA program

    • 发布日期:2017-04-14
    • 文件大小:5.35kb
    • 提供者:Abdelaziz
  1. FileEncrypter

    0下载:
  2. 三重DES加密解密算法,可以加密解密各种文件,有界面源码-Triple DES encryption and decryption algorithms, encryption and decryption can be a variety of document, source interface
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3.02kb
    • 提供者:吴萤
  1. Ste-3

    0下载:
  2. 一个mfc下实现的watermark里的LSB算法的隐写、分析、提取,可自己设计隐写位数。-1 mfc achieved under the watermark inside the LSB steganography algorithms, analysis, extraction, can own design stego-bits.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-12
    • 文件大小:19.03mb
    • 提供者:Ziqiang
  1. siftcode

    0下载:
  2. 在图像匹配中,有很多种算法。在这众多的算法中,SIFT 算法具有良好的尺度、光 照和空间旋转的不变性,所以被广泛的应用于图像匹配当中。本文对SIFT 算法的四个主要 步骤进行了简单的介绍,并将该算法应用到多色二值压缩的压缩算法当中,提高了压缩效率 并且缩小了压缩后的存储空间。-In image matching, there are many kinds of algorithms. In many algorithms, SIFT algorithm has good scale,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:657.22kb
    • 提供者:xiawei
  1. Crptography-algos

    0下载:
  2. Cryptography algorithms in Turbo C & C-Cryptography algorithms in Turbo C & C++
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:58.13kb
    • 提供者:so16ae
  1. Vigenere

    0下载:
  2. 古典密码算法中的维吉尼亚密码算法 是一种简单的置换密码 输入密钥 为英文字符串 以密钥的阿斯克码与明文相加得密文-Classical cryptographic algorithms in Virginia cryptographic algorithm is a simple replacement for the English string password key to key usk code was added to the ciphertext and plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:274.81kb
    • 提供者:
  1. gerki

    0下载:
  2. des加密解密 算法的应用 功能:实现des加密过程中从56位的K密钥产生16个48位Ki子密钥-des encryption and decryption algorithms application functions: des encryption from the 56 K-16 48-bit key generation sub-key Ki
  3. 所属分类:CA program

    • 发布日期:2017-03-28
    • 文件大小:833byte
    • 提供者:张力
  1. Des-Vernam-Perkelimas

    0下载:
  2. Des, Vernam, Permutation algorithms in C++.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:8.52kb
    • 提供者:Ermin
  1. AEScrypt_linux

    1下载:
  2. 这个程序实现的是一个linux环境下的aes加解密文件算法,支持各种形式输入。-This program is a program of aes algorithms in Linux environment.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:50.07kb
    • 提供者:夜静旭
  1. java_DES_decodeaencode

    0下载:
  2. Java环境下的DES加密解密算法,简单易懂,可以直接使用-DES encryption and decryption algorithms in the Java environment, simple and easy to understand, and can be used directly
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-24
    • 文件大小:4.88kb
    • 提供者:zengdanqi
  1. pandaboard_r2012b_v2_0

    0下载:
  2. 熊猫主板是一种开放硬件的单板计算机,能够以合理的速度运行 Linux,同时保持价格低廉。建立MATLAB的simulink模型来模拟熊猫主板的硬件支持。-he PandaBoard (www.pandaboard.org) is a low-cost, single-board computer designed for audio, video, and digital signal processing. With R2012b, Simulink provides built-i
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:林真天
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com