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

搜索资源列表

  1. Hacking.The.Art.Of.Exploitation

    0下载:
  2. 一本关于黑客攻击及漏洞挖掘艺术的好书.有缓冲区溢出的利用等.-Exploit programs using buffer overflows and format strings Write your own printable ASCII polymorphic shellcode Defeat non-executable stacks by returning into libc Redirect network traffic, conceal open ports,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1453907
    • 提供者:xy
  1. ply-1.1

    0下载:
  2. This tool is to read ply files. This format was developed at Stanford University.The code can read ASCII formats big-endian and little-endian byte orders.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-29
    • 文件大小:17685
    • 提供者:barley
  1. TextEncryptDecrypt

    0下载:
  2. 这个程序是一个简单文本加密解密程序,不过只能加密ASCII码表中32-126号的字符。-This procedure is a simple text encryption and decryption process, but only in encrypted code table ASCII characters in No. 32-126.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:87958
    • 提供者:九江北
  1. ps2tolcd

    0下载:
  2. 1、ps/2键盘输入,通过led显示ascii码 2、稍等1s可以在lcd上显示输入的字符 3、其中键盘上的backspce键是用来清屏的 4、当lcd上显示满字符时,在按下按键自动清屏,从第一行显示-1, ps/2 keyboard input, through the led display ascii code 2, wait 1s in the lcd display characters input 3, which backspce keys on the keyboar
  3. 所属分类:SCM

    • 发布日期:2017-04-04
    • 文件大小:9265
    • 提供者:杨丽杰
  1. viewDXFfile

    0下载:
  2. This program will open and allow you to view any 2D ASCII DXF file-This program will open and allow you to view any 2D ASCII DXF file
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:23741
    • 提供者:jinnie
  1. HW1-1

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
  3. 所属分类:assembly language

    • 发布日期:2017-03-22
    • 文件大小:1627
    • 提供者:bob
  1. DEMO1-3

    0下载:
  2. 一·数据定义及存储格式:(数据段定义不同数据演示) 数据在数据区的存储,DW、DB数据定义,十进制、二进制、B格式、H格式、BCD码、ASCII码, 正数、负数(补码)存储及汉字存储。 二·段地址与物理地址:数据段DS、ES、堆栈段SS、程序段CS 三·将数据区BUF1中前N个数,分别与数M相加,数据仍保存在原处。-Definition and a data storage format: (the definition of data different data pr
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:bob
  1. biaodashiqiuzhi

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

    • 发布日期:2017-04-01
    • 文件大小:1348
    • 提供者:田雷
  1. code_at

    0下载:
  2. Its a code for sneding,receving SMS whit AT command Its also a convertor octet-ascii,ascii-octet
  3. 所属分类:SMS

    • 发布日期:2017-04-03
    • 文件大小:28830
    • 提供者:morty
  1. Pixelto01

    1下载:
  2. c#编写的将BMP或JPG图片转成二进制数组的工具源码-The source code for a tool which can convert image files to binary files
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:36111
    • 提供者:孙青青
  1. 7

    0下载:
  2. 一家银行希望采用光学字符识别系统自动读出支票中的账号,组成账号的每个数字都是7段数 位体。一种图象处理软件可以将组成数字的横段和竖段分别转换成ASCII码中的竖线‘|’和下划线 ‘_’。你需要设计一个程序,从扫描转换的结果推测原始的账号,假定: (1)若经扫描转换的某组数字全部保存了正确的数字形式而且满足校验条件,则该组数字就是原 始的账号; (2)9位数中最多只有一位在扫描转换中失去正确的数字形式; (3)扫描转换不会引入额外的数位段。 -A bank wishin
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2998
    • 提供者:hjx
  1. BmpToAscii

    0下载:
  2. A program and function that takes the specified black & white bitmap and draws it in the console using ASCII characters. See screenshot. - A program and function that takes the specified black & white bitmap and draws it in the console using ASC
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:53884
    • 提供者:anatolia
  1. img2askii

    0下载:
  2. 可实现以下功能: 1 image 转换为 01 数字 2 image 转换为 askii 码 3 image 转换为 彩色 askii 码-1 image to 01 numbers 2 image to ascii codes 3 image to colored askii codes
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-19
    • 文件大小:5572365
    • 提供者:calmire
  1. HDSerial

    0下载:
  2. 获取硬盘物理序列号的类支持ASCII和UNICODE
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:5234
    • 提供者:fsdf
  1. 3DGraph

    0下载:
  2. XYZ graph is a program to visualize 3D - data. Three cross sections along the XY- , XZ- , and the YZ-plane are shown. By moving the hairlines the user can scan through the the various voxel planes. Input files can be either binary or ascii. To vi
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-21
    • 文件大小:352178
    • 提供者:anoubis
  1. smsniff

    0下载:
  2. SmartSniff allows you to capture TCP/IP packets that pass through your network adapter, and view the captured data as sequence of conversations between clients and servers. You can view the TCP/IP conversations in Ascii mode (for text-based pro
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-28
    • 文件大小:64052
    • 提供者:wenwen
  1. Iconv

    0下载:
  2. Iconv编码转换,如从UTF8转换到ASCII,ISO-8859,UCS-2等等的互转-Iconv convert
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:838
    • 提供者:gao
  1. temp

    0下载:
  2. 这是一个温度计和PC机通信的例子,源码里面的可以实现像示波器一样显示温度的波形,最主要的就是格式转换,在文件夹:将收到的ASCII转换成相应的数据这个文件夹里边。调试通过了的。-This is a thermometer and PC communication examples, source code can be achieved inside the same temperature as the oscilloscope waveform, the most important is
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:72746
    • 提供者:leedong
  1. votage

    0下载:
  2. 这是一个温度计和PC机通信的例子源码,主程序为:文件夹\cpubbs_temperature_pc\receiver_temp_2.vi里面的可以实现像示波器一样显示温度的波形,最主要的就是格式转换,在文件夹:将收到的ASCII转换成相应的数据这个文件夹里边。调试通过了的。-This is a thermometer, and examples of PC communication source, the main program is: folder \ cpubbs_temperature
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:74338
    • 提供者:leedong
  1. lcd12864

    0下载:
  2. 程序功能:在液晶上用串行数据通信方式依次显示常用ASCII码 跳线设置:将跳线座J5的2脚和3脚(-)用短路帽短接 测试说明:观察液晶显示-Program features: LCD used in the serial data communication commonly used ASCII code sequence shows the jumper settings: Jumper Block J5 to 2 feet and 3 feet (-) shorted cap wi
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:1685
    • 提供者:无名氏
« 1 2 ... 40 41 42 43 44 4546 47 48 49 50 »
搜珍网 www.dssz.com