摘要: 头文件:#include <stdlib.h>函数 atof() 用于将字符串转换为双精度浮点数(double),其原型为:double atof (const char* str);atof() 的名字来源于 ascii to floating point numbers 的缩写,它会扫描参数st 阅读全文
posted @ 2017-05-04 20:14 朤尧 阅读(634) 评论(0) 推荐(0) 编辑
摘要: 郁闷的C小加(一) 时间限制:1000 ms | 内存限制:65535 KB 难度:3 郁闷的C小加(一) 时间限制:1000 ms | 内存限制:65535 KB 难度:3 我们熟悉的表达式如a+b、a+b*(c+d)等都属于中缀表达式。中缀表达式就是(对于双目运算符来说)操作符在两个操作数中间: 阅读全文
posted @ 2017-05-04 15:31 朤尧 阅读(343) 评论(0) 推荐(0) 编辑