随笔分类 -  C基础

自己学习C语言过程中的一些记录与心得
摘要:// TriangleArea.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <stdio.h>#include <math.h>#include <stdlib.h>/ 阅读全文
posted @ 2017-10-19 21:54 江骆 阅读(631) 评论(0) 推荐(0)
摘要:// equation.cpp : Defines the entry point for the console application.//#include <stdio.h>#include <stdlib.h>#include <math.h>#include <float.h> // 定义 阅读全文
posted @ 2017-10-16 21:27 江骆 阅读(901) 评论(0) 推荐(0)