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

搜索资源列表

  1. wapconv

    0下载:
  2. WAP-WML页面中文批量转换程序可以自动将整篇WAP网页中的GB2312码转换为UTF-8编码,支持对wml,asp,php,jsp等脚本中的中文字符的自动转换,程序提供了批量转换功能,指定要转换的目录后,工具可以自动将该目录以及子目录下的所有wml,asp,php,jsp等页面脚本文件进行GB2312->UTF-8字符转换,不用手动修改,即可以让整个wap网站的页面和脚本全面支持中文手机显示。-WAP-Chinese WML page volume conversion program
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:240549
    • 提供者:李强
  1. 日期转换--小程序

    0下载:
  2. :先输出一个表示英文月份的字符数组,再输如任意一表示时间的数组;再用cin.getline读取,最后输出所求结果。-Datetime converter.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:9595
    • 提供者:要命
  1. 字符转换

    0下载:
  2. 转换UNCODE为UTF-8字符,以及转换UTF-8为UNCODE字符。-converse UNCODE to characters followed the criterion of UTF-8, and converse UTF-8 to characters followed the criterion of UNCODE.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2402
    • 提供者:huntglede
  1. cyysj_2005101511719

    0下载:
  2. AnsiLowerCase 函数 将字符转换为小写 首部 function MidStr(const AText: string const AStart, ACount: Integer): string $[StrUtils.pas 功能 返回字符串AText从AStart开始的ACount个字符 说明 其实就是Copy 参考 function System.Copy 例子 Edit3.Text := MidStr(Edit1.Text, SpinEdit1.Va
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:344918
    • 提供者:寻小小
  1. Tm2Time_t

    0下载:
  2. 通讯中进行高低位字符转换的工具软件,方便实用,辅助开发-communications for character-level conversion tools, convenient and practical, support development
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:54882
    • 提供者:邵革健
  1. Sqlutil

    0下载:
  2. 这是用java语言实现的连接sql server 2000数据库的程序,建立连接数据库的类,以及字符转换的类-This is the language used java links sql server 2000 database procedures, connect database types, and the characters change the category
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:4448
    • 提供者:润卿
  1. check_sum

    0下载:
  2. 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:88943
    • 提供者:阿蒙
  1. Conv

    0下载:
  2. mdb数据库中全角/半角字符转换和小程序-mdb database-wide angle / alphanumeric characters and the small change procedures
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:6460
    • 提供者:sky
  1. WideCharToMultiByteTest

    0下载:
  2. 字符转换,UNICODE和ANSI码之间的转换测试
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:27164
    • 提供者:曾昌
  1. asc

    0下载:
  2. ASC字符转换的程序。输入ASC字符,能够自动转换出十进制、十六进制的asc码来。-ASC character conversion process. ASC input characters that can automatically convert a decimal, hexadecimal code asc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-24
    • 文件大小:16192
    • 提供者:呓语
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:319734
    • 提供者:林玲
  1. sprintf_strtod_function

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

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

    0下载:
  2. 字符编码转换,从GBK转成UTF8的处理程序,学习字符转换很有帮助-Character encoding conversion from UTF8 into GBK procedures, learning useful character conversion
  3. 所属分类:File Operate

    • 发布日期:2016-01-25
    • 文件大小:1715094
    • 提供者:edoxs
  1. COMMPORT

    0下载:
  2. 一个多功能串口监视工具,同一串口可以有不同波特率来收发数据,带有字符转换工具,可以多种方式的异或校验,也可以CRC校验,也可监视PPP数据包,把PPP数据包内容过虑出来!-A multi-serial port monitoring tool, the same can have different baud rate serial port to send and receive data, with a character conversion tools, you can XOR a nu
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:39594
    • 提供者:chentan
  1. shiliujinzhi

    0下载:
  2. 程序可以实现将输入的汉字或字符转换为十六进制的形式,程序简单易懂-Program can input Chinese characters or characters into hexadecimal form, the program easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1866599
    • 提供者:陈开
  1. CRC_and_float_change_designer

    0下载:
  2. vb下实现对发送字符串的CRC校验,并能够将接收到的字符转换为浮点,实现浮点变换-vb send a string to achieve under the CRC, and can be received is converted to floating-point character, to achieve floating-point conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:24317
    • 提供者:xie xiao fei
  1. 字符转换工具

    0下载:
  2. 用于字符的转换操作,字符类型转换为16进制,2进制等.(For character conversion operations, character type conversion to 16 hexadecimal, 2 hexadecimal, and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:656384
    • 提供者:唐SIR
  1. CharCoder

    0下载:
  2. 字符转换软件,有需要的可以下载式试使用(Character conversion)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:301056
    • 提供者:未来胖子
  1. 进制转换

    0下载:
  2. delphi xe8 新版 字符患,数值 ,进制转换(Delphi xe8 new character characters, numeric, decimal conversion)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-25
    • 文件大小:2403328
    • 提供者:小叶小叶
  1. 字符大小写字母转换和随机产生数组返回最小值

    0下载:
  2. 实现大小写字母转换,随机产生数组并返回其最小值,C语言编写的代码(Conversion of capitals and lowercase letters)
  3. 所属分类:其他

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:小胖虎
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com