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

搜索资源列表

  1. CRC.C

    0下载:
  2. 下面以最常用的CRC-16为例来说明其生成过程。   CRC-16码由两个字节构成,在开始时CRC寄存器的每一位都预置为1,然后把CRC寄存器与8-bit的数据进行异或(异或:二进制运算 相同为0,不同为1;0^0=0 0^1=1 1^0=1 1^1=0),   之后对CRC寄存器从高到低进行移位,在最高位(MSB)的位置补零,而最低位(LSB,移位后已经被移出CRC寄存器)如果为1,则把寄存器与预定义的多项式码进行异或,否则如果LSB为零,则无需进行异或。重复上述的由高至低的移位8
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-27
    • 文件大小:11311
    • 提供者:malimin
  1. ht

    0下载:
  2. 本程序采用哈弗曼编码技术对用户输入的文本进行压塑,当用户按回车键之后,便会显示压塑之后的文本,并且会显示每个字符的二进制代码。-This code is used to be compress the text you enter,adopting the method of haffmancode .When you enter the resource text ,you will see the compressing mold and the binary code of every c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1270
    • 提供者:郭琼
  1. bin2fdec_diy

    0下载:
  2. function [fdec_out] = bin2fdec_diy(indata,q1,q0) 把输入二进制小数,转化为十进制小数 输入的二进制最高位为0,表示输入的二进制数为正数,反之为负数 indata: 输入的的二进制数据,字符类型 q0: 正数位的个数,数字类型 Author: xcw Data: 2011-07-28 -no descr iption
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:734
    • 提供者:xin_canwei
  1. TN05.ELF.Format.Summary.pdf

    0下载:
  2. 本文是作者在探索系统软件构件的复用技术的过程中生成的技术笔记,重点分析了UNIX 类操作系统中普遍采用的目标文件格式ELF(Executable and Linkable Format),目的是研究操作系统中二进制级软件构件的静态、动态组装技术。本文首先介绍 ELF 文件格式规范,然后结合一个简单的 C 语言程序,分析编译、链接后生成的可重定位、可执行格式实例。 -允许输入拉丁字符的拼音 This article is of technical notes generated in th
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:606381
    • 提供者:张元
  1. CharToUnicode

    0下载:
  2. 用MFC编写的。1.可以将字符(包括中文和英文)和Unicode相互转换。2.将正整数转化为八进制、二进制、十进制、十六进制。3.键盘钩子,根据按键,显示字符、ACS码值、二进制数值。编译环境VC++6.0,系统:windows xp SP3-Written in MFC. Can characters (including Chinese and English) and Unicode conversion. (2) a positive integer into octal, binary
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:3703320
    • 提供者:帝高阳
  1. communicate

    0下载:
  2. 基于汇编语言的串口通信系统。 用汇编语言设计的一套系统,能在两台计算机之间以中断方式和查询方式实现串行通信,数据可以采用ASCII字符方式和二进制方式传送。-Based on the serial communication system in assembly language. Assembly language design a system between two computers in order to interrupt mode and query serial comm
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:8475
    • 提供者:潘志敏
  1. ASCIIchange

    0下载:
  2. 用汇编编写的小程序,从键盘输入字符,用二进制显示它的ASCII码,适合初学者-Small programs written in assembler input characters from the keyboard and display its ASCII code, binary, suitable for beginners
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:670
    • 提供者:雪城无月
  1. siweifanzhuan

    0下载:
  2. 将明文的每一个字符对应的二进制进行四位反转,再输出其对应的十六进制字符串-This is about si wei fan zhuan
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:865
    • 提供者:dalong
  1. Encrypt

    0下载:
  2. 程序包含内容比较丰富,封装DES加密,密码超过8位自动转为3des加密(3des目前有BUG,慎用),加密字符以0101输出,结合RichEdit显示字体,颜色,背景颜色,超链接直接打开,并且通过stream二进制保存格式,各种系统对话框的应用,简单的对话框颜色背景,保存文件,拖拉文件等功能。-The program contains a rich package DES encryption, passwords over 8 automatically converted 3des encr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:28362
    • 提供者:_bin
  1. Security

    0下载:
  2. 一个简单的二进制移位加解密程序,以字符的二进制代码为加解密的对象,实现对明文信息的加密处理。-A simple binary shift encryption and decryption process, the binary code of the character object for encryption and decryption of the plaintext information is encrypted.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:9712
    • 提供者:flycloud
  1. HuffmanCode

    0下载:
  2. 在电报通讯中,电文是以二进制的0、1序列传送的。字符集中的字符的使用频率是不同的(比如e和t的使用较之q和z要频繁得多),哈夫曼编码可以使得编码的总长最短,从而相同的位长可以传送更多的信息。本程序用c语言来仿真哈夫曼编码的过程,其中运用动态分配数组存储哈夫曼树和动态分配数组存储哈夫曼编码表等c语言常用知识。另外,程序中包含极其详细的注解,十分有利于学习。 -Telegraph communications, the message is binary 0, 1 sequence transm
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1399
    • 提供者:Mei
  1. change_charto2

    0下载:
  2. 将字符转成二进制数组 0x27,等形式 需要转的字符串放到sourcecode里面自己建立一个,结果在sourcecode.h里面-Turn the character into a binary array 0x27 the form necessary to transfer the string into the sourcecode inside themselves a result sourcecode.h inside
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:173881
    • 提供者:Kinlih
  1. DESandData

    0下载:
  2. 字符转二进制,二进制转字符,字符转压缩码,压缩转二进制,数据转换-ASCtoBin AscToBcd BcdToBin BcdToAsc
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1834
    • 提供者:scott
  1. HZK16

    0下载:
  2. 汉字字符编码文档,做LED显示时,使用它可以吧汉字转化为对应二进制来点亮led亮点显示使用-Chinese character coding documents do binary display use
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-11-29
    • 文件大小:140698
    • 提供者:cactus32
  1. FileOperate

    0下载:
  2. MFC读写二进制文件,1.VS2010编译通过 2.C++ 3.文件写3个浮点数,英文字符,中文字符 4.文件读3个浮点数,英文字符,中文字符 5.基于MFC的实例-MFC reading and writing binary files 1.VS2010 the compiler through 2.C++ 3. Documents written three floating-point numbers and English characters, Chinese char
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:128909
    • 提供者:sunwenbo
  1. bf_pkg

    0下载:
  2. 字符和std_logic_vector之间的类型转换函数,可用于操作二进制文件。-This is conversion function between character and std_logic_vector type, which can be used to operate binary file in VHDL.
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:3362
    • 提供者:greatwind
  1. haffumanlast

    0下载:
  2. 哈夫曼编码系统 设计任务:   从键盘输入一串电文字符能输出对应的哈夫曼编码。同时,能翻译由哈夫曼编码生成的代码串,输出相应的电文字符串。 设计要求:   (1)从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树及哈夫曼编码。   (2)利用已经建好的哈夫曼树,对输入的字符串进行编码,输出编码序列。   (3)利用已建好的哈夫曼树对输入的二进制编码进行译码,并输出结果。-Huffman coding system design tasks: from the
  3. 所属分类:Other systems

    • 发布日期:2017-11-07
    • 文件大小:1807
    • 提供者:heilunya
  1. Huffman-tree-and-Parking-management

    0下载:
  2. 本程序是双工信道哈夫曼的编/译码器,该系统可进行字符与二进制码值间转换。栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。-This procedure is a duplex channel Huffman of knitting/decoder, this system can be character and the binary code value among conversion. Stack simulation parking lot to queu
  3. 所属分类:Other systems

    • 发布日期:2017-11-08
    • 文件大小:3443
    • 提供者:李密
  1. Send_test_0814

    0下载:
  2. RS232串口通信;基于MFC窗口界面编程。可以按字符、十六进制、二进制或文本发送。-RS232 serial communication based the MFC window interface programming. Can be sent by character, hexadecimal, binary or text.
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-23
    • 文件大小:5573898
    • 提供者:Zhang Ning
  1. seven2

    0下载:
  2. 打开一个二进制文件,将里面的数据按照读取,将其按16进制的方式打印出来; 第一行显示header,表示每一个数据在行内的偏移量; 然后每一行开始显示第一个数据在文件中偏移,然后显示8个数据(数据之间使用空格分隔,每一个数据2个字符位置),然后显示竖线 ,然后显示8个数据; -Open a binary file, the data inside the read, print hexadecimal way displays the first line of the head
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:798
    • 提供者:涟漪在线
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com