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

搜索资源列表

  1. eval-dist-0.5

    0下载:
  2. java 中没有类似javascr ipt中的eval()函数,无法直接将动态变化的字符串转换成java执行语句。此文档中提供两个jar包,和其api,使用非常简单。 Example of use: Expression exp = new Expression("(x + y)/2") Map<String, BigDecimal> variables = new HashMap<String, BigDecimal>() var
  3. 所属分类:JavaScript

    • 发布日期:2017-03-25
    • 文件大小:110985
    • 提供者:duishu
  1. vcPPconststring

    0下载:
  2. VC++里面常用字符串转换,这里将它收集起来,非常实用-VC++ which used to convert a string, where it collected, very useful
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1440
    • 提供者:多少分
  1. achieve-the-hex-string-to-decimal-

    0下载:
  2. 实现长度小于N个字符的十六进制字符串转换为十进制输出 扩展说明:可实现任意进制的转换-Length is less than N characters to achieve the hex string to decimal output expansion Descr iption: can be any hex conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:723
    • 提供者:Lzhou
  1. code2

    0下载:
  2. ASCII编码系统字符串转换清理程序,任意转换字符串长度,任意清理不需要字符-String Cleanser (ASCII only) Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:623
    • 提供者:张凯
  1. HexToInt

    0下载:
  2. C++ Builder 十六进制字符串转换成10进制数值的代码-C++ Builder hexadecimal string value converted into decimal code
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-23
    • 文件大小:512000
    • 提供者:聂超
  1. Exchange

    0下载:
  2. 程序功能:二进制取反 、十六进制转为十进制、十进制转十六进制、BCD转10进制 、十进制转BCD码、BCD码转换为字符串、字符串转换为BCD码,非常实用,工作必备之源码-Procedures functions: binary negate, sixteen hexadecimal to decimal, decimal to hexadecimal sixteen, BCD 10 hexadecimal, decimal conversion BCD code, BCD code is con
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:3924
    • 提供者:xwb
  1. myString

    0下载:
  2. 编写一个String类,并提供基本的字符串操作(如:字符串相加,获取字符串长度,字符串比较,字符串转换整形/浮点,获取C语言格式的字符串等操作),并编写程序使用该String类。 -Write a String class, and provide basic string operations (such as: adding a string to get the string length, string comparison, string integer/floating poin
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:8948
    • 提供者:lining
  1. shu-zi-yu-zi-fu-chuan

    0下载:
  2. 数字与字符串转换的程序,对vb学习有一定的参考价值-Number and string conversion procedures, vb learning some reference value
  3. 所属分类:IME Develop

    • 发布日期:2017-03-27
    • 文件大小:4979
    • 提供者:liujun
  1. code

    1下载:
  2. Delphi中有很多人分享如何用StrToInt将字符串转换为整数,但是在很多时候当需要用Byte(即十六进制用8位表示)来写出时就束手无策了。还有就是怎么将8位的十六进制数转换为十进制时也没有可以参考的了。本文试图给一个答案,可以使大家省些时间。-In Delphi there are a lot of sharing about using StrToInt but it givs out a String format, it has a problem when you are goin
  3. 所属分类:Delphi VCL

    • 发布日期:2016-01-22
    • 文件大小:3072
    • 提供者:zenger
  1. KeyDown_String_To_Hex

    0下载:
  2. 输入字符串转换成十六进制字符串并显示出来,这个软件再一些地方比较有效,例如破解、汉化软件的时候就变得非常方便了。-The conversion of inputing the string becomes 16 to enter to make a string and suggest, this software one more some places more effective, for example crack, the man turn the time of software b
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:1423
    • 提供者:黄福龙
  1. xiaochengxuzhengli

    0下载:
  2. 我整理的几个实用的小程序,比如字符串转换之类的-I order a small number of practical applications, such as string conversion and the like
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:7036
    • 提供者:积极
  1. MD5Provider

    0下载:
  2. 将字符串转换成MD5数据 应用于密码加密 Silverlight不支持MD5,所以提供这个类-Convert a string to MD5 data Apply password encryption Silverlight does not support MD5, so this class provides
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:5161
    • 提供者:serenity
  1. StringUtil

    0下载:
  2. 字符串工具类 将一个字符串的首字母改为大写或者小写 将一个字符串按照句点(.)分隔,返回最后一段 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号。 格式化文件路径,将其中不规范的分隔转换为标准的分隔符,并且去掉末尾的"/"符号(适用于FTP远程文件路径或者Web资源的相对路径)。 获取文件父路径 获取相对路径 获取当前系统换行符 将用“|”分隔的字符串转换为字符串集合列表,剔除分隔后各个字符串前后的空格 将用正则表达式rege
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2062
    • 提供者:曲欣亮
  1. StrToCodes

    0下载:
  2. 实现将字符串转换成为数值码。支持间隔符、各种括号,各种字符。-Achieve a numerical code to convert a string. Support spacers, various brackets, all kinds of characters.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:41042
    • 提供者:贾宝玉
  1. HexStrToDecStr

    0下载:
  2. 实现16进制32位字符串转换为10进制字符串,大小端通用代码。 该代码使用VC++编译测试通过,欢迎拍砖-Convert a 32BITS Hexadecimal string to a decimal string.This code have been compiled and tested under VC++ 6.0.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1090
    • 提供者:杨波
  1. a-check-string-class

    0下载:
  2. 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:18162
    • 提供者:商城豪
  1. Java-str-date

    0下载:
  2. Java字符串转换为日期和时间比较大小的常用函数归类。-Java strings are classified into the common function of the size of the date and time.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-23
    • 文件大小:5322
    • 提供者:tt
  1. StringUtil

    0下载:
  2. 字符串转换为其他的类型,其中包括转换为各种形式的日期格式,在写程序过程中不断积累的。-Convert strings to other types, including the conversion of a variety of date formats, is very powerful, and constantly do collect in the program process.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3726
    • 提供者:天昂
  1. hanzizifuchuanzhuan16jinzhi

    0下载:
  2. 带汉字字符串转换成16进制, 任意形式的输入均可转换-With a Chinese character string converted to hexadecimal, any form of input can be converted
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:170365
    • 提供者:jiecai
  1. atof

    0下载:
  2. 将字符串转换为浮点数子的小程序 -Please carefully write the upload information, including content descr iption (at least 20 words). Try not to let the owners have spent the time you fix instructions. Can not have a password archive decompression.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3969
    • 提供者:Michael
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »
搜珍网 www.dssz.com