搜索资源列表
change
- 1、实现大小写字母之间的转换:输入的字符串中,不是字母的字符不改变;大写字母改成小写字母时,若是大写字母则不改变;同样,小写字母改成大写字母时,若是小写字母则不改变 2、二进制和十六进制数之间的转换:输入一个二进制数(或十六进制数),用十六进制数(或二进制数)表示输出;最多能把十六位二进制数(或四位十六进制数)用四位十六进制数(或十六位二进制数)表示输出;小于十六位(或四位)时按回车结束并输出 3、十进制数和十六进制数之间的转换:输入一个十进制数(或十六进制数),用十六进制数(或十进制数
vc_Algorithm
- VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving m
vbrename
- 一款小巧实用,功能超多的文件名批量更改(重命名)的程序,VB语言编写,它可以自动遍历目录,允许您选择文件属性、设置转换范围、大小写文件名转换、文件名空格字符处理等,另外还有其它一些实用设置,更多功能请下载体验。-A compact and practical, features super multi-volume changes in the file name (rename) the procedure, VB language, it can automatically traverse
VBChangeFileName
- 一款小巧实用,功能超多的文件名批量更改(重命名)的程序,VB语言编写,它可以自动遍历目录,允许您选择文件属性、设置转换范围、大小写文件名转换、文件名空格字符处理等,另外还有其它一些实用设置.-A compact and practical, features super multi-volume changes in the file name (rename) the procedure, VB language, it can automatically traverse the direc
ChangNum
- VC++金额大小写转换实用源码,在数字框中任意输入数字 ,己把它做成了一个CnumToHan类,使用方法在示范程序中。运行程序后,在下边的文本框中会适时转换出对应的中文大小汉字,如上图例,学习VC的可参考一下,这是一个数组与字符结合的综合实例 -VC++ source code conversion utility rate case, any input in the digital box, digital, has made it a CnumToHan class, use the
201031411484188
- 一款小巧实用,功能超多的文件名批量更改(重命名)的程序,VB语言编写,它可以自动遍历目录,允许您选择文件属性、设置转换范围、大小写文件名转换、文件名空格字符处理等,另外还有其它一些实用设置,更多功能请下载体验。 -A compact and practical, features super multi-volume file name changes (renamed) program, VB language, it can automatically traverse directorie
BigInt
- 程序简陋,算法也不是最优。这个大整数计算的C++类也许有人还能用上。 主要功能: 1) 支持 + - * / mod这几种运算 2) 没有设计上的限制,最大可操作的数据长度取决于内存大小和操作系统(<=8G-bit,或者说1G字节) 3) 支持2-64进制,<=36进制时字母不分大小写,>36进制时字母大写和小写不同。63进制使用+,64进制使用/,即,合法的字符集[0-9][A-Z][a-z]+/。Demo中,自动转换输入时,如果输入中存在空格、回车、换
machine-unrestricted-version
- 软件名称:全能字符串替换机7.0无限制版 软件大小:230 KB 软件语言:简体中文 软件类别:国产软件/转换翻译 运行环境:WinXP/2003/Vista 软件简介: 本工具有以下特点: 1、具有批量替换、批量查找、批量改名等功能:文件内容或名称的修改和查找; 2、支持一次批量处理多个文件:记事本/写字板/Word都没有提供; 3、*支持一次批量处理多组串:包括UltraEdit/VC等比较强的替换/查找工具都没有提供这个功能; 4、*支持高级表达式
csharpzh
- C#字母大小写转换程序,完成一串字符的大小写转换,如果一串字符中含有大写和小写则统一转换为同一格式。C#入门者可以参考一下-C# case sensitive conversion process to complete the case conversion of a string of characters, a string of characters containing uppercase and lowercase are unified into the same format.
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
Example1
- 简单的对话框,输入字符后,转换字母的大小写。-A simple dialog box, enter the characters, convert the case of letters. A simple dialog box, enter the characters, convert the case of letters.
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
extrn-main
- 进制转换,实现字符之间的大小写转换以及二,十和十六之间的转化。-mplementing character case conversion functions and two, between ten and sixteen
string_sorts
- 输入一串字符,然后根据输入的选项对字符进行相关操作,如排序,转换大小写-Enter a string of characters, and related operations based on the options for character input, such as sorting, change case
字符大小写字母转换和随机产生数组返回最小值
- 实现大小写字母转换,随机产生数组并返回其最小值,C语言编写的代码(Conversion of capitals and lowercase letters)
Switch
- 利用visual studio 2015 C#实现字符串中大小写字符的转换。(This is a program I implemented to implement character string conversion.)