搜索资源列表
change
- 1、实现大小写字母之间的转换:输入的字符串中,不是字母的字符不改变;大写字母改成小写字母时,若是大写字母则不改变;同样,小写字母改成大写字母时,若是小写字母则不改变 2、二进制和十六进制数之间的转换:输入一个二进制数(或十六进制数),用十六进制数(或二进制数)表示输出;最多能把十六位二进制数(或四位十六进制数)用四位十六进制数(或十六位二进制数)表示输出;小于十六位(或四位)时按回车结束并输出 3、十进制数和十六进制数之间的转换:输入一个十进制数(或十六进制数),用十六进制数(或十进制数
para_to_ulong
- 做项目时候编的小程序,将二、八、十六进制字符串(以#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
EX4_1
- 线程实现,将视图窗口中的字符串进行大小写的转换-Thread implementation, the view window in the string case conversion
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
C
- 1:编写函数,当字符串出现在另一个字符串的尾部,该函数返回1 否则0 2:根据单词的出现频率按降序打印输入的各个不同单词,并在每个单词的前面标上它的出现次数。 3:大小写字母转换 4:比较两个文件并打印它们第一个不相同的行 5:打印一个文件集合,每个文件从新的一页开始打印,并且打印每个文件相应的标题和页数-1: write the function, if the string appears in another string in the tail, the function
machine-unrestricted-version
- 软件名称:全能字符串替换机7.0无限制版 软件大小:230 KB 软件语言:简体中文 软件类别:国产软件/转换翻译 运行环境:WinXP/2003/Vista 软件简介: 本工具有以下特点: 1、具有批量替换、批量查找、批量改名等功能:文件内容或名称的修改和查找; 2、支持一次批量处理多个文件:记事本/写字板/Word都没有提供; 3、*支持一次批量处理多组串:包括UltraEdit/VC等比较强的替换/查找工具都没有提供这个功能; 4、*支持高级表达式
zifuchuan
- 对所输入的字符串进行大小写的相应转换,最大长度不超过1-Case the corresponding conversion of input string
some-VB-programs
- 使用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
sting_lib
- 各种字符串函数功能的实现 比如 字符大小写转换,字符长度 二进制转BCD 一个字符转换成16进制 十进制等一些函数的实现-The realization of the function of various string function
string-manipulate
- 字符串操作函数,可以实现各种功能,大小写转换扥好,大家看看吧-, You can achieve a variety of functions for string manipulation functions
SHAProj
- 通过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
FileRW
- c++:字符串的操作(大小写的转换、比较、替换、移除、删除)功能源码;模态对话框的建立(省份证号码与年月日的匹配;对话框的长宽移动和自定义);静态对话框的建立及源代码(图片的打开)等功能;-c++:String operations (case conversion, more, replace, remove, delete) function of source modal dialog creation (province card number and date of the matc
CipherMaker-v1.0
- 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,
002
- 字符串的转换,主要是字母的大小写转换,为新手解决的问题-The transformation of the string, mainly case conversion, for beginners to solve the problem
HelloWorldService
- 按照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
11
- 在线密码生成器(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
Switch
- 利用visual studio 2015 C#实现字符串中大小写字符的转换。(This is a program I implemented to implement character string conversion.)