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

搜索资源列表

  1. CString

    0下载:
  2. 常用字符串转换函数个人收集对初学者有很大的帮助欢迎下载-String conversion functions commonly used in personal collection of great help for beginners are welcome to download
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:1019
    • 提供者:luoyusheng
  1. StrConvert

    0下载:
  2. 字符串转换器,可以将输入的字符串转换为全小写(或大写),还可以去掉前导空格符。适合初学者学习字符串转换-String converter, the input string can be converted to all lowercase (or uppercase), you can also remove the leading space character. Suitable for beginners to learn string conversion
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-25
    • 文件大小:9173
    • 提供者:li
  1. excel-vba

    0下载:
  2. 6个excel-vba小程序,经常用到。 返回当前Excel文件的路径 返回指定文件夹中的文件列表 判断文件夹中指定文件是否存在 在文件夹之间复制和移动Excel文件 判断指定文件夹是否存在 最后一个将字符串转换为16进制,是自己编的,相当方便。密码pudn-excel-VBA 6 tools
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:89591
    • 提供者:zhangwei
  1. wchar_to_bytes

    0下载:
  2. 宽字符串转换为多字节字符串,在vs开发环境中,经常碰到需要将宽字符串转换为多字节字符串-convert wchar to bytes, it is very usefull, and ther is a class w2bytes can help you
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1039
    • 提供者:
  1. lei

    0下载:
  2. 虚基类的应用举例,包括字符串的简单处理,将字符串转换成整型-Examples of the Application of virtual base classes, including a simple string processing, to convert a string into an integer
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:214734
    • 提供者:lansheng
  1. Cfunction

    0下载:
  2. 五个程序:报警程序,字符串转换成数字,链表的一系列操作,循环链表的判断,两个矩阵的相乘-Five procedures: alarm program, the string converted to digital, a series of operations linked list, circular list of the judge, the multiplication of two matrices
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:4559
    • 提供者:丁睿
  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. zifuchuan

    0下载:
  2. Java 字符串与文本相关实例源码,比如不可变字符串与限定字符串、字符串的比较、提取子串、修改缓冲区中的字符串、判断回文串、正则表达式、字符串匹配、正则表达式语法等,还一一些比如用于比较两个变量是否引用同一个对象、equals用于比较两个字符串的内容是否相同、忽略大小写、判断是否以某个字符串开始或结束、根据字典排序比较两个字符串、删除字符串中的空格、将字符串转换成小写或大写形式等在代码中都有所体现…… -Instance of Java source code associated with
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:19460
    • 提供者:鬼舞
  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. ANSI---Unicode

    1下载:
  2. [C语言]字符串处理 - ANSI - Unicode - UTF8 转换-[C Language] string processing- ANSI- Unicode- UTF8 conversion
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-26
    • 文件大小:1483
    • 提供者:yenan
  1. base64

    0下载:
  2. 64base加解密软件,将字符串转换成64BASE格式! //将64Base转成字符串 //将字符串转成64Base-64base decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:13082
    • 提供者:black
  1. serializer

    0下载:
  2. PHP 序列化 ,对象到字符串转换 源代码-php json
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-07
    • 文件大小:15773
    • 提供者:飞扬
  1. sizeyunsuan

    0下载:
  2. 将字符串转换成表达式,并进行四则运算得出结果-Convert a string expression, and the outcome of the four operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:33004
    • 提供者:于联合
  1. ToHexString

    0下载:
  2. 把字符串转换成16进制的字符,可以显示不可显的字符-Convert a string of 16 hexadecimal characters, you can display the characters can not be significantly
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:646
    • 提供者:yangchangqi
  1. GOOD

    0下载:
  2. 将字符串转换成整数,真的很有用的一个题目-To convert a string into an integer, a really useful topic
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5773
    • 提供者:fready
  1. DateParser

    0下载:
  2. 这个是一个简单的日期转换程序,能将字符串转换成相应的日期,或者将日期转换成字符-This is a simple date conversion process, can convert a string into the corresponding date or the date into a character
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:3729
    • 提供者:liqing
  1. change-ascii-to-string

    0下载:
  2. 利用labview将字符串转换成ASCII码类型的程序,可用于模仿学习。-Using the labview will string converted into ASCII type of program for imitation study.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:18983
    • 提供者:阿飞
  1. change-string-to-binary

    0下载:
  2. 利用labview将字符串转换成二进制类型的程序,可用于模仿学习。-Using the labview will string converts binary type of program for imitation study.
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:23889
    • 提供者:阿飞
  1. Name

    0下载:
  2. 把汉字、字符串转换成Unicode码输出-Chinese characters into Unicode code output
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:2341
    • 提供者:黄媚
  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 2 3 4 5 67 8 9 10 11 ... 44 »
搜珍网 www.dssz.com