摘要: typedef xPixel PIXELCOLORRGB; double Sinxx(double value){ if (value < 0) value = -value; if (value < 1.0) { float temp = value * value; return 0.5 * t 阅读全文
posted @ 2016-02-24 16:42 叶城宇 阅读(892) 评论(0) 推荐(0)