
C
iCrEjfuhhChXjVz
You got a dream, you gotta protect it. People can’t do something themselves, they wanna tell you you can’t do it. If you want something, go get it. Period.
爱学习
展开
-
windows.h
概述Win32程序的开头都可看到:#include <windows.h>WINDOWS.H是一个最重要的头文件,它包含了其他Windows头文件,这些头文件的某些也包含了其他头文件。这些头文件中最重要的和最基本的是:WINDEF.H 基本数据类型定义。WINNT.H 支持Unicode的类型定义。WINBASE.H Kernel(内核)函数。WINUSER.H 用户界面函数。WINGDI.H 图形设备接口函数。这些头文件定义了Windows的所有资料型态、函数调用、资料结构和原创 2021-09-29 08:08:41 · 2363 阅读 · 0 评论 -
math.h
math.hpow()sqrt()cbrt()log()ln()log2()log10()sin()tan()cos()tan2()asin()acos()atan()atan2()exp()floor()ceil()round()fabs()abs()fabsf()fabsl()labs()ldexp()frecp()modf()fmod()sincos()sincosl()sincosf()atof()atoi()_atof_l()原创 2021-05-29 14:32:53 · 366 阅读 · 0 评论 -
assert.h -c
assert.hassert(1!=1);//断言,如果条件为false,终止程序并报错原创 2021-05-25 17:25:09 · 166 阅读 · 0 评论 -
conio.h -1
conio.hclrscr() 清屏testcolor() 改变颜色原创 2021-05-24 13:04:15 · 118 阅读 · 0 评论 -
2021-05-23
stdio.hmath.hstring.hstdlib.hctype.hassert.hdos.hwindows.hunistd.hstdarg.hstddef.hsignal.htime.hlimits.hfloat.h原创 2021-05-23 12:00:32 · 70 阅读 · 0 评论