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

搜索资源列表

  1. getids

    0下载:
  2. 获取本机ip,mac地址和时间,依次转换成16进制字符串,并连接到一起,返回的字符串可以作为数据库编程创建数据表的主键ID.-Access to the local ip, mac address and time, followed by 16 to convert hexadecimal string, and connect together, the return of the string can be used as a database programmer to create d
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:3582
    • 提供者:阿表
  1. SimpleCalculator

    0下载:
  2. 简单的计算器,VC++按钮控件,堆栈,字符串转换数字-Simple calculator, VC++ button control, stack, string conversion figures
  3. 所属分类:Button control

    • 发布日期:2017-05-24
    • 文件大小:8073330
    • 提供者:肖斌
  1. testStrtoXDef

    0下载:
  2. 字符串转换为各种类型,很多人用Try Except去做,这样不但调试不方便,也是不经济的,试下这段代码。-String is converted to various types, Try Except with a lot of people do, so that debugging is not only inconvenient, is not the economy, the code under test.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-29
    • 文件大小:182089
    • 提供者:kendychong
  1. sprintf_strtod_function

    0下载:
  2. 字符串及浮点数间转换 自定义 实现 函数-Conversion between string and floating-point numbers to achieve a custom function
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:6741
    • 提供者:hailang
  1. queu

    0下载:
  2. 一个实现队列的类,使用起来非常方便,也好学习。和一个整形转字符串转换的函数。-A realization of the queue class, very easy to use, or learning. And a shaping function to convert a string.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1058
    • 提供者:hezhengming
  1. md5

    0下载:
  2. md5加密程序,对于任意字符串转换为32位的md5值-md5 encryption process, for any 32-bit string is converted to the md5 value
  3. 所属分类:Communication

    • 发布日期:2017-04-03
    • 文件大小:472983
    • 提供者:haiyan
  1. ChatLabVIEW

    0下载:
  2. labview与欧姆龙PLC通讯协议上需要的一个字符串转换成为数据-labview
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:99943
    • 提供者:xingwnag
  1. zifuzhuanhuan

    0下载:
  2. php字符串转换类,很好很强大的,特此贡献出来,希望大虾喜欢-php convert string type, very good very strong, and would like to contribute, I hope like prawns
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5815845
    • 提供者:lishunli
  1. string

    0下载:
  2. vc 字符串转换的一些方法和字符串函数的使用方法。-vc convert a string to a number of methods.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:4783
    • 提供者:可刻
  1. MD5PasswordConverter

    0下载:
  2. 一个MD5字符串转换的工程,可以直接运行,输入要加密的字符串,可产生对应的MD5加密代码-A MD5 string conversion work can be directly run, enter the string to be encrypted, can generate the corresponding MD5 encryption code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:89711
    • 提供者:lmy
  1. str

    0下载:
  2. C语言中,把16进制转换成字符串,一般在对中文进行传递中用到-C language to convert a string of 16 hex, the general in the Chinese language used in the transmission of
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:677
    • 提供者:fwei816
  1. bytetostring

    0下载:
  2. 字节型类型转换长字符串的格式!!!一种技巧-Byte-type long strings of the format of type conversion! ! ! A skill! ! !
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:609
    • 提供者:左怀军
  1. poplist

    0下载:
  2. 字符串转换事例,摆脱masm的人为字符串长度限制-This program shows a useful trick to get around an artificial limit that MASM imposes on the length of string data. It loads a long string that is delimited by a single zero and terminated by two zeros, reads each entry
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:4531
    • 提供者:闫先生
  1. at_send

    0下载:
  2. 通过at发送手机短信.转字符串转换为Unicode代码,例如“中”的unicode代码为 4E2D,(好像是将中字的ASCII码分开,分别转成16进制)-At sending text messages via mobile phones. Turn the string is converted to Unicode code, such as " in progress" unicode code 4E2D, (as if the word is the ASCII cod
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-13
    • 文件大小:2183
    • 提供者:LYC
  1. validate.aspx

    0下载:
  2. 验证码图片生成页面,随机生成N位数的验证码字符串,将生成的字符串转换成图片-validate photo
  3. 所属分类:.net

    • 发布日期:2017-03-23
    • 文件大小:1305
    • 提供者:liu
  1. 062

    0下载:
  2. 浮点数转换为字符串 .标准函数和标准过程是由Pascal定义的,如标准函数ch(),ord(),标准过程read(),write()等,程序员在编写程序时,只要套入合适的参数,就可以直接调用这些标准函数和过程。-Floating-point number is converted to a string
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:21315
    • 提供者:chenjack
  1. atoi_function

    1下载:
  2. 把字符串转换成整型数 atoi()会扫描参数nptr字符串,如果第一个字符不是数字也不是正负号返回零,否则开始做类型转换,之后检测到非数字或结束符 \0 时停止转换,返回整型数。- const
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:774
    • 提供者:王振
  1. string_strutil

    0下载:
  2. std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:3600
    • 提供者:方启
  1. xiaochengxu

    0下载:
  2. 字符串转换成对应的数 二分查找 进制转换 排序 杨辉三角-Strings are converted to the corresponding number of Binary search binary conversion sort Yang Hui Triangle
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:2678
    • 提供者:赵爽
  1. zczh

    0下载:
  2. 字符串转换源码-Convert a string source
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:166419
    • 提供者:李亚国
« 1 2 3 45 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com