文件名称:PAD
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:1.69kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
// pad.h - 功能头文件,用来对字符串操作,对字符串按要求进行填充,
// 如左填充 padl("123",6,"0") 结果是000123
// 格式说明: 左填充为例: padl("欲填充字符串(原始字符串)",填充后字符串总长度,"用来填充的字符串")-//Pad.h- Function header files used for string operations, as required to fill the string,// like the left padding padl ( " 123" , 6, " 0" ) result is 000123// Format Descr iption : Left padding, for example: padl ( " To fill a string (the original string)," filled with the total length of the string after " is used to populate the string" )
// 如左填充 padl("123",6,"0") 结果是000123
// 格式说明: 左填充为例: padl("欲填充字符串(原始字符串)",填充后字符串总长度,"用来填充的字符串")-//Pad.h- Function header files used for string operations, as required to fill the string,// like the left padding padl ( " 123" , 6, " 0" ) result is 000123// Format Descr iption : Left padding, for example: padl ( " To fill a string (the original string)," filled with the total length of the string after " is used to populate the string" )
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PAD.h
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.