Logistic Map
摘要:
Source Link 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <math.h> 4 5 #define X 2560 //尽量为8的倍数,若不是X/8需向上取整 6 #define Y 1600 //推荐X、Y比例为(4.0-2. 阅读全文
posted @ 2022-08-21 12:56 acd407 阅读(99) 评论(0) 推荐(0)
posted @ 2022-08-21 12:56 acd407 阅读(99) 评论(0) 推荐(0)