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

搜索资源列表

  1. 一个ascii 码值计算原代码的例子

    0下载:
  2. 一个ascii 码值计算原代码的例子 -a code ascii value of the original source code example of a ascii value of the original code examples
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30513
    • 提供者:张强
  1. rsaeuroi.rar

    0下载:
  2. RSA加密算法源代码 RSAEURO Version 1.02 Distribution In this distribution the various files are included in the directories below. DOCS - RSAEURO Documentation Directory DEMO - Demo Applications Directory SOURCE - Source Code Directory scr
  3. 所属分类:加密解密

    • 发布日期:2017-03-29
    • 文件大小:275955
    • 提供者:烈马
  1. SHA1.rar

    0下载:
  2. 根据SHA-1信息摘要算法,实现对任意数据的SHA-1消息摘要算,输入信息可以是二进制,十六进制,ASCII码,汉字或英文,或者是文本文档,等各种类型的文件,运行软件后生成固定长度的消息摘要,程序能提供良好地用户界面,According to SHA-1 message digest algorithm to achieve for arbitrary data, SHA-1 message digest calculation, input information can be binary,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-13
    • 文件大小:3481184
    • 提供者:jane
  1. 1

    0下载:
  2. 将一个十六位的二进制数转移成ASCII码的源程序-A binary number of 16 transfer into ASCII code source
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:1151
    • 提供者:Gao
  1. DecodeMagStripe

    0下载:
  2. Decoding the signal from magnetic stripe card or ticket using just a simple magnetic head connected to a microphone jack. Recording an audio WAVE file, and then this information can be decoded by the 2 programs included. First program dab.c deco
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:7829
    • 提供者:jojoland
  1. UltraEdit

    0下载:
  2. UltraEdit是一套功能强大的文本编辑器,可以编辑文字、Hex、ASCII 码,可以取代记事本,内建英文单字检查、C++ 及 VB 指令突显,可同时编辑多个文件,而且即使开启很大的文件速度也不会慢。软件附有 HTML Tag 颜色显示、搜寻替换以及无限制的还原功能,一般大家喜欢用其来修改EXE 或 DLL 文件,众多的游戏玩家喜欢用它来修改存盘文件或是可执行文件。 -UltraEdit is a powerful text editor that can edit text, Hex,
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:273496
    • 提供者:wy
  1. n=4Programming

    0下载:
  2. 此程序的加密原理是对文件中字符的ASCII码按照先高4位后低4位的次序分别进行加密4次(每加密一次变换一次密匙),加密后将高4位和低4位再合成新字符输入 到加密文件。加密的密匙的变化规律是:新密码为原密码异或上次加密的字符的ASCII码的高4位或者低4位。解密过程是加密的反过程。-This program is file encryption principle characters in the ASCII code in accordance with the first post-hi
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:266771
    • 提供者:李阳
  1. rank

    0下载:
  2. 本算法与书上的相比稍微改动了一些。 因为日常加密中,明文不单是数字,经常会有字母或者其他字符出现。 本程序的思想就是先把明文以字符形式读取,转化成ASCII码,再把ASCII码转化成数字形式。 因为ASCII码共有256个也就是2的8次方,占8位二进制,把这八位二进制分为两部分,每部分占4位进行加密。 加密的算法和书上类似,先用密钥选取表,行,取反,然后与明文做异或,移位等运算。 最后得出两个4位的二进制数,合为一个,转化成十进制形式存储为密文。-The algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:401379
    • 提供者:guangren
  1. 39.3

    0下载:
  2. 编制程序,将输入的一行字符以加密的形式输出,然后将其解密,解密的字符串序列与输入的正文相比较,吻合时输出解密的正文,否则解密失败。 加密时,将每个字符的ascii码依次反复加上“4962873”中的数字,并在32(‘’)~122(‘z’)之间作模运算。解密与加密的顺序相反。例如输入正文 “the result of 3 and 2 is not 8” 结果为: -Programming, the input line character output in an encrypted f
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:606
    • 提供者:wangyu
  1. bcd

    0下载:
  2. 函数名称: void BcdToAsc(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将压缩BCD码转换为ascii码 入口参数: 1.ascii码地址 2.压缩BCD数组地址 3.Bcd码字节个数 返 回 值: 无 相关调用: 备 注: Dest地址为Len的两倍 -Function name : void BcdToAsc (u8* Dest, u8* Src, u32 Len) Function: compressed BCD to ascii c
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:3562
    • 提供者:yhg
  1. makefile

    0下载:
  2. 函数名称: void AscToBcd(u8 *Dest,u8 *Src,u32 Len) 函数功能: 将ascii码转换为压缩BCD码 入口参数: 1.压缩bcd数组地址 2.ascii码地址 3.ascii字节个数 返 回 值: 无 相关调用: 备 注: 末尾不够补0x00,非ascii码填0x00 -Function name : void AscToBcd (u8* Dest, u8* Src, u32 Len) Function: ascii code conv
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-23
    • 文件大小:2638
    • 提供者:yhg
  1. 0.0.1

    0下载:
  2. 解密小工具 仅能解ascII码不能输入中文 仅供学习用 -Decryption gadget only solution ASCII code can not enter the Chinese learn to use only
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2129
    • 提供者:GFT
  1. 0X-ASCII

    0下载:
  2. OX 转换 ACSII码 源码 希望对新手有用-OX converted the ACSII code source for the novice!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:8068
    • 提供者:masa
  1. ASCII-To-Hex

    0下载:
  2. ASCII码转换为十六进制数码,Windows X86 32 API-ASCII code to Hexdecimal Code converter
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-06
    • 文件大小:1024
    • 提供者:dejian
  1. v5.0.0_Beta

    0下载:
  2. 一款为文字进行加密的软件。是上一个软件的升级版。通过识别不同的种子,能对文字执行不同的加密方案,使得密文有多种不同的变化。错误的种子不能得出正确的文字。加密方式:将文字转化为ASCII码,根据种子对数字进行加减。安全性一般,但能够有无数种的不同方案,还能把加解密后的文字放到qq上,比较方便的软件。-To encrypt a text software. Is a software upgrade. , Different encryption schemes can be performed b
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:3315
    • 提供者:王宇辰
  1. COSC_2425_LY_Project5

    0下载:
  2. 写了一个程序名为Get_frequencies是构造一个字频表。输入 该过程应该是一个指向字符串的指针和指向256的双数组初始化 为全零。每个阵列位置是由对应的ASCII码索引。当过程 返回时,阵列中的每个条目都包含了多少次的计数对应 字符发生在字符串中。-Write a procedure named Get_frequencies that constructs a character frequency table. Input to the procedu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:26601
    • 提供者:li
  1. SkOTTable_name

    0下载:
  2. Derived http: www.unicode.org Public MAPPINGS VENDORS APPLE ROMAN.TXT . In MacRoman the first 128 code points match ASCII code points. -Derived http: www.unicode.org Public MAPPINGS VENDORS APPLE ROMAN.TXT . In MacRoman the first 128 code points m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11747
    • 提供者:loleky
  1. biaodashiqiuzhi

    0下载:
  2. 表达式求值程序,很好的实现表达式的ascii码输入,到数值计算-Expression uation procedures, to achieve a very good expression of the ascii code input to the numerical calculation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1389
    • 提供者:che854992
  1. Yush.java.tar

    0下载:
  2. This a new algorithm in which we encrypt on the basis of position of the character. Algorithm 1 for key generation and Algorithm 2 is for encryption Algorithm A1 Step1: Let the key be ‘k’. Step2: Multiply the index number +1 with its ASCII c
  3. 所属分类:CA program

    • 发布日期:2017-04-12
    • 文件大小:878
    • 提供者:Aman Virmani
  1. 0X-ASCII

    0下载:
  2. OX 转换 ACSII码 源码 希望对新手有用-OX converted the ACSII code source for the novice!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:8110
    • 提供者:bi496isg
« 12 »
搜珍网 www.dssz.com