搜索资源列表
ext_string
- 本例是对STL中string类的扩展,很好的弥补了现有string类的不足,可以和CString相媲美哦~~ 扩展的功能有分割字串,整形转换成string,字符串替换,判断该字串的类型等。 使用起来也很方便,直接include该头文件即可。-This example is the STL string class in the expansion, very good to make up for the deficiencies of the existing string class
src
- 拆分字符串的代码,可以根据不同等级的字符来将字符串转换成树-string split
conversion_gui
- function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(
FB_Str_Split
- 字符串拆分元源码。把全局变量或者字符串变量(split)分解为n个值,这样协助解决1个输出变为多个输出。-The string split yuan source. Global variable or a string variable (split) decomposition of n values, so to help solve an output into multiple outputs.
11
- 数据库批量设置权限批量(批量传一个字符串进入到数据库 存储过程拆分字符串)-Set permissions database Batch Batch (Batch pass a string into the database stored procedure split the string)
StringSplit
- 分割字符串,将字符串以固定分隔符分割为多个部分,以供用户使用-split String