搜索资源列表
vcstring
- 比较详细地介绍了vc中各种字符串及其相互之间的转换关系-more detailed presentation of the various string vc and mutual relations between the conversion
zifucuanzhuanhuan
- Visual C++.NET中 字符串转换方法.txt
C++String
- 概述每一种字符串类型的特性;给出一些简单的示例并且概括如何在需要的时候将一种字符串类型转换成其它的类型。
123
- 常见的几种数据格式转换,例如16进制字符串转化为16进制字节数组-Several common data format conversion, such as 16 into a hexadecimal string of 16 hexadecimal byte array
string_convert
- 不同格式字符串之间相互转换,供编程参考。-Between different format string conversion for programming reference.
PB
- PB基础字符与字符串,一些基础的类型变量转换-PB basic character and string type variable based on conversion of some
StringUtil
- java字符串完全转换,包括所有字符类型。-java string completely converted, including all types of characters.
gezhongyuyanzhong16jinzhizhuanhuan
- 各语言中16进制字符串与数字互相转换,已经测试通过。-Hexadecimal string with digital interchangeable in various languages, has been tested.
javabeanlistMapSetJson
- java中把对象、对象bean、list集合、对象数组、Map和Set以及字符串转换成Json.rar-java in the object, the object bean list collection of an array of objects, Map and Set, and string convert Json
pro11
- 从键盘输入一个字符串,将其中的小写字母全部转换成大写字母,然后输出到一个磁盘文件“a1”中保存。输入的字符串以“!”结束。-Enter a string from the keyboard, which will be all lowercase letters to uppercase letters, and then output to a disk file " a1" to save. The entered character string " !"
HexToDoc
- 该文档主要讲述了十六进制字符串转换成十进制字符串的方法以及十六进制字符串转换成ASCII码的方法-This document focuses on a hexadecimal string into decimal and hexadecimal string method string into ASCII code method
NEW
- 中缀表达式转后缀表达式 Descr iption 将中缀表达式(infix expression)转换为后缀表达式(postfix expression)。假设中缀表达式中的操作数均以单个英文字母表示,且其中只包含双目算术操作符+,-,*,/和 。 Input 表示中缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Output 表示对应后缀表达式的一个字符串(其中只包含操作数和操作符,不包含任何其他字符) Sample Input A+
chineseToStr
- 中文汉字与字母数字字符串的转换,也就是汉字可以解析为包含字母数字的字符串,同时包含字母数字的字符串也可以转化为中文汉字。-Convert Chinese characters and alphanumeric string, which is a string of characters can resolve alphanumeric string contains alphanumeric characters can be converted into Chinese.
xml-java-Map
- 把xml格式数据字符串转换为java Map对象数据集合对象,方便提取数据信息。-hello world
javawenjian4
- 在Java开发环境下,将读取的字符串并转换到数组中-read and convert the string into an array
jme-0312
- Java结构式搜索,把化学结构表达式转换成字符串搜索-JAVA Structure Search, the chemical structure of the expression is converted to a string, search
num5
- 一道华为笔试题5、题目:请在小于99999的正整数中找符合下列条件的数,它既是完全平方数,又有两位数字相同,如:144,676。用c语言编写(不能用数字转换成字符串)。 -Huawei pen questions
string-to-time-stamp
- 介绍了在LabVIEW中如何将字符串的时间转换为时间变量的方法-Convert string to time stamp labview_
labview--character-string
- labview 字符串转换,详细介绍了16进制字符串与10进制之间的相关关系与转换-Labview string conversion, hexadecimal string is introduced and the relationship between decimal and transformation
MFC实现各种类型数据转换
- MFC实现各种类型数据转换,包括字符串与整型,浮点数、字符的转换之间的双向转换