CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 字符转化

搜索资源列表

  1. ASC码的转化

    1下载:
  2. 任意输入字符将其转化成ASC码,并且具有出错提示的功能.-arbitrary character of its importation into ASC yards, and has suggested the error function.
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:25.88kb
    • 提供者:hamd
  1. 表达赋值

    0下载:
  2. 简单的赋值语句转化为四元式 只对单字符赋值 以及表达式的四元式转换 -simple assignment into four yuan-only assignment of single characters and expressions of 4 yuan conversion
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:15.14kb
    • 提供者:海文
  1. PrintCode

    0下载:
  2. z4mplus打印机打印条形码,二维码,包括可以打印汉字字符,汉字字符通过转化为图象点阵格式打印-z4mplus printer bar codes, two-dimensional codes, including print Chinese characters. chinese characters through the lattice images into print format
  3. 所属分类:打印编程

    • 发布日期:2008-10-13
    • 文件大小:24.12kb
    • 提供者:天马行空
  1. English-japanese

    0下载:
  2. 能够将英文字符转化为日文片假名的vb源代码-English characters can be translated into Japanese Katakana a constant source code
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:521.81kb
    • 提供者:小刀
  1. kjasfdoiwer

    0下载:
  2. 字符表示的十六进制数转化为相应的整数    错误则返回    -1    -said the character hexadecimal number into the corresponding integer
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.31kb
    • 提供者:水易寒
  1. huffman

    1下载:
  2. 哈夫曼编码:输入一个文本文件(英文文本),剔除其中的非英文字符,并将英文字符统一转化为大写字符,然后统计各个字符的出现概率。创建哈夫曼树,给出编码表(即各字符的码字)及编码效率(带权路径长度)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.28kb
    • 提供者:k332
  1. mowangyuyan

    0下载:
  2. 可以把魔王语言,转化为正常的字符,是栈的应用
  3. 所属分类:C#编程

    • 发布日期:2014-01-17
    • 文件大小:687byte
    • 提供者:cindycherry19
  1. TEST_DES

    0下载:
  2. 对输入的十六进数加密(把输入的字符转化成二进制整数,比如输入两个字符1F,转化成二进制数00011111),比较输入和输出。当把输入的数改变一个比特时(如把1F变为1E),比较输出的变化.修改程序,使得DES的16轮循环中每一轮循环结束都能输出一个结果(显示为十六进制的数),即输出Li、Ri(1 i 16)的值。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:29.95kb
    • 提供者:黎志展
  1. ean13

    0下载:
  2. 该函数主要实现EAN13码相关算法以及转化为二进制字符串.和通过二进制字符生成EAN13 BMP条码图片.在WIN下DEV-C++ 5编译通过.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:10.63kb
    • 提供者:liangchao
  1. bmp2ascii.tar

    0下载:
  2. 功能:将一个bmp图像提取特征后,经过分析bmp图像格式,转化生成一个字符图像,可以用来作qq签名等。
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:102.85kb
    • 提供者:胡永福
  1. 串口温度数据采集并实时显示

    1下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据分成一个一个的,然后这一
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:244.02kb
    • 提供者:周波
  1. char2dec 字符类型转化为十进制int类型函数

    0下载:
  2. 字符类型转化为十进制int类型函数,可以直接调用char2dec函数,输出为整形数int-Into a decimal character type int type function, you can call char2dec function, the output of integer int
  3. 所属分类:其他小程序

    • 发布日期:2017-03-24
    • 文件大小:1018byte
    • 提供者:上校
  1. Hex2Bin

    0下载:
  2. HEX 转 BIN 程序,弄过单片机的人可能都知道,很多编译器都会编译出一种叫HEX 的文件,这好像是Intel定的一个格式,就是把二进制的机器代码文件以16进制的字符形式(文本)保存,写进cpu或rom前都需要进行转化,此小程序便可完成该任务了。(本人上传代码均为Fwr原创)-HEX to BIN procedures, people get too SCM may all know, a lot of the compiler will compile a document called H
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:29.8kb
    • 提供者:fwr
  1. acsmx

    0下载:
  2. AC算法----有限自动机的多模式匹配算法.该算法应用有限自动机巧妙地将字符比较转化为了状态转移。-AC algorithms finite automata---- Multi-pattern matching algorithm. The algorithm uses finite automata skilfully converted to state transition character comparison.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4.26kb
    • 提供者:mashiwei
  1. hamming

    0下载:
  2. 本实验实现了任何字符的输入 然后通过转化成为含有校验位的海明码-Experimental realization of any of the characters in the input and then into a parity bit contains the Hamming code
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:2.36kb
    • 提供者:william
  1. flash_readfrom_txt

    0下载:
  2. 此程序从外部TXT文档中读取字符串内容并将其转化为数组,共其后程序调用-This procedure from an external TXT file to read the contents of the string and translate them into an array, a total of subsequent procedure calls
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:36.87kb
    • 提供者:阿凡提
  1. tofile

    0下载:
  2. 将文件转化为自符,然后再把字符转化成文件的小例程!-File into a self-address, and then the document character transformed into a small routine!
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:171.46kb
    • 提供者:刘sir
  1. chartodata

    0下载:
  2. 将字符转化为十进制数,完成了共同体格式数据的转化为十进制数的功能。-Into a decimal number of characters to complete the Community-formatted data into a decimal number function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:11.85kb
    • 提供者:simith
  1. charge

    0下载:
  2. 时间格式,字符串格式、整形格式等数据格式的转换函数,可直接调用(Data format conversion)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:1kb
    • 提供者:liangliangnan
  1. 图片转字符画

    0下载:
  2. 将一张图片转化成一篇字符画,不过没什么大用处。有时候会出现点错误,请见谅。(Turn a picture into a character picture, but it doesn't help much. Sometimes there will be some mistakes, please forgive me.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:5.75mb
    • 提供者:NAIYOU
« 12 3 »
搜珍网 www.dssz.com