随笔分类 -  C语言

C语言相关零散知识
摘要:新手表白代码--代码如下: #include <stdio.h> #include <stdlib.h> #include <windows.h> int main() { float x, y, a; for(y=1.5;y>-1.5;y-=0.1) { for(x=-1.5;x<1.5;x+=0.05) { 阅读全文
posted @ 2021-11-29 18:25 Wait_Future 阅读(1606) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-10-22 17:53 Wait_Future 阅读(198) 评论(0) 推荐(0)