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

搜索资源列表

  1. change

    0下载:
  2. 1、实现大小写字母之间的转换:输入的字符串中,不是字母的字符不改变;大写字母改成小写字母时,若是大写字母则不改变;同样,小写字母改成大写字母时,若是小写字母则不改变 2、二进制和十六进制数之间的转换:输入一个二进制数(或十六进制数),用十六进制数(或二进制数)表示输出;最多能把十六位二进制数(或四位十六进制数)用四位十六进制数(或十六位二进制数)表示输出;小于十六位(或四位)时按回车结束并输出 3、十进制数和十六进制数之间的转换:输入一个十进制数(或十六进制数),用十六进制数(或十进制数
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2904
    • 提供者:小辛
  1. para_to_ulong

    0下载:
  2. 做项目时候编的小程序,将二、八、十六进制字符串(以#b、#q、#h开头,不区分大小写)转换成无符号长整型数,在使用时,需包含(string.h,math.h等C标准函数库头文件),并做适当修改。-When do the project made a small program will be the second, eight, hexadecimal string (to# B,# Q,# H at the beginning, not case-sensitive) converted to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:1233
    • 提供者:rain
  1. EX4_1

    0下载:
  2. 线程实现,将视图窗口中的字符串进行大小写的转换-Thread implementation, the view window in the string case conversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:36280
    • 提供者:李磊
  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. C

    0下载:
  2. 1:编写函数,当字符串出现在另一个字符串的尾部,该函数返回1 否则0 2:根据单词的出现频率按降序打印输入的各个不同单词,并在每个单词的前面标上它的出现次数。 3:大小写字母转换 4:比较两个文件并打印它们第一个不相同的行 5:打印一个文件集合,每个文件从新的一页开始打印,并且打印每个文件相应的标题和页数-1: write the function, if the string appears in another string in the tail, the function
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6649
    • 提供者:cuiyu
  1. machine-unrestricted-version

    0下载:
  2. 软件名称:全能字符串替换机7.0无限制版 软件大小:230 KB 软件语言:简体中文 软件类别:国产软件/转换翻译 运行环境:WinXP/2003/Vista 软件简介: 本工具有以下特点: 1、具有批量替换、批量查找、批量改名等功能:文件内容或名称的修改和查找; 2、支持一次批量处理多个文件:记事本/写字板/Word都没有提供; 3、*支持一次批量处理多组串:包括UltraEdit/VC等比较强的替换/查找工具都没有提供这个功能; 4、*支持高级表达式
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:314467
    • 提供者:潘佳伟
  1. zifuchuan

    0下载:
  2. 对所输入的字符串进行大小写的相应转换,最大长度不超过1-Case the corresponding conversion of input string
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:316923
    • 提供者:李丽
  1. some-VB-programs

    0下载:
  2. 使用visual Basic语言编写的一些小程序,能够实现对输入字符串的逆序输出,大小写转换,输入字符检索,打印九九乘法表-Small programs that use visual Basic language, to achieve the reverse output of the input string, case conversion, input characters to retrieve, print the multiplication table
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:1140
    • 提供者:张永安
  1. sting_lib

    0下载:
  2. 各种字符串函数功能的实现 比如 字符大小写转换,字符长度 二进制转BCD 一个字符转换成16进制 十进制等一些函数的实现-The realization of the function of various string function
  3. 所属分类:Other systems

    • 发布日期:2017-11-30
    • 文件大小:7813
    • 提供者:绿茶好心情
  1. string-manipulate

    0下载:
  2. 字符串操作函数,可以实现各种功能,大小写转换扥好,大家看看吧-, You can achieve a variety of functions for string manipulation functions
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:2662
    • 提供者:张海
  1. SHAProj

    0下载:
  2. 通过vc,MFC方式实现了 sha1,sha224,sha256,sha384,sha512的算法,计算原文可以使用字符串和文件。提供字符大小写转换功能-In vc, MFC way to achieve the sha1, sha224, sha256, sha384, sha512 the algorithm to calculate the original strings and files can be used. Character case conversion functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-11-14
    • 文件大小:1040303
    • 提供者:yinzhun
  1. FileRW

    0下载:
  2. c++:字符串的操作(大小写的转换、比较、替换、移除、删除)功能源码;模态对话框的建立(省份证号码与年月日的匹配;对话框的长宽移动和自定义);静态对话框的建立及源代码(图片的打开)等功能;-c++:String operations (case conversion, more, replace, remove, delete) function of source modal dialog creation (province card number and date of the matc
  3. 所属分类:Other systems

    • 发布日期:2017-11-12
    • 文件大小:2046191
    • 提供者:jugang
  1. CipherMaker-v1.0

    0下载:
  2. Cipher Maker是一款在线生成密码并加密的ASP.NET密码生成器,无控件,开源程序,无需安装,只需上传文件到服务器即可。注意需要.net Framework 2.0环境,请事先安装上。支持在线生成16位、32位MD5密码,可使用用哈希算法加密,同时还内置了密码字符串大小写转换工具,后续版本将推出用户登录功能。-Cipher Maker is an online ASP.NET generates a password and encrypted password generator,
  3. 所属分类:.net

    • 发布日期:2017-03-28
    • 文件大小:125406
    • 提供者:tpudn64
  1. 002

    0下载:
  2. 字符串的转换,主要是字母的大小写转换,为新手解决的问题-The transformation of the string, mainly case conversion, for beginners to solve the problem
  3. 所属分类:Button control

    • 发布日期:2017-04-05
    • 文件大小:44232
    • 提供者:孙朋川
  1. HelloWorldService

    0下载:
  2. 按照android Binder框架自己实现的一个Binder例子,代码的功能是将客户端输入的字符串进行大小写转换-Framework in accordance with android Binder Binder own implementation of an example, the code is the function of the client input string case conversion
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:67678
    • 提供者:Mr zhang
  1. 11

    0下载:
  2. 在线密码生成器(CipherMaker)是以.net进行开发的密码生成器,它可以随机的生成任意密码并加密成MD5格式,也可对指定的密码进行MD5的加密,还可对原有的加密字符串进行大小写的转换。(The online password generator (CipherMaker) is a password generator developed with.Net. It can generate random password and encrypt into MD5 format. It c
  3. 所属分类:.net编程

    • 发布日期:2018-05-01
    • 文件大小:277504
    • 提供者:y35hetd
  1. Switch

    0下载:
  2. 利用visual studio 2015 C#实现字符串中大小写字符的转换。(This is a program I implemented to implement character string conversion.)
  3. 所属分类:C#编程

搜珍网 www.dssz.com