搜索资源列表
sdflijkjs
- 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序-keyboard input from a string, It first showed once again as it stood then the lowercase letters to uppercase conversion, then the change of cap
converse
- 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序. (1). 编写一个完整的源程序完成题目的要求. (2). 把子程序单独写在一个文件中,用源程序包含的方法完成题目要求. (3). 把子程序单独汇编,用目标文件链接的方法完成题目要求. (4). 把子程序加入到一个子程序库中,用子程序库调入的方法完成题目要求. 另附
assembly
- x86汇编程序。 从键盘输入一个字符串,先把它原样显示一遍 然后将其中的小写字母转换为大写显示,再将其中的大写字母转换为小写显示,最后将其中的大小写字母互换显示.显示字符串的功能调用采用宏,大写转换,小写转换和大小写互换写成子程序.
yuanchengxu2
- 输入英文字母串,在回车后实现大小写转换 按命令要求将字符串转换为全部大写或全部小写 非英文字母不允许输入并声响报警 -Enter letters strings, the carriage return after the realization of case conversion requested by the command string to all uppercase or all lowercase non-English characters are not allo
110
- 以0表示结尾的字符串的大小写转换 一行为大写一行为小写一行为不变输出-To 0 at the end of the string of upper case conversion of an act an act of a lower-case behavior of the same output
UARTCharShift
- ARM Cortex-M3的UART模块程序,上位机发送字符串后,根据模式选择调整,可以进行大小写转换后传回。-The ARM Cortex-M3 UART module program, the host computer to send the string according to the mode to select the adjustment can be returned after case conversion.
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
strupplow
- 安全的含有汉字及字母字符串大小写转换函数 很多人使用的均是普通转换方法,存在潜在的风险-Safe containing Chinese characters and letters String case conversion functions to a lot of people use are common conversion method, there is a potential risk
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
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
Server_Client
- 简单的socket网络编程,实现客户端与服务器端字符串大小写的转换-Simple socket network programming, client and server-side conversion of string case
cyuanma
- 约瑟夫环问题 数组大小写转换问题,字符串,排序问题,C语言源码 -Josephus problem arrays case conversion problem, strings, scheduling problems, C languages Source
ICU4C-Sample
- ICU4C 应用实例。关于ICU4C介绍如下: ICU4C是ICU在C/C++平台下的版本, ICU(International Component for Unicode)是基于 IBM公共许可证 的,与开源组织合作研究的, 用于支持软件国际化的开源项目。ICU4C提供了C/C++平台强大的国际化开发能力,软件开发者几乎可以使用ICU4C解决任何国际化的问题,根据各地的风俗和语言习惯,实现对数字、货币、时间、日期、和消息的格式化、解析,对字符串进行大小写转换、整理、搜索和排序等功能,必须一
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
string-manipulate
- 字符串操作函数,可以实现各种功能,大小写转换扥好,大家看看吧-, You can achieve a variety of functions for string manipulation functions
Switch
- 利用visual studio 2015 C#实现字符串中大小写字符的转换。(This is a program I implemented to implement character string conversion.)