随笔分类 -  语言

摘要:1. C语言内存分配 废话不多说,我们先编写一个萌萌的C代码 #include <stdio.h> #include <math.h> float f(float x, float y, float z) { float a = x * x + 9.0f / 4.0f * y * y + z * z 阅读全文
posted @ 2016-08-24 20:09 陆小呆 阅读(197) 评论(0) 推荐(0) 编辑