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

搜索资源列表

  1. Letter2Num

    0下载:
  2. 一个将字母转换成十六进制字符串的小东东程序员用起来还是蛮顺手的-a letter will be converted into hexadecimal string of small Eastern programmers together with the still quite smoothly
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:14245
    • 提供者:张三丰
  1. ascii

    0下载:
  2. 实现字符串的ASCII码的十进制和十六进制转换。中英文提示,可以循环查询。结果输出到文本文件中保存。是计算机编程学习中一个有用工具。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3147
    • 提供者:西去
  1. hex

    0下载:
  2. 字符串,标准输出等UNICODE版本适配,十六进制字符转换。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1869
    • 提供者:扎克
  1. change

    0下载:
  2. 1、实现大小写字母之间的转换:输入的字符串中,不是字母的字符不改变;大写字母改成小写字母时,若是大写字母则不改变;同样,小写字母改成大写字母时,若是小写字母则不改变 2、二进制和十六进制数之间的转换:输入一个二进制数(或十六进制数),用十六进制数(或二进制数)表示输出;最多能把十六位二进制数(或四位十六进制数)用四位十六进制数(或十六位二进制数)表示输出;小于十六位(或四位)时按回车结束并输出 3、十进制数和十六进制数之间的转换:输入一个十进制数(或十六进制数),用十六进制数(或十进制数
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2904
    • 提供者:小辛
  1. asm

    0下载:
  2. 计算二位无符号数平方的程序,将用户从键盘输入的十进制数转换成为十六进制数并显示。对键盘输入的两个字符串进行比较,输入的字符串长度不超过80。
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:12249
    • 提供者:盼盼
  1. 16-10

    0下载:
  2. 将一个十六进制的字符串转换成它的等价的十进制数值。主函数负责收集字符,并判别它们是否为十六进制字符,htoi函数负责转换工作-to a hexadecimal string converted into its equivalent of the decimal value. The main function responsible for the collection of characters, and for judging whether the hexadecimal charact
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:946
    • 提供者:林朝哲
  1. DateTime2Hex

    0下载:
  2. 1.将当前系统时间转换为十六进制并存盘 2.将十六进制字符串转换为时间 3.计算十八位二进制数据的模,检验校验和-The current system time converted to hexadecimal and save two hexadecimal string converted to 3. Calculation of the modulus of the 18-bit binary data, inspection and calibration and
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:50809
    • 提供者:kingang
  1. para_to_ulong

    0下载:
  2. 做项目时候编的小程序,将二、八、十六进制字符串(以#b、#q、#h开头,不区分大小写)转换成无符号长整型数,在使用时,需包含(string.h,math.h等C标准函数库头文件),并做适当修改。-When do the project made a small program will be the second, eight, hexadecimal string (to# B,# Q,# H at the beginning, not case-sensitive) converted to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:1233
    • 提供者:rain
  1. BinFileEx_VcCode

    0下载:
  2. BinFileEx.DLL是一个封装了用于生成保存各种常用数据到自定义二进制文件的类和函数的动态链接库,用它创建的二进制文件中可以存储以下数据类型: 整型数据、双精度浮点数据、字符串、文件类型[指每一个文件的内容作为一个数据项看待]。 所创建的二进制文件可以正确的被读出来。如果你在编程中想建立一个属于自已格式的二进制文件,此文件中保存自已在程序中生成的各种数据和文件。 BinFileEx.DLL还封装了用于得到汉字内码和由内码得到全部字母、汉字和符号的类和函数的动态链接库,用它可以随
  3. 所属分类:File Operate

    • 发布日期:2017-05-02
    • 文件大小:773784
    • 提供者:罗伟
  1. Match0X

    0下载:
  2. 识别一个输入的字符串是否是十六进制数 如果是将其转换成等值的十进制数-Identify whether an input string is a hex number if it is converted into its equivalent decimal number
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:885
    • 提供者:马优敏
  1. hex2dbyte

    0下载:
  2. 使用MATLAB对十六进制字符串进行转换,转换成分贝数的比特流,用于多媒体音频处理(仅供大家参考)-using matlab to convert hexadecimal string to a stream of bytes in decibel numbers,for multimedia audio processing
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:723
    • 提供者:zhoulei
  1. ydaimaBigNum

    0下载:
  2. 件介绍: VC++数论计算的无符号大整数类及范例 VC++数论计算的无符号大整数类及范例,利用空闲时间编写了一个用于数论计算的无符号大整数类:   //乘2运算,即    // a = a * 2^dwTimes 相当于左移一位二进制,低位补0   CUSuperInt& Double(DWORD dwTimes = 1)      //除2运算 相当于右移一位二进制,高位边补0,低位舍弃   CUSuperInt& Half(DWORD dwTimes = 1)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:12058
    • 提供者:qiufeng
  1. MSP-FET430UIF

    0下载:
  2. 字符转换成十六进制中间加空格可以输入,但是不知道怎么用字符输入字符串-Hexadecimal characters into the middle of a space to enter, but do not know how to use character input string
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:50138
    • 提供者:刘彦生
  1. Fun

    0下载:
  2. 将浮点数转换为十六进制的字符串,实现加减乘除,然后转换为浮点数-Will be converted to hexadecimal floating-point string, to achieve, Math, and converted to floating point
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:2163
    • 提供者:wangfeng
  1. huibian

    0下载:
  2. 汇编语言写的几个简单的汇编小程序,有求三个无符号数的最大值,求十个数中的最大最小值,将十进制数转换成十六进制数,统计字符串中字母、数字等的个数、输出字符串等简单汇编小程序,适合初学者-Written in assembly language, the compilation of a small number of simple procedures, seeking the maximum of three unsigned, seeking the maximum and minimum n
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:189998
    • 提供者:南风雅
  1. IDREADER

    0下载:
  2. 读取ID卡信息1、格式0:10 位十六进制的ASCII 字符串格式3:将格式1 中的倒数第5、第6 位,转换为3 位十进制卡号,再将后4 位,转换为5 位十进 制卡号-Read ID card information 1, format 0:1016 enter to make of ASCII string format 3:Format 1 medium of count down the 5th, the 6th, conversion for 3 ten enter make card
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:73618
    • 提供者:孙钰
  1. C_Convert

    0下载:
  2. 写的一个通用的协议流转换程序.包括十六进制和十进制的转换, 数字和字符串的转换.很好用.-Write a generic protocol stream conversion process. Including hex and decimal conversion, conversion of numbers and strings. Good use.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:1988
    • 提供者:gong__ke
  1. amode822

    0下载:
  2. 我平时编程和设计时常用的小工具集合。 功能: 1-8位校验和 2-16位校验和 3-计算CRC8 4-计算CRC16 5-计算CRC32 6-计算MD5 7-计算SHA1 8-十六进制字符串转换为Ascii字符串 9-Ascii字符串转换为十六进制字符串-I usually used when programming and designing a small collection of tools. Function: 1-8 bit che
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:77320
    • 提供者:youlijun
  1. B_To_Hex

    0下载:
  2. 将二进制字符串表示成十六进制的一个函数,可以用于二进制数据采集,然后转换成串口能处理的十六进制数来转发-The binary string represented as a function of hex, binary data can be used to capture, then converted into the serial port can handle hexadecimal number to forward
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-04
    • 文件大小:1780
    • 提供者:邹绍云
  1. 16to10

    0下载:
  2. 写一个函数,输入一个十六进制数,输出相应的十进制数。 程序提示: 输入时将十六进制数作为一个字符串输入,然后将其每一个字符转换成十进制数并累加-Write a function, enter a hexadecimal number, the output corresponding decimal number. Prompts: Enter the hexadecimal number will be entered as a string, then each character
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:719
    • 提供者:leansmall
« 1 23 4 »
搜珍网 www.dssz.com