搜索资源列表
explore
- 字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
StringExt
- String扩展类,增强String的功能,同时提供了一系列常用功能的封装,包括文件复制、文件相对路径、绝对路径转换等。-String category to expand and enhance the function of String, while providing a series of commonly used functions of packaging, including document reproduction, document relative path, abso
zifu
- 一个功能比较多字符串的转换软件。大家自己看吧。-More a function of string conversion software. Check it out everyone their own. Ha ha
Conversion
- Conversions from string to value or value to string. All systems.
BinDecBinWRecursion
- Conversion of string into ascii,decimal,hex and viceversa
string_strutil
- std::string并没有提供所有需要方法。所以,需要用STL提供了算法库、字符串流以及现存的std::string的方法来实现它们。 ※ 将字符串转换为大写/小写 ※ 去掉字符串两端的空格 ※ 忽略大小写比较字符串 ※ StartsWith和EndsWith ※ 从字符串解析出int和bool等类型的值 ※ 将各种数值类型转换成字符串(toString) ※ 拆分字符串和Tokenizer-std:: string does not provide all the
68140323
- vhdl实现了串并转换,和并串转换,可供大家参考学习!-vhdl realized and string conversion, and and the string conversion, for your reference to learn!
str_to_hf
- c语言写的字符串转换工具,字符串间自由转换-c language to write the string conversion tool string conversion
StrConvert
- 字符串转换器,可以将输入的字符串转换为全小写(或大写),还可以去掉前导空格符。适合初学者学习字符串转换-String converter, the input string can be converted to all lowercase (or uppercase), you can also remove the leading space character. Suitable for beginners to learn string conversion
xiaochengxuzhengli
- 我整理的几个实用的小程序,比如字符串转换之类的-I order a small number of practical applications, such as string conversion and the like
zifuchuanzhuanhuan
- 字符串转化工具,包含了.10.12.16.2进止等转化,很实用的哦-String conversion tool contains the .10.12.16.2 into ended Isoconversional, very practical Oh
char_string
- 举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;-Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type
TFL-Format
- 自动读取本机服务器。按一定格式输出表结构,输出创建表脚本,输出SQL字符串转换-Automatically reads the native server. According to a certain format output table structure, output create table scr ipt, output SQL string conversion
ASCIIcode
- 给出ASCII码表,便于字符串转换-Gives the ASCII table, easy to string conversion ha ha ha
zhifuzhuanhuan
- VB版字符转换器,转换各种下载地址字符串,支持腾讯、快车、旋风等下载地址的转换。另外还支持托盘图标功能,源代码内含一个托盘类。要VB源码可从一个经过Base64的字符串中解码到源字符串,从一个经过Base64的字符串中解码到源字节数组,将一个字节数组进行Base64编码,并返回字符串,转换字符串为数组,然后转换为4个6位(0-63),对文件进行Base64编码并返回编码后的Base64字符串。-VB version of the character converter, convert vari
t2
- 实现把json串转换上到stringgrid上-To realize the json string conversion on stringgrid
StringConvetor
- PDU短信7bit编码,用于GSM模块通过短信通信的时候.-String conversion:PDU message 7 bit coding for GSM module via text message communication.
Example-s1-1
- 面积和速度的互换是FPGA/CPLD设计的一个重要思想。从理论上讲,一个设计如果时序余量较大,所能运行的频率远远高于设计要求,那么就能通过功能模块复用减少整个设计消耗的芯片面积,这就是用速度的优势换面积的节约;反之,如果一个设计的时序要求很高,普通方法达不到设计频率,那么一般可以通过将数据流串并转换,并行复制多个操作模块,对整个设计采取“乒乓操作”和“串并转换”的思想进行处理,在芯片输出模块处再对数据进行“并串转换”。从宏观上看,整个芯片满足了处理速度的要求,这相当于用面积复制换取速度的提高。面
Generalized-list
- 选择合适的存储结构表示广义表 (1)用大写字母表示广义表,用小写字母表示原子,并提供设置广义表的值的功能。 (2)取广义表L的表头和表尾的函数head(L)和tail(L)。 (3)能用这两个函数的复合形式求出广义表中的指定元素。 (4)由广义表的字符串形式到广义表的转换函数Str.To-Lists(S):Lists,例如Str.To-Lists(’(a,(a,b),c)’)的值为一个广义表。 (5)由广义表到广义表的字符串形式的转换函数Lists-To-Str(L):Str
Array-Hex-conversion
- C的各类数组进制转换,如比特流转十进制、十六进制、字符串,十进制、十六进制转字符串等。个人收集学习用,分享给大家。还有没搜集全的个人自己编写在了另一台机器上,其实弄清这些代码的原理自己编写很容易,提供大家学习。- C all array hexadecimal conversion, such as bit circulation decimal, hexadecimal, string, decimal, hexadecimal string. Personal collection