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

搜索资源列表

  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-09
    • 文件大小:266771
    • 提供者:李阳
  1. AsciiChanger

    0下载:
  2. 进行反汇编时用来查询ascii码的小工具-ascii changer
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1200
    • 提供者:Krock.Yang
  1. asciiZiMu

    0下载:
  2. 8*16的ascii码点阵字模,内含字模的读取函数-Ascii code 8* 16 dot matrix font, font contains read function
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:2906
    • 提供者:张西银
  1. 2-2b

    0下载:
  2. 编程将10H个两位未组合的BCD码转换成ASCII码-Programming will 10H a combination of the two did not convert the ASCII code BCD code
  3. 所属分类:assembly language

    • 发布日期:2017-04-10
    • 文件大小:621
    • 提供者:影子
  1. UartAssist

    0下载:
  2. 本工具支持各种串口设置,如波特率,校验位、数据位和停止位等等。支持ASCII/Hex发送,发送和接收的数据可以在16进制和ASCII码之间任意转换。可以自动在发送的数据尾部增加校验位,支持多种校验格式。支持间隔发送,循环发送,批处理发送,输入数据可以从外部文件导入-The tool supports a variety of serial port settings, such as baud rate, parity bit, data bits and stop bits and so on
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:1083171
    • 提供者:hiagj
  1. ASM_ASCII

    0下载:
  2. 汇编实现键盘输入字符,AL返回的ASCII码显示出来,按ESC退出.-Compilation of keyboard input characters to achieve, AL return ASCII code is displayed, press ESC exit.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2621
    • 提供者:李千
  1. huibian_shiyan2

    0下载:
  2. 按15行×16列的表格形式显示ASCII码为10H---100H的所有字符,即以行为主的顺序及ASCII码递增的次序一次显示对应的字符。每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开。-× 16 rows by 15 columns display in tabular form for the 10H--- 100H ASCII codes of all characters, that is the main behavior of the order and
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:53872
    • 提供者:M.T
  1. ASCIIzhuanHuan

    0下载:
  2. 此程序可以实现ASCII码与十进制的互相转换,输入字符,可以计算出它的ASCII码。-This program can be achieved with the decimal ASCII code of mutual conversion, enter the character, you can calculate its ASCII code.
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:913617
    • 提供者:tanglaoya
  1. Greatlist

    0下载:
  2. 声明并赋初始值。j,k作为循环计数变量仅声明不赋初始值。 第一个循环j从1到4,控制打印行数; 内部循环从0到2*j-1(对应j分别取值1,3,5,7),这个循环控制打印字符的个数;printf(" c",i) 这一句把i变量按相应的ASCII码对应的字符以字符形式打印出来;-Statement and to give the initial value. j, k as the loop counter not only to declare the initial value ass
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:630
    • 提供者:Gigi
  1. w_r

    0下载:
  2. 用MATLAB编写的加密代码 先将源文件翻译成ASCII码 在对其进行加密-Encrypted code written with MATLAB source file first translated into ASCII code in its encrypted
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3110
    • 提供者:zhaolong
  1. c_cjiajia_help

    0下载:
  2. C/C++语言参考,非常好用的手册,可查函数,语法,示例,ASCII码等等。-C/C++ language reference manual is very easy to use, can check the function, syntax, example, ASCII code and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:118294
    • 提供者:小于
  1. asmlanguage

    0下载:
  2. 汇编语言自学课程的一些小程序,第一个为统计指定字母出现次数,第二个为ascii码表的显示-Assembly language self-study course some small procedures, the first letter designation for the statistical frequency of occurrence, the second display for the ascii code table
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:2900
    • 提供者:bulong
  1. shiyan2

    0下载:
  2. 按5行*6列的形式显示大写英文字母,即以行为为主的顺序及ASCII码的递增次序依次显示对应的字符。每6个字符为一行,每一行相邻的字符用空格符格开。-According to the 5* six column in the form of capital letters, namely that the order and to act in the ASCII increasing sequence of characters that. Every six characters to ea
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:545
    • 提供者:gyc
  1. ccc

    0下载:
  2. 按5行*n(n为输入数)列的形式显示大写英文字母,即以行为为主的顺序及ASCII码的递增次序依次显示对应的字符。每n个字符为一行,每一行相邻的字符用空格符格开。-According to the 5* n (n) for the input of capital letters displayed by behavior, and the order in the ASCII increasing sequence of characters that. Every n characters
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:721
    • 提供者:gyc
  1. out_the_ASCII

    0下载:
  2. 从键盘输入一个字母,在键盘上显示出其ASCII码-Input a letter from the keyboard ,and out the ASCII
  3. 所属分类:assembly language

    • 发布日期:2017-04-08
    • 文件大小:2971
    • 提供者:ganlingfeng
  1. test

    0下载:
  2. 64*128点阵大屏显示,myprintf实现的汉子和ASCII码显示-64* 128 dot-matrix large screen display, myprintf achieve guy and the ASCII code display
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:753105
    • 提供者:asdf
  1. ASCII_show

    0下载:
  2. 按键按一个键,数码管显示对应的ASCII码值-Button press of a button, digital display ASCII code value corresponding
  3. 所属分类:SCM

    • 发布日期:2017-04-23
    • 文件大小:31907
    • 提供者:许万清
  1. ASCII_Keyboard_encoding_circuit_design_information

    0下载:
  2. ASCII码键盘编码电路设计实现资料ASCII, Keyboard encoding circuit design information-ASCII, Keyboard encoding circuit design information on ASCII, Keyboard encoding circuit design information
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:464205
    • 提供者:cm
  1. ASCIIcode

    0下载:
  2. 该小程序便于开发时快速得到想要的字符的ASCII码值-When the small program to facilitate the rapid development of the desired character of the ASCII code value
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:6419
    • 提供者:Yang
  1. 1_080110143705

    0下载:
  2. 一个汉字任意点阵字库制作软件,它的主要功能就是把windows用中使用的矢量的ASCII码和汉字转换为点阵的英文点阵字库和汉字点阵字库 -xlz
  3. 所属分类:SCM

    • 发布日期:2017-05-02
    • 文件大小:556494
    • 提供者:夏天
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 ... 46 »
搜珍网 www.dssz.com