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

搜索资源列表

  1. UnicodeString_src

    0下载:
  2. ansi字符串与Unicode字符串转换的代码 包括UTP-8-this code can convert ansi string into Unicode string(including UTP-8)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:5770
    • 提供者:小虾
  1. UTF82ASCII

    0下载:
  2. 一个将UTF8字符串转换为ASCII的VC6程序.-a UTF8 string of ASCII conversion of the VC6 procedures.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:29551
    • 提供者:ligc
  1. 12

    0下载:
  2. 数字字符串转换为数字 输入任一字符串,如果是由数字组成,则反回该数字,否则反回0
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:897
    • 提供者:夏雨
  1. 整数转换为字符串

    0下载:
  2. 用递归将整数转换为字符串的C++程序 通过求得整数每位数,再将其转为ASCII码,再调换每位顺序-using recursive integral to the conversion to a string obtained by C program every few Integer, and then converted to ASCII and then swap each sequence
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:975
    • 提供者:林朝哲
  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. 繁简体互相转换

    0下载:
  2. 繁简转换控件属性:Mode:(GBtoBig,BigtoGb)GbtoBig:进行简繁转换;BigtoGb:进行繁简转换;方法:SetString(ss:string)返回字符串ss的转换结果(返回繁,简体视mode设定而确定).-simplified change control attributes : Mode : (GBtoBig, BigtoGb) GbtoBig : for signpost; BigtoGb : for simplified conversion; Methods
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:25833
    • 提供者:何智峰
  1. Gb2Big ,进行GB码和BIG5码之间的双向转换

    0下载:
  2. 代码实现了对一组字符串内存,进行GB码和BIG5码之间的双向转换,采用中间件方式输出。编译后生成ATL COM组件,可以供Windows平台的应用软件和ASP网站中使用。文件中同时包含了一个VB做的简单的调用例子。,Code to achieve a set of strings of memory, BIG5 to GB code and two-way code conversion, the use of middleware output. After the compiler to g
  3. 所属分类:中文信息处理

    • 发布日期:2017-11-08
    • 文件大小:91552
    • 提供者:
  1. datamatrixcodingprocedures

    0下载:
  2. data matrix编码程序 将字符串转换为二维码黑白图形-data matrix encoding process will convert a string to two-dimensional black-and-white graphics code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:1317070
    • 提供者:gdq
  1. C

    0下载:
  2. 第一部分 基础篇 实例1 第一个C程序 2 实例2 求整数之积 6 实例3 比较实数大小 8 实例4 字符的输出 10 实例5 显示变量所占字节数 11 实例6 自增/自减运算 13 实例7 数列求和 14 实例8 乘法口诀表 17 实例9 猜数字游戏 19 实例10 模拟ATM(自动柜员机)界面 22 实例11 用一维数组统计学生成绩 24 实例12 用二维数组实现矩阵转置 26 实例13 求解二维数组的最大/最小元素 29 实例14 利
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4363395
    • 提供者:郎永山
  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. 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. 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. 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. yuanchengxu2

    0下载:
  2. 输入英文字母串,在回车后实现大小写转换 按命令要求将字符串转换为全部大写或全部小写 非英文字母不允许输入并声响报警 -Enter letters strings, the carriage return after the realization of case conversion requested by the command string to all uppercase or all lowercase non-English characters are not allo
  3. 所属分类:assembly language

    • 发布日期:2017-03-29
    • 文件大小:7566
    • 提供者:赵楠
  1. xyTypeConv

    0下载:
  2. delphi 关于各种字符串转换和处理的函数-delphi string conversion and handling of various functions
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:3706
    • 提供者:ffuy
  1. 3

    0下载:
  2. 字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db ' assembly language is not dif
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:805
    • 提供者:
  1. rili

    0下载:
  2. 编写日历的程序,输入年度月份后,按日历的形式输出本月。可实现主要功能分析如下: 1.由用户输入年度月份,判断数据是否合法,1900≤year≤2100,1≤month≤12,年份字符串转换成二进制数保存到变量year,month中,否则提示错误 2.判断闰年闰月,修改monthday:闰年将2月天数改为29,否则为28。计算每月有几天,当月的1号是星期几。 3.显示输出月历,用户继续查询的话返回重新继续输入年度月份,否则退出,结束程序。 -Procedures for the
  3. 所属分类:assembly language

    • 发布日期:2017-04-02
    • 文件大小:156205
    • 提供者:寒武
  1. ASSCII码转换

    0下载:
  2. labview:适用于ASSCI转字符串,子VI(LabVIEW: applies to ASSCI to convert strings, sub VI)
  3. 所属分类:LabView编程

    • 发布日期:2017-12-23
    • 文件大小:43008
    • 提供者:糊糊2
  1. zfczhuansz

    0下载:
  2. 字符串转换为数字,字符串转换为数字....(Convert string to number)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:lqqtaian
« 12 3 4 5 6 »
搜珍网 www.dssz.com