
C
梨落满秋
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
C标准库学习之<setjmp.h> ——非局部跳转
#include <stdio.h> #include <time.h> #include <setjmp.h> // 非局部跳zhuanjmp_buf jump_buffer;/* ========================================================= time: 2017年1月25日14:37:54 objective:原创 2017-01-25 17:49:53 · 580 阅读 · 0 评论 -
C标准库学习之<errno.h> ——错误
include include include include /*time: 2017年1月25日14:37:54 objective: test C language’s head file of remark: 日文system 有些字没法打要用pin音代替*/int main(void) { /*====================原创 2017-01-25 15:45:47 · 753 阅读 · 0 评论 -
C标准库学习之<assert.h> ——诊断
#include <stdio.h> #include <assert.h> // 诊断/* ========================================================= time: 2017年1月24日17:04:51 objective: test C language's head file of <assert.h> v原创 2017-01-24 17:08:09 · 559 阅读 · 0 评论 -
C标准库学习之<math.h> ——数学函数
数学头文件定义了很多数学函数。宏:HUGE_VAL 函数:acos(); asin(); atan(); atan2(); ceil(); cos(); cosh(); exp(); fabs(); floor(); fmod(); frexp(); ldexp(); log(); log10(); modf(); pow(); sin(); sinh(); sqrt(); tan(); tanh(原创 2017-01-24 16:32:07 · 665 阅读 · 0 评论 -
C标准库学习之<ctype.h> ——字符处理
#include <stdio.h> #include <ctype.h> // 字符chu理函数/* ========================================================= time: 2017年1月24日16:33:01 objective: test C language's head file of <ctype.原创 2017-01-25 14:21:28 · 575 阅读 · 0 评论 -
C标准库学习之<stdarg.h> ——不定参数处理
#include<stdio.h> #include<windows.h> #include<stdarg.h> // chu理可bian参数 #include<string.h>/* ========================================================= time: 2017年2月3日10:20:40 objective:原创 2017-02-03 10:22:25 · 410 阅读 · 0 评论 -
C标准库学习之<stddef.h> ——定义部分宏
#include<stdio.h> #include <stddef.h> // /* ========================================================= time: 2017年2月3日11:04:50 objective: test C language's head file of <stddef.h> ver原创 2017-02-03 11:08:47 · 501 阅读 · 0 评论