C语言标准库函数大全.pdf

2022-12-29 05:31:15   文档大全网     [ 字体: ] [ 阅读: ]

#文档大全网# 导语】以下是®文档大全网的小编为您整理的《C语言标准库函数大全.pdf 》,欢迎阅读!
函数,语言,标准,大全,pdf
C语言标准库函数大全.pdf

1ArthersBlog博客园社区首页新随笔联系管理订阅随笔-208文章-0评论-14TurboC2.0函数中文说明大全分类函数,所在函数库ctype.hintisalpha(intch)ch是字母(A-Z,a-z)返回非0,则返回0intisalnum(intch)ch是字母(A-Z,a-z)或数字(0-9),

20,否则返回0intisascii(intch)ch是字符(ASCII中的0-127)返回非0,否则返回0intiscntrl(intch)ch是作废字符(0x7F)或一般掌握字符(0x00-0x1F),返回非0,否则返回0intisdigit(intch)ch(0-9)0,0intisgraph(intch)ch是可打印字符(不含空格)(0x21-0x7E)回非0,否则返回0intislower(intch)ch是小写字母(a-z 3)返回非0,否则返回0intisprint(intch)ch是可打印字符(含空格)(0x20-0x7E)返回非0,否则返回0intispunct(intch)ch(0x00-0x1F)0,0intisspace(intch)ch是空格(),水平制表符(t),回车符(r),纸换行(f),垂直制表符(v),换行符(n),返回非0,否则返回0intisupper(intch)ch是大写

4、字母(A-Z)返回非0,否则返回0intisxdigit(intch)ch16进制数(0-9,A-F,a-f)返回非0,否则返回0inttolower(intch)ch是大写字母(A-Z)返回相应的小写字母(a-z)inttoupper(intch)ch是小写字母(



2


5a-z)返回相应的大写字母(A-Z)数学函数,所在函数库为math.hstdlib.hstring.hfloat.hintabs(inti)返回整型参数i的肯定值doublecabs(structcomplexznum)返回复数znum的肯定值doublefabs(doublex)返回双精度参数x的肯定值longlabs(longn)返回长整型参数n的肯定值doubleexp(doublex)返回指数函数exdoublefrexp(doublevalue,int*eptr)返回v 6alue=x*2n



x

,n



eptr



doubleldexp(doublevalue,intexp);value*2exp

doublelog(doublex)返回logex的值doublelog10(doublex)返回log10x



doublepow(doublex,doubley)

xy



doublepow10(intp)返回10p的值doublesqrt(doublex)返回x的开doubleacos(doublex)返回x的反余弦cos-1(x),x为弧度c言库函数大全--资料收集预备是胜利的首要前提与我联系发短消息搜寻常用链接我的随笔

7、我的空间我的短信我的评论更多链接留言簿给我留言查看留









(174).Net(rss)Algorithm(15)(rss)Basic(10)(rss)CC++(33)(rss)DBase(2)(rss)Essay(112)(rss)Java(2)(rss)随笔档案(208)20218(1)20215(5)20214(4)20213(1)20211(21)202112(48)202111(121)202110(7)找找看Page1of222021-4-3file://F:DOCUME~1lichaoLOCALS~1Tem 8pKABU69VF.htm



3


本文来源:https://www.wddqxz.cn/d8ce3ef7fbc75fbfc77da26925c52cc58bd690bd.html

相关推荐