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

搜索资源列表

  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. maze

    0下载:
  2. 迷宫游戏1.从文件中读出迷宫数据,寻找并打印路径通路;存储迷宫数据到文件。 2.文件中迷宫地图数据格式为: 长 宽 入口 出口 迷宫地图数据 迷宫地图数据由01二进制组成,1表示墙壁,0表示通路 3.可以采用字符显示迷宫地图和路径,比如□表示通路, ▇表示墙壁, ※表示找到的路径. -Maze game from a file read out the maze of data to find and print the path pathway storage maze
  3. 所属分类:CSharp

    • 发布日期:2017-11-24
    • 文件大小:1581
    • 提供者:name
  1. sting_lib

    0下载:
  2. 各种字符串函数功能的实现 比如 字符大小写转换,字符长度 二进制转BCD 一个字符转换成16进制 十进制等一些函数的实现-The realization of the function of various string function
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:7813
    • 提供者:绿茶好心情
  1. huibian

    0下载:
  2. 汇编初学者的一些基本实验:字符串的比较;十六进制与二进制的转换;字符和数据的计数等共8个试验-Some basic experimental assembly for beginners: string comparison hexadecimal and binary conversion characters and data count of eight trials
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:7568
    • 提供者:fmoet
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com